summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-241-1/+1
* builtin/pack-objects: make hash agnosticbrian m. carlson2020-02-241-1/+1
* Merge branch 'mr/show-config-scope'Junio C Hamano2020-02-171-10/+36
|\
| * config: add '--show-scope' to print the scope of a config valueMatthew Rogers2020-02-101-2/+18
| * config: teach git_config_source to remember its scopeMatthew Rogers2020-02-101-3/+13
| * config: fix typo in variable nameMatthew Rogers2020-01-241-5/+5
* | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-173-4/+4
|\ \
| * | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-103-4/+4
| |/
* | Merge branch 'rs/name-rev-memsave'Junio C Hamano2020-02-171-64/+127
|\ \
| * | name-rev: sort tip names before applyingRené Scharfe2020-02-051-8/+52
| * | name-rev: release unused name stringsRené Scharfe2020-02-051-5/+16
| * | name-rev: generate name strings only if they are betterRené Scharfe2020-02-051-17/+18
| * | name-rev: pre-size buffer in get_parent_name()René Scharfe2020-02-051-6/+14
| * | name-rev: factor out get_parent_name()René Scharfe2020-02-051-13/+14
| * | name-rev: put struct rev_name into commit slabRené Scharfe2020-02-051-9/+11
| * | name-rev: don't _peek() in create_or_update_name()René Scharfe2020-02-051-10/+4
| * | name-rev: don't leak path copy in name_ref()René Scharfe2020-02-051-1/+3
| * | name-rev: respect const qualifierRené Scharfe2020-02-051-3/+3
| * | name-rev: remove unused typedefRené Scharfe2020-02-051-2/+2
| * | name-rev: rewrite create_or_update_name()Martin Ågren2020-02-051-12/+12
| |/
* | Merge branch 'tb/commit-graph-object-dir'Junio C Hamano2020-02-144-9/+32
|\ \
| * | commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-041-1/+1
| * | commit-graph.c: remove path normalization, comparisonTaylor Blau2020-02-041-1/+1
| * | commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau2020-02-041-1/+1
| * | commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-044-8/+31
| |/
* | Merge branch 'jk/index-pack-dupfix'Junio C Hamano2020-02-141-1/+3
|\ \
| * | index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King2020-02-041-1/+3
* | | Merge branch 'pk/status-of-uncloned-submodule'Junio C Hamano2020-02-141-1/+11
|\ \ \
| * | | submodule: fix status of initialized but not cloned submodulesPeter Kaestle2020-01-271-1/+11
* | | | Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-146-10/+19
|\ \ \ \
| * | | | sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-313-5/+10
| * | | | sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-313-3/+5
| * | | | streaming: allow open_istream() to handle any repoMatheus Tavares2020-01-312-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'ds/sparse-checkout-harden'Junio C Hamano2020-02-142-6/+44
|\ \ \ \
| * | | | sparse-checkout: escape all glob characters on writeDerrick Stolee2020-01-311-1/+1
| * | | | sparse-checkout: use C-style quotes in 'list' subcommandDerrick Stolee2020-01-311-2/+4
| * | | | sparse-checkout: unquote C-style strings over --stdinDerrick Stolee2020-01-311-1/+14
| * | | | sparse-checkout: write escaped patterns in cone modeDerrick Stolee2020-01-311-2/+21
| * | | | clone: fix --sparse option with URLsDerrick Stolee2020-01-241-1/+1
| * | | | sparse-checkout: create leading directoriesDerrick Stolee2020-01-241-0/+4
* | | | | Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano2020-02-142-3/+13
|\ \ \ \ \
| * | | | | fetch: forgo full connectivity check if --filterJonathan Tan2020-01-301-1/+10
| * | | | | connected: verify promisor-ness of partial cloneJonathan Tan2020-01-301-2/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano2020-02-141-13/+5
|\ \ \ \ \
| * | | | | rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin2020-01-241-13/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-47/+46
|\ \ \ \ \
| * | | | | grep: use no. of cores as the default no. of threadsMatheus Tavares2020-01-171-2/+1
| * | | | | grep: move driver pre-load out of critical sectionMatheus Tavares2020-01-171-4/+4
| * | | | | grep: re-enable threads in non-worktree caseMatheus Tavares2020-01-171-1/+1
| * | | | | grep: protect packed_git [re-]initializationMatheus Tavares2020-01-171-2/+6