summaryrefslogtreecommitdiffstats
path: root/builtin/rebase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\
| * environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-9/+12
|\ \
| * | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+7
* | | Merge branch 'ah/rebase-merges-config'Junio C Hamano2023-04-041-15/+55
|\ \ \
| * | | rebase: add a config option for --rebase-mergesAlex Henrie2023-03-271-19/+55
| * | | rebase: deprecate --rebase-merges=""Alex Henrie2023-03-271-2/+6
| | |/ | |/|
* | | Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2023-03-211-1/+1
|\ \ \ | |/ / |/| |
| * | rebase: prefer --default-prefix to --{src,dst}-prefix for format-patchJeff King2023-03-131-1/+1
| |/
* | Merge branch 'fz/rebase-msg-update'Junio C Hamano2023-03-171-1/+1
|\ \
| * | rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou2023-02-271-1/+1
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* builtin/rebase.c: free() "options.strategy_opts"Ævar Arnfjörð Bjarmason2023-02-071-0/+1
* builtin/rebase.c: fix "options.onto_name" leakÆvar Arnfjörð Bjarmason2023-02-071-1/+3
* sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-071-0/+4
* rebase: use "cleanup" pattern in do_interactive_rebase()Ævar Arnfjörð Bjarmason2023-02-071-8/+5
* rebase: provide better error message for apply options vs. merge configElijah Newren2023-01-251-6/+21
* rebase: put rebase_options initialization in single placeElijah Newren2023-01-251-2/+2
* rebase: add coverage of other incompatible optionsElijah Newren2023-01-251-0/+3
* rebase: fix incompatiblity checks for --[no-]reapply-cherry-picksElijah Newren2023-01-251-13/+21
* rebase: flag --apply and --merge as incompatibleElijah Newren2023-01-251-2/+10
* rebase: mark --update-refs as requiring the merge backendElijah Newren2023-01-251-0/+3
* rebase: cleanup "--exec" option handlingPhillip Wood2023-01-131-34/+11
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+4
|\
| * rebase: don't leak on "--abort"Ævar Arnfjörð Bjarmason2022-11-211-0/+1
| * built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason2022-11-211-0/+3
* | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-281-3/+3
|\ \ | |/ |/|
| * cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-3/+3
* | rebase: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-101-12/+15
|/
* Merge branch 'pw/rebase-reflog-fixes'Taylor Blau2022-10-311-87/+59
|\
| * rebase: cleanup action handlingPhillip Wood2022-10-171-49/+44
| * rebase --abort: improve reflog messagePhillip Wood2022-10-171-20/+8
| * rebase --apply: make reflog messages match rebase --mergePhillip Wood2022-10-171-4/+5
| * rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood2022-10-171-3/+4
| * rebase --merge: fix reflog message after skippingPhillip Wood2022-10-171-2/+0
| * rebase --merge: fix reflog when continuingPhillip Wood2022-10-171-2/+0
| * rebase --apply: remove duplicated codePhillip Wood2022-10-171-10/+1
* | Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau2022-10-311-61/+83
|\|
| * rebase --keep-base: imply --no-fork-pointPhillip Wood2022-10-171-0/+6
| * rebase --keep-base: imply --reapply-cherry-picksPhillip Wood2022-10-171-1/+15
| * rebase: factor out branch_base calculationPhillip Wood2022-10-171-13/+20
| * rebase: rename merge_base to branch_basePhillip Wood2022-10-171-15/+15
| * rebase: store orig_head as a commitPhillip Wood2022-10-171-35/+31
| * rebase: be stricter when reading state files containing oidsPhillip Wood2022-10-171-4/+4