summaryrefslogtreecommitdiffstats
path: root/t/t7509-commit-authorship.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-12Sixth batchJunio C Hamano1-0/+11
2020-08-11t1416: avoid hard-coded sha1 idsJeff King1-2/+3
2020-08-10Fifth batchJunio C Hamano1-0/+15
2020-08-07refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt2-1/+27
2020-08-07t4104: modernize and simplify quotingMartin Ågren1-42/+15
2020-08-07t: don't spuriously close and reopen quotesMartin Ågren17-38/+38
2020-08-06blame-options.txt: document --first-parent optionRaymond E. Pasco1-0/+6
2020-08-06fsck: do not lazy fetch known non-promisor objectJonathan Tan1-1/+1
2020-08-06pack-objects: no fetch when allow-{any,promisor}Jonathan Tan2-6/+9
2020-08-06apply: do not lazy fetch when applying binaryJonathan Tan2-1/+17
2020-08-06sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan2-2/+35
2020-08-06git-cvsexportcommit: support Perl before 5.10.1brian m. carlson1-1/+1
2020-08-05t5616: use test_i18ngrep for upload-pack errorsJeff King1-4/+4
2020-08-05git.txt: add list of guidesPhilippe Blain3-1/+14
2020-08-05Documentation: don't hardcode command categories twiceJunio C Hamano2-13/+9
2020-08-05help: drop usage of 'common' and 'useful' for guidesPhilippe Blain4-7/+7
2020-08-05command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'Philippe Blain3-1/+4
2020-08-05revision: fix die() message for "--unpacked="Sergey Organov1-1/+1
2020-08-04Fourth batchJunio C Hamano1-1/+15
2020-08-04revision: avoid leak when preparing bloom filter for "/"Jeff King1-0/+1
2020-08-04revision: avoid out-of-bounds read/write on empty pathspecJeff King1-5/+2
2020-08-04config: work around gcc-10 -Wstringop-overflow warningJeff King1-1/+1
2020-08-04git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine1-2/+3
2020-08-04git-worktree.txt: make start of new sentence more obviousEric Sunshine1-2/+2
2020-08-04git-worktree.txt: fix minor grammatical issuesEric Sunshine1-10/+10
2020-08-04git-worktree.txt: consistently use term "working tree"Eric Sunshine1-11/+11
2020-08-04git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine1-48/+48
2020-08-04upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau3-0/+33
2020-08-04upload-pack.c: allow banning certain object filter(s)Taylor Blau3-0/+122
2020-08-04list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau2-0/+29
2020-08-03Revert "contrib: subtree: adjust test to change in fmt-merge-msg"Emily Shaffer1-4/+2
2020-08-03docs: improve the example that illustrates git-notes path namesNoam Yorav-Raphael1-1/+1
2020-08-03checkout: support renormalization with checkout -m <paths>Elijah Newren1-5/+6
2020-08-03merge: make merge.renormalize work for all uses of merge machineryElijah Newren4-13/+5
2020-08-03t6038: remove problematic testElijah Newren1-14/+0
2020-08-03t6038: make tests fail for the right reasonElijah Newren1-4/+4
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe1-1/+1
2020-08-02merge-recursive: fix unclear and outright wrong commentsElijah Newren2-9/+9
2020-08-02t1450: fix quoting of NUL byte when corrupting packMartin Ågren1-1/+1
2020-08-01Third batchJunio C Hamano1-0/+4
2020-08-01worktree: retire special-case normalization of main worktree pathEric Sunshine1-4/+2
2020-08-01worktree: drop bogus and unnecessary path mungingEric Sunshine1-6/+1
2020-08-01worktree: drop unused code from get_linked_worktree()Eric Sunshine1-3/+0
2020-08-01worktree: drop pointless strbuf_release()Eric Sunshine1-2/+0
2020-07-31t6300: fix issues related to %(contents:size)Alban Gruin1-2/+2
2020-07-31refs: move the logic to add \t to reflog to the files backendHan-Wen Nienhuys2-2/+3
2020-07-31The second batch -- mostly minor typofixesJunio C Hamano1-0/+6
2020-07-31strvec: rename struct fieldsJeff King52-186/+186
2020-07-30First batch post 2.28Junio C Hamano2-1/+68
2020-07-30fmt-merge-msg: allow merge destination to be omitted againJunio C Hamano3-4/+66