summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-10-24shortlog: implement `--group=committer` in terms of `--group=<format>`Taylor Blau-11/+3
2022-10-24shortlog: implement `--group=author` in terms of `--group=<format>`Taylor Blau-9/+4
2022-10-24shortlog: extract `shortlog_finish_setup()`Taylor Blau-1/+8
2022-10-24shortlog: support arbitrary commit format `--group`sTaylor Blau-2/+78
2022-10-24shortlog: extract `--group` fragment for translationTaylor Blau-1/+1
2022-10-24shortlog: make trailer insertion a noop when appropriateTaylor Blau-3/+4
2022-10-24shortlog: accept `--date`-related optionsJeff King-1/+16
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau-0/+167
2022-10-24builtin/repack.c: write cruft packs to arbitrary locationsTaylor Blau-3/+11
2022-10-24builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`Taylor Blau-2/+4
2022-10-24builtin/repack.c: pass "out" to `prepare_pack_objects`Taylor Blau-5/+6
2022-10-24trace2: add global counter mechanismJeff Hostetler-7/+517
2022-10-24trace2: add stopwatch timersJeff Hostetler-0/+786
2022-10-24trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler-10/+12
2022-10-24trace2: improve thread-name documentation in the thread-contextJeff Hostetler-6/+9
2022-10-24trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler-11/+12
2022-10-24api-trace2.txt: elminate section describing the public trace2 APIJeff Hostetler-54/+7
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler-20/+24
2022-10-24trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctxJeff Hostetler-2/+2
2022-10-23submodule: use strvec_pushf() for --super-prefixRené Scharfe-9/+3
2022-10-23t7700: annotate cruft-pack failure with ok=sigpipeJeff King-1/+1
2022-10-22merge-tree: support multiple batched merges with --stdinElijah Newren-4/+109
2022-10-22merge-tree: update documentation for differences in -z outputElijah Newren-7/+39
2022-10-22Git.pm: trust rev-parse to find bare repositoriesJeff King-20/+32
2022-10-22merge-ort: fix bug with dir rename vs change dir to symlinkElijah Newren-2/+90
2022-10-21repack: drop remove_temporary_files()Jeff King-32/+8
2022-10-21repack: use tempfiles for signal cleanupJeff King-18/+16
2022-10-21repack: expand error message for missing pack filesJeff King-1/+2
2022-10-21repack: populate extension bits incrementallyJeff King-6/+9
2022-10-21repack: convert "names" util bitfield to arrayJeff King-8/+14
2022-10-21diff: leave NEEDWORK notes in show_stats() functionJunio C Hamano-0/+15
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain-9/+36
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain-15/+86
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain-4/+11
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain-2/+4
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain-1/+1
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain-36/+36
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain-12/+20
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain-3/+3
2022-10-21test-lib-functions: mark 'test_commit' variables as 'local'Philippe Blain-8/+8
2022-10-21Documentation/build-docdep.perl: generate sorted outputSZEDER Gábor-2/+3
2022-10-21The fifth batchJunio C Hamano-1/+21
2022-10-21Merge branch 'rj/branch-edit-description-with-nth-checkout'Junio C Hamano-19/+58
2022-10-21Merge branch 'ds/cmd-main-reorder'Junio C Hamano-6/+8
2022-10-21Merge branch 'ab/grep-simplify-extended-expression'Junio C Hamano-9/+16
2022-10-21Merge branch 'jc/symbolic-ref-no-recurse'Junio C Hamano-8/+35
2022-10-21Merge branch 'jk/use-o0-in-leak-sanitizer'Junio C Hamano-0/+1
2022-10-21Merge branch 'ab/macos-build-fix-with-sha1dc'Junio C Hamano-5/+5
2022-10-20ci: use DC_SHA1=YesPlease on osx-clang job for CIJunio C Hamano-0/+2
2022-10-20ci: add address and undefined sanitizer tasksJunio C Hamano-0/+12