summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-23pack-bitmap: simplify bitmap_has_oid_in_uninteresting()Jeff King1-12/+2
2020-01-23pack-bitmap: uninteresting oid can be outside bitmapped packfileJeff King1-1/+1
2020-01-23pack-bitmap: introduce bitmap_walk_contains()Jeff King2-0/+15
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Jeff King2-4/+10
2020-01-22The first batch post 2.25 cycleJunio C Hamano3-2/+55
2020-01-22Merge branch 'nd/switch-and-restore'Junio C Hamano2-0/+19
2020-01-22Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport'Junio C Hamano2-1/+13
2020-01-22Merge branch 'hw/tutorial-favor-switch-over-checkout'Junio C Hamano1-1/+1
2020-01-22Merge branch 'es/unpack-trees-oob-fix'Junio C Hamano1-2/+4
2020-01-22Merge branch 'bc/run-command-nullness-after-free-fix'Junio C Hamano1-1/+2
2020-01-22Merge branch 'en/string-list-can-be-custom-sorted'Junio C Hamano1-2/+4
2020-01-22Merge branch 'en/simplify-check-updates-in-unpack-trees'Junio C Hamano1-12/+14
2020-01-22Merge branch 'jt/sha1-file-remove-oi-skip-cached'Junio C Hamano2-22/+18
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano2-0/+10
2020-01-22Merge branch 'dl/credential-netrc'Junio C Hamano3-3/+26
2020-01-22submodule.c: use get_git_dir() instead of get_git_common_dir()Philippe Blain2-3/+36
2020-01-22t2405: clarify test descriptions and simplify testPhilippe Blain1-20/+16
2020-01-22t2405: use git -C and test_commit -C instead of subshellsPhilippe Blain1-25/+9
2020-01-22t7410: rename to t2405-worktree-submodule.shPhilippe Blain1-1/+1
2020-01-22docs: mention when increasing http.postBuffer is valuablebrian m. carlson1-0/+8
2020-01-22doc: dissuade users from trying to ignore tracked filesbrian m. carlson1-0/+16
2020-01-22doc: provide guidance on user.name formatbrian m. carlson2-1/+12
2020-01-22docs: expand on possible and recommended user config optionsbrian m. carlson1-0/+7
2020-01-22doc: move author and committer information to git-commit(1)brian m. carlson4-27/+51
2020-01-22l10n: Update Catalan translationJordi Mas1-147/+111
2020-01-21templates: fix deprecated type option `--bool`Lucius Hu2-6/+6
2020-01-21t6025: use helpers to replace test -f <path>Shourya Shukla1-3/+3
2020-01-21t6025: modernize styleShourya Shukla1-41/+42
2020-01-21doc: rm: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-29/+21
2020-01-21docs: use "currently" for the present timebrian m. carlson1-2/+2
2020-01-21fetch: document and test --refmap=""Derrick Stolee2-1/+28
2020-01-17t3404: directly test the behavior of interestElijah Newren1-3/+4
2020-01-17git-rebase.txt: update description of --allow-empty-messageElijah Newren2-8/+11
2020-01-17grep: use no. of cores as the default no. of threadsMatheus Tavares2-4/+3
2020-01-17grep: move driver pre-load out of critical sectionMatheus Tavares1-4/+4
2020-01-17grep: re-enable threads in non-worktree caseMatheus Tavares2-1/+12
2020-01-17grep: protect packed_git [re-]initializationMatheus Tavares2-2/+8
2020-01-17grep: allow submodule functions to run in parallelMatheus Tavares1-16/+22
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares4-16/+10
2020-01-17grep: replace grep_read_mutex by internal obj read lockMatheus Tavares3-63/+35
2020-01-17object-store: allow threaded access to object readingMatheus Tavares3-5/+119
2020-01-17replace-object: make replace operations thread-safeMatheus Tavares5-2/+26
2020-01-17grep: fix racy calls in grep_objects()Matheus Tavares1-0/+5
2020-01-17grep: fix race conditions at grep_submodule()Matheus Tavares1-4/+3
2020-01-17grep: fix race conditions on userdiff callsMatheus Tavares1-1/+6
2020-01-17fetch: emphasize failure during submodule fetchEmily Shaffer1-4/+15
2020-01-16Sync with maintJunio C Hamano2-4/+4
2020-01-16t7800: don't rely on reuse_worktree_file()Jeff King1-3/+2
2020-01-16t4018: drop "debugging" cat from hunk-header testsJeff King1-1/+0
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King2-0/+8