summaryrefslogtreecommitdiffstats
path: root/builtin/am.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-30run-command: fix return value commentRené Scharfe1-3/+2
2022-10-30merge: remove always-the-same "verbose" argumentsÆvar Arnfjörð Bjarmason1-8/+5
2022-10-28adjust_shared_perm(): leave g+s alone when the group does not matterJunio C Hamano1-1/+7
2022-10-28The eighth batchJunio C Hamano1-15/+15
2022-10-28The seventh batchJunio C Hamano1-0/+19
2022-10-28Downmerge a bit more for 2.38.2Junio C Hamano1-0/+13
2022-10-28Makefile: force -O0 when compiling with SANITIZE=leakJeff King1-0/+1
2022-10-26config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer5-2/+63
2022-10-26gc: add tests for --cruft and friendsEmily Shaffer1-0/+43
2022-10-26Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocationTaylor Blau1-1/+1
2022-10-26branch: error code with --edit-descriptionRubén Justo2-2/+2
2022-10-26branch: error copying or renaming a detached HEADRubén Justo2-20/+19
2022-10-26negotiator/skipping: avoid stack overflowJonathan Tan1-12/+17
2022-10-26The sixth batchJunio C Hamano1-0/+14
2022-10-26Downmerge a handful of topics for 2.38.2Junio C Hamano2-1/+48
2022-10-26Documentation: add lint-fsck-msgidsJunio C Hamano2-0/+81
2022-10-26fsck: document msg-idJohn Cai4-0/+183
2022-10-26fsck: remove the unused MISSING_TREE_OBJECTJunio C Hamano1-1/+0
2022-10-26fsck: remove the unused BAD_TAG_OBJECTJohn Cai1-1/+0
2022-10-26apply: reject patches larger than ~1 GiBTaylor Blau2-1/+34
2022-10-25embargoed releases: also describe the git-security list and the processJulia Ramer1-25/+140
2022-10-25builtin: patch-id: remove unused diff-tree prefixJerry Zhang1-2/+2
2022-10-25builtin: patch-id: add --verbatim as a command modeJerry Zhang3-39/+124
2022-10-25patch-id: fix patch-id for mode changesJerry Zhang2-1/+35
2022-10-25builtin: patch-id: fix patch-id with binary diffsJerry Zhang2-3/+62
2022-10-25patch-id: use stable patch-id for rebasesJerry Zhang5-16/+12
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