summaryrefslogtreecommitdiffstats
path: root/progress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-01The thirteenth batchJunio C Hamano1-0/+26
2024-03-28The twelfth batchJunio C Hamano1-0/+18
2024-03-27config: add core.commentStringJeff King3-8/+27
2024-03-26SubmittingPatches: release-notes entry experimentJunio C Hamano1-0/+12
2024-03-26cherry-pick: add `--empty` for more robust redundant commit handlingBrian Lyles5-9/+133
2024-03-26cherry-pick: enforce `--keep-redundant-commits` incompatibilityBrian Lyles2-0/+15
2024-03-26sequencer: do not require `allow_empty` for redundant commit optionsBrian Lyles1-16/+7
2024-03-26sequencer: handle unborn branch with `--allow-empty`Brian Lyles2-18/+39
2024-03-26rebase: update `--empty=ask` to `--empty=stop`Brian Lyles3-18/+34
2024-03-26docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)Brian Lyles2-16/+29
2024-03-26docs: address inaccurate `--empty` default with `--exec`Brian Lyles2-5/+43
2024-03-26The eleventh batchJunio C Hamano1-0/+15
2024-03-25grep docs: describe --no-index further and improve formatting a bitDragan Simic1-9/+17
2024-03-25grep docs: describe --recurse-submodules further and improve formatting a bitDragan Simic2-6/+6
2024-03-25pretty: find pretty formats case-insensitivelyBrian Lyles2-1/+9
2024-03-25pretty: update tests to use `test_config`Brian Lyles1-16/+14
2024-03-25midx: use strvec_pushf() for pack-objects base nameRené Scharfe1-6/+1
2024-03-25t/README: mention test files are make targetsPhilippe Blain1-0/+7
2024-03-25cat-file: use strbuf_expand_bad_format()René Scharfe1-8/+8
2024-03-25factor out strbuf_expand_bad_format()René Scharfe4-18/+27
2024-03-25grep: improve errors for unmatched ( and )Ahelenia Ziemiańska1-2/+2
2024-03-22rebase: use child_process_clear() to cleanJeff King2-3/+12
2024-03-22format-patch: fix leak of empty header stringJeff King1-1/+1
2024-03-22t/README: document how to loop around test casesPatrick Steinhardt1-0/+20
2024-03-22t7800: use single quotes for test bodiesPatrick Steinhardt1-20/+20
2024-03-22t7800: improve test descriptions with empty argumentsPatrick Steinhardt1-8/+8
2024-03-21config.txt: describe handling of whitespace furtherDragan Simic1-13/+15
2024-03-21t1300: add more tests for whitespace and inline commentsDragan Simic1-3/+111
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic1-4/+9
2024-03-21config: minor addition of whitespaceDragan Simic1-1/+1
2024-03-21The tenth batchJunio C Hamano1-0/+35
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt1-1/+11
2024-03-20contrib: drop hg-to-git scriptJeff King2-275/+0
2024-03-20transport-helper: send "true" value for object-format optionJeff King2-6/+5
2024-03-20transport-helper: drop "object-format <algo>" optionJeff King2-12/+4
2024-03-20transport-helper: use write helpers more consistentlyJeff King1-3/+3
2024-03-20doc/gitremote-helpers: fix more missing single-quotesJeff King1-3/+3
2024-03-20format-patch: simplify after-subject MIME header handlingJeff King1-8/+6
2024-03-20format-patch: return an allocated string from log_write_email_headers()Jeff King4-7/+9
2024-03-20log: do not set up extra_headers for non-email formatsJeff King1-3/+1
2024-03-20pretty: drop print_email_subject flagJeff King5-16/+9
2024-03-20pretty: split oneline and email subject printingJeff King3-15/+17
2024-03-20shortlog: stop setting pp.print_email_subjectJeff King1-1/+0
2024-03-18The ninth batchJunio C Hamano1-0/+8
2024-03-18docs: adjust trailer `separator` and `key_value_separator` languageBrian Lyles1-7/+5
2024-03-18docs: correct trailer `key_value_separator` descriptionBrian Lyles1-2/+2
2024-03-18builtin/am: allow disabling conflict advicePhilippe Blain3-10/+14
2024-03-18sequencer: allow disabling conflict advicePhilippe Blain6-15/+25
2024-03-18t-prio-queue: check result array boundsRené Scharfe1-3/+11
2024-03-18t-prio-queue: shorten array index messageRené Scharfe1-4/+6