summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-06add: change advice config variables used by the add APILibravatar Heba Waly1-4/+8
2020-02-05Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Libravatar Junio C Hamano1-32/+39
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Libravatar Junio C Hamano3-17/+51
2020-02-05name-rev: sort tip names before applyingLibravatar René Scharfe1-8/+52
2020-02-05name-rev: release unused name stringsLibravatar René Scharfe1-5/+16
2020-02-05name-rev: generate name strings only if they are betterLibravatar René Scharfe1-17/+18
2020-02-05name-rev: pre-size buffer in get_parent_name()Libravatar René Scharfe1-6/+14
2020-02-05name-rev: factor out get_parent_name()Libravatar René Scharfe1-13/+14
2020-02-05name-rev: put struct rev_name into commit slabLibravatar René Scharfe1-9/+11
2020-02-05name-rev: don't _peek() in create_or_update_name()Libravatar René Scharfe1-10/+4
2020-02-05name-rev: don't leak path copy in name_ref()Libravatar René Scharfe1-1/+3
2020-02-05name-rev: respect const qualifierLibravatar René Scharfe1-3/+3
2020-02-05name-rev: remove unused typedefLibravatar René Scharfe1-2/+2
2020-02-05name-rev: rewrite create_or_update_name()Libravatar Martin Ågren1-12/+12
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Libravatar Jeff King1-1/+3
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-17git-rebase.txt: update description of --allow-empty-messageLibravatar Elijah Newren1-5/+7
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