summaryrefslogtreecommitdiffstats
path: root/builtin/rebase.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain1-2/+4
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain1-1/+1
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain2-36/+36
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain1-12/+20
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain1-3/+3
2022-10-21test-lib-functions: mark 'test_commit' variables as 'local'Philippe Blain1-8/+8
2022-10-21Documentation/build-docdep.perl: generate sorted outputSZEDER Gábor1-2/+3
2022-10-21The fifth batchJunio C Hamano1-1/+21
2022-10-20ci: use DC_SHA1=YesPlease on osx-clang job for CIJunio C Hamano1-0/+2
2022-10-20ci: add address and undefined sanitizer tasksJunio C Hamano2-0/+12
2022-10-20The fourth batchJunio C Hamano1-0/+9
2022-10-19cmake: increase time-out for a long-running testJohannes Schindelin1-0/+4
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin4-6/+13
2022-10-19add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin1-1/+1
2022-10-19cmake: copy the merge tools for testingJohannes Schindelin1-1/+2
2022-10-19cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin1-1/+1
2022-10-19fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason1-5/+5
2022-10-19Makefile: force -O0 when compiling with SANITIZE=leakJeff King1-0/+1
2022-10-18Git.pm: add semicolon after catch statementMichael McClimon1-1/+1
2022-10-18repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau3-1/+34
2022-10-18builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau2-0/+53
2022-10-18ll-merge: mark unused parameters in callbacksJeff King1-9/+9
2022-10-18diffcore-pickaxe: mark unused parameters in pickaxe functionsJeff King1-2/+2
2022-10-18convert: mark unused parameter in null stream filterJeff King1-2/+2
2022-10-18apply: mark unused parameters in noop error/warning routineJeff King1-1/+1
2022-10-18apply: mark unused parameters in handlersJeff King1-8/+8
2022-10-18date: mark unused parameters in handler functionsJeff King1-3/+3
2022-10-18string-list: mark unused callback parametersJeff King7-7/+8
2022-10-18object-file: mark unused parameters in hash_unknown functionsJeff King1-5/+10
2022-10-18mark unused parameters in trivial compat functionsJeff King3-8/+12
2022-10-18update-index: drop unused argc from do_reupdate()Jeff King1-3/+3
2022-10-18submodule--helper: drop unused argc from module_list_compute()Jeff King1-9/+9
2022-10-18diffstat_consume(): assert non-zero lengthJeff King1-0/+3
2022-10-17The third batchJunio C Hamano1-0/+34
2022-10-17rebase: cleanup action handlingPhillip Wood1-49/+44
2022-10-17rebase --abort: improve reflog messagePhillip Wood2-20/+59
2022-10-17rebase --apply: make reflog messages match rebase --mergePhillip Wood2-5/+6
2022-10-17rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood2-4/+5
2022-10-17rebase --merge: fix reflog message after skippingPhillip Wood2-2/+24
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood3-4/+12
2022-10-17t3406: rework rebase reflog testsPhillip Wood1-39/+76
2022-10-17rebase --apply: remove duplicated codePhillip Wood1-10/+1
2022-10-17rebase --keep-base: imply --no-fork-pointPhillip Wood3-5/+11
2022-10-17rebase --keep-base: imply --reapply-cherry-picksPhillip Wood3-11/+52
2022-10-17rebase: factor out branch_base calculationPhillip Wood1-13/+20
2022-10-17rebase: rename merge_base to branch_basePhillip Wood1-15/+15
2022-10-17rebase: store orig_head as a commitPhillip Wood1-35/+31
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood3-4/+25
2022-10-17t3416: set $EDITOR in subshellPhillip Wood1-10/+21
2022-10-17t3416: tighten two testsPhillip Wood1-4/+6