summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Libravatar Matheus Tavares3-3/+5
2020-01-31streaming: allow open_istream() to handle any repoLibravatar Matheus Tavares2-2/+4
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Libravatar Junio C Hamano2-3/+19
2020-01-30fetch: forgo full connectivity check if --filterLibravatar Jonathan Tan1-1/+10
2020-01-30connected: verify promisor-ness of partial cloneLibravatar Jonathan Tan1-2/+3
2020-01-30grep: ignore --recurse-submodules if --no-index is givenLibravatar Philippe Blain1-2/+5
2020-01-27submodule: fix status of initialized but not cloned submodulesLibravatar Peter Kaestle1-1/+11
2020-01-24clone: fix --sparse option with URLsLibravatar Derrick Stolee1-1/+1
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee1-0/+4
2020-01-24config: fix typo in variable nameLibravatar Matthew Rogers1-5/+5
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseLibravatar Alban Gruin1-13/+5
2020-01-23pack-objects: add checks for duplicate objectsLibravatar Jeff King1-1/+7
2020-01-23pack-objects: improve partial packfile reuseLibravatar Jeff King1-44/+170
2020-01-23builtin/pack-objects: introduce obj_is_packed()Libravatar Jeff King1-2/+7
2020-01-23pack-objects: introduce pack.allowPackReuseLibravatar Jeff King1-1/+7
2020-01-22Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano1-0/+2
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Libravatar Junio C Hamano1-0/+1
2020-01-17grep: use no. of cores as the default no. of threadsLibravatar Matheus Tavares1-2/+1
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 Tavares1-1/+1
2020-01-17grep: protect packed_git [re-]initializationLibravatar Matheus Tavares1-2/+6
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 Tavares1-1/+1
2020-01-17grep: replace grep_read_mutex by internal obj read lockLibravatar Matheus Tavares1-30/+16
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-15gpg-interface: add minTrustLevel as a configuration optionLibravatar Hans Jerry Illikainen2-3/+19
2020-01-15add: use advise function to display hintsLibravatar Heba Waly1-2/+4
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Libravatar Junio C Hamano1-37/+12
2020-01-08restore: invalidate cache-tree when removing entries with --stagedLibravatar Jeff King1-0/+2
2020-01-07checkout: don't revert file on ambiguous tracking branchesLibravatar Alexandr Miloslavskiy1-31/+25
2020-01-07parse_branchname_arg(): extract part as new functionLibravatar Alexandr Miloslavskiy1-6/+19
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Libravatar Junio C Hamano1-3/+1
2020-01-06Merge branch 'ds/sparse-list-in-cone-mode'Libravatar Junio C Hamano1-0/+21
2020-01-02commit-graph: prefer default size_mult when given zeroLibravatar Derrick Stolee1-3/+1
2020-01-02Merge branch 'en/rebase-signoff-fix'Libravatar Junio C Hamano1-1/+1
2019-12-30sparse-checkout: list directories in cone modeLibravatar Derrick Stolee1-0/+21
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Libravatar Junio C Hamano1-2/+2
2019-12-25Merge branch 'js/add-p-in-c'Libravatar Junio C Hamano1-5/+10
2019-12-25Merge branch 'rs/ref-read-cleanup'Libravatar Junio C Hamano1-2/+1
2019-12-25Merge branch 'mr/bisect-use-after-free'Libravatar Junio C Hamano1-3/+4
2019-12-25Merge branch 'ds/sparse-cone'Libravatar Junio C Hamano3-1/+523
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Libravatar Junio C Hamano1-50/+97
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Libravatar Junio C Hamano1-17/+14
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Libravatar Junio C Hamano2-23/+68
2019-12-25Merge branch 'am/pathspec-from-file'Libravatar Junio C Hamano1-0/+3
2019-12-21commit --interactive: make it work with the built-in `add -i`Libravatar Johannes Schindelin1-2/+6
2019-12-21built-in add -p: implement the "worktree" patch modesLibravatar Johannes Schindelin1-0/+2
2019-12-21built-in add -p: implement the "checkout" patch modesLibravatar Johannes Schindelin1-2/+3
2019-12-21built-in stash: use the built-in `git add -p` if so configuredLibravatar Johannes Schindelin1-11/+14