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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'rs/rebase-use-strvec-pushf'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20rebase: use strvec_pushf() for format-patch revisionsRené Scharfe
2023-11-16rebase: support --autosquash without -iAndy Koppe
2023-11-16rebase: fully ignore rebase.autoSquash without -iAndy Koppe
2023-11-07Merge branch 'rs/fix-arghelp'Junio C Hamano
2023-10-29am, rebase: fix arghelp syntax of --emptyRené Scharfe
2023-10-21rebase: move parse_opt_keep_empty() downOswald Buddenhagen
2023-10-21rebase: handle --strategy via imply_merge() as wellOswald Buddenhagen
2023-10-21rebase: simplify code related to imply_merge()Oswald Buddenhagen
2023-09-30diff --stat: set the width defaults in a helper functionDragan Simic
2023-09-18diff --stat: add config option to limit filename widthDragan Simic
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-18Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood
2023-04-10rebase: stop reading and writing unnecessary strategy statePhillip Wood
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-05Merge branch 'ah/rebase-merges-config'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-27rebase: add a config option for --rebase-mergesAlex Henrie
2023-03-27rebase: deprecate --rebase-merges=""Alex Henrie
2023-03-22Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'fz/rebase-msg-update'Junio C Hamano
2023-03-14rebase: prefer --default-prefix to --{src,dst}-prefix for format-patchJeff King
2023-02-27rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07builtin/rebase.c: free() "options.strategy_opts"Ævar Arnfjörð Bjarmason
2023-02-07builtin/rebase.c: fix "options.onto_name" leakÆvar Arnfjörð Bjarmason
2023-02-07sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason
2023-02-07rebase: use "cleanup" pattern in do_interactive_rebase()Ævar Arnfjörð Bjarmason