Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-15Merge branch 'rs/am-parse-options-cleanup' into maint-2.39Junio C Hamano
2023-02-15Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano
2023-02-15Merge branch 'rj/branch-copy-and-rename' into maint-2.39Junio C Hamano
2023-02-15Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39Junio C Hamano
2023-02-15Merge branch 'ab/bundle-wo-args' into maint-2.39Junio C Hamano
2023-02-06Sync with 2.38.4Johannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-01-25clone: delay picking a transport until after get_repo_path()Taylor Blau
2023-01-15ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe
2023-01-15ls-tree: fix expansion of repeated %(path)René Scharfe
2022-12-28bundle <cmd>: have usage_msg_opt() note the missing "<file>"Ævar Arnfjörð Bjarmason
2022-12-28builtin/bundle.c: remove superfluous "newargc" variableÆvar Arnfjörð Bjarmason
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-12-13am: don't pass strvec to apply_parse_options()René Scharfe
2022-11-29Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-28Merge branch 'ew/prune-with-missing-objects-pack'Junio C Hamano
2022-11-27i18n: fix command template placeholder formatJean-Noël Avila
2022-11-23Merge branch 'ps/receive-use-only-advertised'Junio C Hamano
2022-11-23Merge branch 'jt/submodule-on-demand'Junio C Hamano
2022-11-23Merge branch 'mg/notes-newline'Junio C Hamano
2022-11-23Merge branch 'pw/rebase-no-reflog-action'Junio C Hamano
2022-11-23Merge branch 'rp/maintenance-qol'Junio C Hamano
2022-11-23Merge branch 'dd/bisect-helper-subcommand'Junio C Hamano
2022-11-23Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-11-21builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2022-11-19Merge branch 'jk/branch-delete-detached'Taylor Blau
2022-11-19Merge branch 'vd/skip-cache-tree-update'Taylor Blau
2022-11-19Merge branch 'tb/repack-expire-to'Taylor Blau
2022-11-18branch: force-copy a branch to itself via @{-1} is a no-opRubén Justo
2022-11-18receive-pack: only use visible refs for connectivity checkPatrick Steinhardt
2022-11-18rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt
2022-11-18revision: add new parameter to exclude hidden refsPatrick Steinhardt
2022-11-18revision: introduce struct to handle exclusionsPatrick Steinhardt
2022-11-18refs: get rid of global list of hidden refsPatrick Steinhardt