summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-02-05name-rev: don't leak path copy in name_ref()René Scharfe
2020-02-05name-rev: respect const qualifierRené Scharfe
2020-02-05name-rev: remove unused typedefRené Scharfe
2020-02-05name-rev: rewrite create_or_update_name()Martin Ågren
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2020-01-31sparse-checkout: escape all glob characters on writeDerrick Stolee
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandDerrick Stolee
2020-01-31sparse-checkout: unquote C-style strings over --stdinDerrick Stolee
2020-01-31sparse-checkout: write escaped patterns in cone modeDerrick Stolee
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano
2020-01-30fetch: forgo full connectivity check if --filterJonathan Tan
2020-01-30connected: verify promisor-ness of partial cloneJonathan Tan
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain
2020-01-27submodule: fix status of initialized but not cloned submodulesPeter Kaestle
2020-01-24clone: fix --sparse option with URLsDerrick Stolee
2020-01-24sparse-checkout: create leading directoriesDerrick Stolee
2020-01-24config: fix typo in variable nameMatthew Rogers
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin
2020-01-23pack-objects: add checks for duplicate objectsJeff King
2020-01-23pack-objects: improve partial packfile reuseJeff King
2020-01-23builtin/pack-objects: introduce obj_is_packed()Jeff King
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King
2020-01-22Merge branch 'nd/switch-and-restore'Junio C Hamano
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano
2020-01-17git-rebase.txt: update description of --allow-empty-messageElijah Newren
2020-01-17grep: use no. of cores as the default no. of threadsMatheus Tavares
2020-01-17grep: move driver pre-load out of critical sectionMatheus Tavares
2020-01-17grep: re-enable threads in non-worktree caseMatheus Tavares
2020-01-17grep: protect packed_git [re-]initializationMatheus Tavares
2020-01-17grep: allow submodule functions to run in parallelMatheus Tavares
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares
2020-01-17grep: replace grep_read_mutex by internal obj read lockMatheus Tavares
2020-01-17grep: fix racy calls in grep_objects()Matheus Tavares
2020-01-17grep: fix race conditions at grep_submodule()Matheus Tavares
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen
2020-01-15add: use advise function to display hintsHeba Waly
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2020-01-08restore: invalidate cache-tree when removing entries with --stagedJeff King
2020-01-07checkout: don't revert file on ambiguous tracking branchesAlexandr Miloslavskiy
2020-01-07parse_branchname_arg(): extract part as new functionAlexandr Miloslavskiy
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano
2020-01-06Merge branch 'ds/sparse-list-in-cone-mode'Junio C Hamano