summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-16built-in add -i: accept open-ended ranges againJohannes Schindelin2-1/+13
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesJohannes Schindelin1-2/+2
2020-01-16submodule.c: mark more strings for translationRalf Thielow1-14/+14
2020-01-16dir: point treat_leading_path() warning to the right placeJeff King1-3/+3
2020-01-16dir: restructure in a way to avoid passing around a struct direntJeff King1-42/+31
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren2-1/+5
2020-01-16clean: demonstrate a bug with pathspecsDerrick Stolee1-0/+9
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin2-4/+4
2020-01-15t5604: make hash independentbrian m. carlson1-2/+3
2020-01-15t5601: switch into repository to hash objectbrian m. carlson1-2/+2
2020-01-15t5562: use $ZERO_OIDbrian m. carlson1-1/+1
2020-01-15t5540: make hash size independentbrian m. carlson1-4/+2
2020-01-15t5537: make hash size independentbrian m. carlson1-2/+6
2020-01-15t5530: compute results based on object lengthbrian m. carlson1-12/+14
2020-01-15t5512: abstract away SHA-1-specific constantsbrian m. carlson1-8/+9
2020-01-15t5510: make hash size independentbrian m. carlson1-4/+5
2020-01-15t5504: make hash algorithm independentbrian m. carlson1-8/+9
2020-01-15t5324: make hash size independentbrian m. carlson1-3/+10
2020-01-15t5319: make test work with SHA-256brian m. carlson1-4/+18
2020-01-15t5319: change invalid offset for SHA-256 compatibilitybrian m. carlson1-2/+2
2020-01-15t5318: update for SHA-256brian m. carlson1-1/+1
2020-01-15t4300: abstract away SHA-1-specific constantsbrian m. carlson1-94/+94
2020-01-15t4204: make hash size independentbrian m. carlson1-1/+1
2020-01-15t4202: abstract away SHA-1-specific constantsbrian m. carlson1-62/+65
2020-01-15t4200: make hash size independentbrian m. carlson1-1/+2
2020-01-15t4134: compute appropriate length constantbrian m. carlson1-2/+3
2020-01-15t4066: compute index line in diffsbrian m. carlson1-5/+5
2020-01-15t4054: make hash-size independentbrian m. carlson1-1/+2
2020-01-15completion: list paths and refs for 'git worktree add'SZEDER Gábor1-0/+36
2020-01-15completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor1-1/+29
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor1-22/+8
2020-01-15completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor2-3/+46
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor1-5/+8
2020-01-15t9902-completion: add tests for the __git_find_on_cmdline() helperSZEDER Gábor1-0/+28
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen13-23/+319
2020-01-15fetch: default to protocol version 2Jonathan Nieder2-2/+2
2020-01-15protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSIONJonathan Nieder2-8/+7
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder11-27/+30
2020-01-15config doc: protocol.version is not experimentalJonathan Nieder1-5/+4
2020-01-15fetch test: use more robust test for filtered objectsJonathan Nieder1-5/+13
2020-01-15fetch test: mark test of "skipping" haves as v0-onlyJonathan Nieder1-1/+11
2020-01-15t/check-non-portable-shell: detect "FOO= shell_func", tooJonathan Nieder1-1/+1
2020-01-15fetch test: avoid use of "VAR= cmd" with a shell functionJonathan Nieder1-1/+5
2020-01-15git-p4: use python3's input() everywhereYang Zhao1-2/+12
2020-01-15git-p4: simplify regex pattern generation for parsing diff-treeYang Zhao1-7/+6
2020-01-15git-p4: use dict.items() iteration for python3 compatibilityYang Zhao1-1/+1
2020-01-15git-p4: use functools.reduce instead of reduceYang Zhao1-1/+2
2020-01-15git-p4: fix freezing while waiting for fast-import progressYang Zhao1-0/+1
2020-01-15git-p4: use marshal format version 2 when sending to p4Yang Zhao1-1/+2
2020-01-15git-p4: open .gitp4-usercache.txt in text modeYang Zhao1-2/+2