summaryrefslogtreecommitdiffstats
path: root/diff.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-13make credential helpers builtinsJeff King7-35/+63
2020-08-13Makefile: drop builtins from MSVC pdb listJeff King1-2/+0
2020-08-12Sixth batchJunio C Hamano1-0/+11
2020-08-10Fifth batchJunio C Hamano1-0/+15
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
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano29-94/+97
2020-07-30t: remove test_oid_init in testsbrian m. carlson28-37/+2
2020-07-30docs: add documentation for extensions.objectFormatbrian m. carlson2-0/+10
2020-07-30ci: run tests with SHA-256brian m. carlson1-0/+6
2020-07-30t: make SHA1 prerequisite depend on default hashbrian m. carlson1-1/+5
2020-07-30t: allow testing different hash algorithms via environmentbrian m. carlson2-3/+4
2020-07-30t: add test_oid option to select hash algorithmbrian m. carlson2-1/+22
2020-07-30repository: enable SHA-256 support by defaultbrian m. carlson4-11/+33