summaryrefslogtreecommitdiffstats
path: root/command-list.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-08chainlint: latch start/end position of each tokenEric Sunshine1-37/+43
2022-11-08chainlint: tighten accuracy when consuming input streamEric Sunshine1-1/+1
2022-11-08chainlint: add explanatory commentsEric Sunshine1-0/+4
2022-11-04The tenth batchTaylor Blau1-0/+4
2022-11-01t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin1-7/+7
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King3-54/+77
2022-10-31The ninth batchTaylor Blau1-0/+53
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-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