summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-16submodule.c: mark more strings for translationLibravatar Ralf Thielow1-14/+14
2020-01-16dir: point treat_leading_path() warning to the right placeLibravatar Jeff King1-3/+3
2020-01-16dir: restructure in a way to avoid passing around a struct direntLibravatar Jeff King1-42/+31
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Libravatar Elijah Newren2-1/+5
2020-01-16clean: demonstrate a bug with pathspecsLibravatar Derrick Stolee1-0/+9
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xLibravatar Johannes Schindelin2-4/+4
2020-01-15t5604: make hash independentLibravatar brian m. carlson1-2/+3
2020-01-15t5601: switch into repository to hash objectLibravatar brian m. carlson1-2/+2
2020-01-15t5562: use $ZERO_OIDLibravatar brian m. carlson1-1/+1
2020-01-15t5540: make hash size independentLibravatar brian m. carlson1-4/+2
2020-01-15t5537: make hash size independentLibravatar brian m. carlson1-2/+6
2020-01-15t5530: compute results based on object lengthLibravatar brian m. carlson1-12/+14
2020-01-15t5512: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-8/+9
2020-01-15t5510: make hash size independentLibravatar brian m. carlson1-4/+5
2020-01-15t5504: make hash algorithm independentLibravatar brian m. carlson1-8/+9
2020-01-15t5324: make hash size independentLibravatar brian m. carlson1-3/+10
2020-01-15t5319: make test work with SHA-256Libravatar brian m. carlson1-4/+18
2020-01-15t5319: change invalid offset for SHA-256 compatibilityLibravatar brian m. carlson1-2/+2
2020-01-15t5318: update for SHA-256Libravatar brian m. carlson1-1/+1
2020-01-15t4300: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-94/+94
2020-01-15t4204: make hash size independentLibravatar brian m. carlson1-1/+1
2020-01-15t4202: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-62/+65
2020-01-15t4200: make hash size independentLibravatar brian m. carlson1-1/+2
2020-01-15t4134: compute appropriate length constantLibravatar brian m. carlson1-2/+3
2020-01-15t4066: compute index line in diffsLibravatar brian m. carlson1-5/+5
2020-01-15t4054: make hash-size independentLibravatar brian m. carlson1-1/+2
2020-01-15completion: list paths and refs for 'git worktree add'Libravatar SZEDER Gábor1-0/+36
2020-01-15completion: list existing working trees for 'git worktree' subcommandsLibravatar SZEDER Gábor1-1/+29
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsLibravatar SZEDER Gábor1-22/+8
2020-01-15completion: return the index of found word from __git_find_on_cmdline()Libravatar SZEDER Gábor2-3/+46
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionLibravatar SZEDER Gábor1-5/+8
2020-01-15t9902-completion: add tests for the __git_find_on_cmdline() helperLibravatar SZEDER Gábor1-0/+28
2020-01-15gpg-interface: add minTrustLevel as a configuration optionLibravatar Hans Jerry Illikainen13-23/+319
2020-01-15fetch test: mark test of "skipping" haves as v0-onlyLibravatar Jonathan Nieder1-1/+11
2020-01-15t/check-non-portable-shell: detect "FOO= shell_func", tooLibravatar Jonathan Nieder1-1/+1
2020-01-15fetch test: avoid use of "VAR= cmd" with a shell functionLibravatar Jonathan Nieder1-1/+5
2020-01-15graph: fix collapse of multiple edgesLibravatar Derrick Stolee2-3/+9
2020-01-15graph: add test to demonstrate horizontal line bugLibravatar Derrick Stolee1-0/+62
2020-01-15t: directly test parse_pathspec_file()Libravatar Alexandr Miloslavskiy5-0/+144
2020-01-15t: fix quotes tests for --pathspec-from-fileLibravatar Alexandr Miloslavskiy5-11/+45
2020-01-15t: add tests for error conditions with --pathspec-from-fileLibravatar Alexandr Miloslavskiy5-12/+105
2020-01-15ci: include the built-in `git add -i` in the `linux-gcc` jobLibravatar Johannes Schindelin1-0/+1
2020-01-15built-in add -p: handle Escape sequences more efficientlyLibravatar Johannes Schindelin1-1/+72
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeLibravatar Johannes Schindelin1-1/+55
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingLibravatar Johannes Schindelin3-4/+20
2020-01-15terminal: add a new function to read a single keystrokeLibravatar Johannes Schindelin2-0/+58
2020-01-15terminal: accommodate Git for Windows' default terminalLibravatar Johannes Schindelin1-0/+50
2020-01-15terminal: make the code of disable_echo() reusableLibravatar Johannes Schindelin1-4/+15
2020-01-15built-in add -p: handle diff.algorithmLibravatar Johannes Schindelin3-1/+9
2020-01-15built-in add -p: support interactive.diffFilterLibravatar Johannes Schindelin3-0/+48