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-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
2023-01-25rebase: provide better error message for apply options vs. merge configElijah Newren
2023-01-25rebase: put rebase_options initialization in single placeElijah Newren
2023-01-25rebase: add coverage of other incompatible optionsElijah Newren
2023-01-25rebase: fix incompatiblity checks for --[no-]reapply-cherry-picksElijah Newren
2023-01-25rebase: flag --apply and --merge as incompatibleElijah Newren
2023-01-25rebase: mark --update-refs as requiring the merge backendElijah Newren
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-21rebase: don't leak on "--abort"Ævar Arnfjörð Bjarmason
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-10rebase: stop exporting GIT_REFLOG_ACTIONPhillip Wood
2022-10-31Merge branch 'pw/rebase-reflog-fixes'Taylor Blau
2022-10-31Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau
2022-10-17rebase: cleanup action handlingPhillip Wood
2022-10-17rebase --abort: improve reflog messagePhillip Wood
2022-10-17rebase --apply: make reflog messages match rebase --mergePhillip Wood
2022-10-17rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood
2022-10-17rebase --merge: fix reflog message after skippingPhillip Wood