summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau4-8/+31
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee1-1/+1
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee1-2/+4
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee1-1/+14
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee1-2/+21
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano2-6/+6
2020-01-31sha1-file: allow check_object_signature() to handle any repoLibravatar Matheus Tavares3-5/+10
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