summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-05name-rev: remove unused typedefRené Scharfe1-2/+2
2020-02-05name-rev: rewrite create_or_update_name()Martin Ågren1-11/+11
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King1-1/+3
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau4-8/+31
2020-01-31sparse-checkout: escape all glob characters on writeDerrick Stolee1-1/+1
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandDerrick Stolee1-2/+4
2020-01-31sparse-checkout: unquote C-style strings over --stdinDerrick Stolee1-1/+14
2020-01-31sparse-checkout: write escaped patterns in cone modeDerrick Stolee1-2/+21
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2-6/+6
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares3-5/+10
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares3-3/+5
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares2-2/+4
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano2-3/+19
2020-01-30fetch: forgo full connectivity check if --filterJonathan Tan1-1/+10
2020-01-30connected: verify promisor-ness of partial cloneJonathan Tan1-2/+3
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain1-2/+5
2020-01-27submodule: fix status of initialized but not cloned submodulesPeter Kaestle1-1/+11
2020-01-24clone: fix --sparse option with URLsDerrick Stolee1-1/+1
2020-01-24sparse-checkout: create leading directoriesDerrick Stolee1-0/+4
2020-01-24config: fix typo in variable nameMatthew Rogers1-5/+5
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin1-13/+5
2020-01-23pack-objects: add checks for duplicate objectsJeff King1-1/+7
2020-01-23pack-objects: improve partial packfile reuseJeff King1-44/+170
2020-01-23builtin/pack-objects: introduce obj_is_packed()Jeff King1-2/+7
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King1-1/+7
2020-01-22Merge branch 'nd/switch-and-restore'Junio C Hamano1-0/+2
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano1-0/+1
2020-01-17git-rebase.txt: update description of --allow-empty-messageElijah Newren1-5/+7
2020-01-17grep: use no. of cores as the default no. of threadsMatheus Tavares1-2/+1
2020-01-17grep: move driver pre-load out of critical sectionMatheus Tavares1-4/+4
2020-01-17grep: re-enable threads in non-worktree caseMatheus Tavares1-1/+1
2020-01-17grep: protect packed_git [re-]initializationMatheus Tavares1-2/+6
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 Tavares1-1/+1
2020-01-17grep: replace grep_read_mutex by internal obj read lockMatheus Tavares1-30/+16
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-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2-3/+19
2020-01-15add: use advise function to display hintsHeba Waly1-2/+4
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano1-37/+12
2020-01-08restore: invalidate cache-tree when removing entries with --stagedJeff King1-0/+2
2020-01-07checkout: don't revert file on ambiguous tracking branchesAlexandr Miloslavskiy1-31/+25
2020-01-07parse_branchname_arg(): extract part as new functionAlexandr Miloslavskiy1-6/+19
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano1-3/+1
2020-01-06Merge branch 'ds/sparse-list-in-cone-mode'Junio C Hamano1-0/+21
2020-01-02commit-graph: prefer default size_mult when given zeroDerrick Stolee1-3/+1
2020-01-02Merge branch 'en/rebase-signoff-fix'Junio C Hamano1-1/+1