summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckLibravatar Johannes Schindelin2-3/+7
2020-01-23rebase -i: re-fix short SHA-1 collisionLibravatar Johannes Schindelin2-3/+23
2020-01-23parse_insn_line(): improve error message when parsing failedLibravatar Johannes Schindelin1-3/+4
2020-01-23pack-bitmap: don't rely on bitmap_git->reuse_objectsLibravatar Jeff King1-11/+7
2020-01-23pack-objects: add checks for duplicate objectsLibravatar Jeff King1-1/+7
2020-01-23pack-objects: improve partial packfile reuseLibravatar Jeff King3-86/+281
2020-01-23builtin/pack-objects: introduce obj_is_packed()Libravatar Jeff King1-2/+7
2020-01-23pack-objects: introduce pack.allowPackReuseLibravatar Jeff King2-1/+14
2020-01-23csum-file: introduce hashfile_total()Libravatar Jeff King1-0/+9
2020-01-23pack-bitmap: simplify bitmap_has_oid_in_uninteresting()Libravatar Jeff King1-12/+2
2020-01-23pack-bitmap: uninteresting oid can be outside bitmapped packfileLibravatar Jeff King1-1/+1
2020-01-23pack-bitmap: introduce bitmap_walk_contains()Libravatar Jeff King2-0/+15
2020-01-23ewah/bitmap: introduce bitmap_word_alloc()Libravatar Jeff King2-4/+10
2020-01-22The first batch post 2.25 cycleLibravatar Junio C Hamano3-2/+55
2020-01-22Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano2-0/+19
2020-01-22Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport'Libravatar Junio C Hamano2-1/+13
2020-01-22Merge branch 'hw/tutorial-favor-switch-over-checkout'Libravatar Junio C Hamano1-1/+1
2020-01-22Merge branch 'es/unpack-trees-oob-fix'Libravatar Junio C Hamano1-2/+4
2020-01-22Merge branch 'bc/run-command-nullness-after-free-fix'Libravatar Junio C Hamano1-1/+2
2020-01-22Merge branch 'en/string-list-can-be-custom-sorted'Libravatar Junio C Hamano1-2/+4
2020-01-22Merge branch 'en/simplify-check-updates-in-unpack-trees'Libravatar Junio C Hamano1-12/+14
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