summaryrefslogtreecommitdiffstats
path: root/patch-ids.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-25patch-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-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-23merge-tree: support multiple batched merges with --stdinElijah Newren3-4/+109
2022-10-23merge-tree: update documentation for differences in -z outputElijah Newren1-7/+39
2022-10-23Git.pm: trust rev-parse to find bare repositoriesJeff King3-20/+32
2022-10-23merge-ort: fix bug with dir rename vs change dir to symlinkElijah Newren2-2/+90
2022-10-22repack: drop remove_temporary_files()Jeff King2-32/+8
2022-10-22repack: use tempfiles for signal cleanupJeff King2-18/+16
2022-10-22repack: expand error message for missing pack filesJeff King1-1/+2
2022-10-22repack: populate extension bits incrementallyJeff King1-6/+9
2022-10-22repack: convert "names" util bitfield to arrayJeff King1-8/+14
2022-10-22diff: 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-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