summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-24patch-id: fix patch-id for mode changesJerry Zhang2-1/+35
2022-10-24builtin: patch-id: fix patch-id with binary diffsJerry Zhang2-3/+62
2022-10-24patch-id: use stable patch-id for rebasesJerry Zhang5-16/+12
2022-10-24patch-id: fix stable patch id for binary / header-onlyJerry Zhang2-39/+53
2022-10-24shortlog: implement `--group=committer` in terms of `--group=<format>`Taylor Blau1-11/+3
2022-10-24shortlog: implement `--group=author` in terms of `--group=<format>`Taylor Blau1-9/+4
2022-10-24shortlog: extract `shortlog_finish_setup()`Taylor Blau3-1/+8
2022-10-24shortlog: support arbitrary commit format `--group`sTaylor Blau4-2/+78
2022-10-24shortlog: extract `--group` fragment for translationTaylor Blau1-1/+1
2022-10-24shortlog: make trailer insertion a noop when appropriateTaylor Blau1-3/+4
2022-10-24shortlog: accept `--date`-related optionsJeff King4-1/+16
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau3-0/+167
2022-10-24builtin/repack.c: write cruft packs to arbitrary locationsTaylor Blau1-3/+11
2022-10-24builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`Taylor Blau1-2/+4
2022-10-24builtin/repack.c: pass "out" to `prepare_pack_objects`Taylor Blau1-5/+6
2022-10-24trace2: add global counter mechanismJeff Hostetler13-7/+517
2022-10-24trace2: add stopwatch timersJeff Hostetler15-0/+786
2022-10-24trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler4-10/+12
2022-10-24trace2: improve thread-name documentation in the thread-contextJeff Hostetler1-6/+9
2022-10-24trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler4-11/+12
2022-10-24api-trace2.txt: elminate section describing the public trace2 APIJeff Hostetler1-54/+7
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler5-20/+24
2022-10-24trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctxJeff Hostetler1-2/+2
2022-10-23submodule: use strvec_pushf() for --super-prefixRené Scharfe1-9/+3
2022-10-23t7700: annotate cruft-pack failure with ok=sigpipeJeff King1-1/+1
2022-10-22merge-tree: support multiple batched merges with --stdinElijah Newren3-4/+109
2022-10-22merge-tree: update documentation for differences in -z outputElijah Newren1-7/+39
2022-10-22Git.pm: trust rev-parse to find bare repositoriesJeff King3-20/+32
2022-10-22merge-ort: fix bug with dir rename vs change dir to symlinkElijah Newren2-2/+90
2022-10-21repack: drop remove_temporary_files()Jeff King2-32/+8
2022-10-21repack: use tempfiles for signal cleanupJeff King2-18/+16
2022-10-21repack: expand error message for missing pack filesJeff King1-1/+2
2022-10-21repack: populate extension bits incrementallyJeff King1-6/+9
2022-10-21repack: convert "names" util bitfield to arrayJeff King1-8/+14
2022-10-21diff: leave NEEDWORK notes in show_stats() functionJunio C Hamano1-0/+15
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain3-9/+36
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain3-15/+86
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain1-4/+11
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-21Merge branch 'rj/branch-edit-description-with-nth-checkout'Junio C Hamano2-18/+57
2022-10-21Merge branch 'ds/cmd-main-reorder'Junio C Hamano1-6/+8
2022-10-21Merge branch 'ab/grep-simplify-extended-expression'Junio C Hamano3-9/+16
2022-10-21Merge branch 'jc/symbolic-ref-no-recurse'Junio C Hamano3-8/+35