summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-22Merge branch 'jt/sha1-file-remove-oi-skip-cached'Libravatar Junio C Hamano2-22/+18
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Libravatar Junio C Hamano2-0/+10
2020-01-22Merge branch 'dl/credential-netrc'Libravatar Junio C Hamano3-3/+26
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Libravatar Philippe Blain2-3/+36
2020-01-22t2405: clarify test descriptions and simplify testLibravatar Philippe Blain1-20/+16
2020-01-22t2405: use git -C and test_commit -C instead of subshellsLibravatar Philippe Blain1-25/+9
2020-01-22t7410: rename to t2405-worktree-submodule.shLibravatar Philippe Blain1-1/+1
2020-01-22docs: mention when increasing http.postBuffer is valuableLibravatar brian m. carlson1-0/+8
2020-01-22doc: dissuade users from trying to ignore tracked filesLibravatar brian m. carlson1-0/+16
2020-01-22doc: provide guidance on user.name formatLibravatar brian m. carlson2-1/+12
2020-01-22docs: expand on possible and recommended user config optionsLibravatar brian m. carlson1-0/+7
2020-01-22doc: move author and committer information to git-commit(1)Libravatar brian m. carlson4-27/+51
2020-01-21templates: fix deprecated type option `--bool`Libravatar Lucius Hu2-6/+6
2020-01-21t6025: use helpers to replace test -f <path>Libravatar Shourya Shukla1-3/+3
2020-01-21t6025: modernize styleLibravatar Shourya Shukla1-47/+48
2020-01-21docs: use "currently" for the present timeLibravatar brian m. carlson1-2/+2
2020-01-21fetch: document and test --refmap=""Libravatar Derrick Stolee2-1/+28
2020-01-17grep: use no. of cores as the default no. of threadsLibravatar Matheus Tavares2-4/+3
2020-01-17grep: move driver pre-load out of critical sectionLibravatar Matheus Tavares1-4/+4
2020-01-17grep: re-enable threads in non-worktree caseLibravatar Matheus Tavares2-1/+12
2020-01-17grep: protect packed_git [re-]initializationLibravatar Matheus Tavares2-2/+8
2020-01-17grep: allow submodule functions to run in parallelLibravatar Matheus Tavares1-16/+22
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Libravatar Matheus Tavares4-16/+10
2020-01-17grep: replace grep_read_mutex by internal obj read lockLibravatar Matheus Tavares3-63/+35
2020-01-17object-store: allow threaded access to object readingLibravatar Matheus Tavares3-5/+119
2020-01-17replace-object: make replace operations thread-safeLibravatar Matheus Tavares5-2/+26
2020-01-17grep: fix racy calls in grep_objects()Libravatar Matheus Tavares1-0/+5
2020-01-17grep: fix race conditions at grep_submodule()Libravatar Matheus Tavares1-4/+3
2020-01-17grep: fix race conditions on userdiff callsLibravatar Matheus Tavares1-1/+6
2020-01-17fetch: emphasize failure during submodule fetchLibravatar Emily Shaffer1-4/+15
2020-01-16Sync with maintLibravatar Junio C Hamano2-4/+4
2020-01-16t7800: don't rely on reuse_worktree_file()Libravatar Jeff King1-3/+2
2020-01-16t4018: drop "debugging" cat from hunk-header testsLibravatar Jeff King1-1/+0
2020-01-16Makefile: use compat regex with SANITIZE=addressLibravatar Jeff King2-0/+8
2020-01-16built-in add -i: accept open-ended ranges againLibravatar Johannes Schindelin2-1/+13
2020-01-16built-in add -i: do not try to `patch`/`diff` an empty list of filesLibravatar Johannes Schindelin1-2/+2
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