summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1
* git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-216-0/+6
* builtin.h: remove unneccessary includesElijah Newren2023-06-217-0/+7
* diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-2112-0/+12
* repository: remove unnecessary include of path.hElijah Newren2023-06-2132-0/+32
* log-tree: replace include of revision.h with simple forward declarationElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-2175-115/+40
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-2122-0/+22
* merge.h: move declarations for merge.c from cache.hElijah Newren2023-06-212-0/+2
* preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-219-0/+9
* sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-2112-0/+12
* name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
* read-cache: move shared add/checkout/commit codeElijah Newren2023-06-211-100/+0
* add: modify add_files_to_cache() to avoid globalsElijah Newren2023-06-213-9/+18
* read-cache: move shared commit and ls-files codeElijah Newren2023-06-211-137/+0
* setup: adopt shared init-db & clone codeElijah Newren2023-06-211-496/+0
* init-db, clone: change unnecessary global into passed parameterElijah Newren2023-06-212-5/+7
* init-db: remove unnecessary global variableElijah Newren2023-06-211-5/+7
* init-db: document existing bug with core.bare in template configElijah Newren2023-06-211-1/+28
* Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano2023-06-211-1/+1
|\
| * diff: factor out --follow pathspec checkJeff King2023-06-031-1/+1
* | Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano2023-06-212-7/+12
|\ \
| * | repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-262-2/+3
| * | config: pass 'repo' directly to 'config_with_options()'Victoria Dye2023-05-261-5/+9
* | | Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano2023-06-211-2/+5
|\ \ \
| * | | builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau2023-05-241-2/+5
| | |/ | |/|
* | | Merge branch 'tl/quote-problematic-arg-for-clarity'Junio C Hamano2023-06-212-4/+4
|\ \ \
| * | | surround %s with quotes when failed to lookup commitTeng Long2023-06-032-4/+4
| | |/ | |/|
* | | Merge branch 'ps/fetch-cleanups'Junio C Hamano2023-06-211-68/+79
|\ \ \
| * | | fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt2023-05-171-5/+6
| * | | fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt2023-05-171-7/+8
| * | | fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt2023-05-171-15/+16
| * | | fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt2023-05-171-14/+21
| * | | fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt2023-05-171-4/+5
| * | | fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt2023-05-171-4/+5
| * | | fetch: pass through `fetch_config` directlyPatrick Steinhardt2023-05-171-15/+16
| * | | fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt2023-05-171-3/+2
| * | | fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt2023-05-171-1/+0
* | | | Merge branch 'zh/ls-files-format-atoms'Junio C Hamano2023-06-131-0/+27
|\ \ \ \
| * | | | ls-files: align format atoms with ls-treeZheNing Hu2023-05-231-0/+27
* | | | | Merge branch 'sl/diff-tree-sparse'Junio C Hamano2023-06-131-0/+4
|\ \ \ \ \
| * | | | | diff-tree: integrate with sparse indexShuqi Liang2023-05-181-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano2023-06-131-7/+8
|\ \ \ \ \
| * | | | | format-patch: free elements of rev.ref_message_ids listJeff King2023-05-191-7/+7
| * | | | | format-patch: free rev.message_id when exitingJeff King2023-05-191-0/+1
* | | | | | Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano2023-06-131-4/+27
|\ \ \ \ \ \
| * | | | | | pack-refs: teach pack-refs --include optionJohn Cai2023-05-121-2/+13
| * | | | | | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-121-4/+16
* | | | | | | Merge branch 'kh/keep-tag-editmsg-upon-failure'Junio C Hamano2023-06-131-9/+15
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | tag: keep the message file in case ref transaction failsKristoffer Haugsbakk2023-05-161-9/+15
| | |_|_|/ / | |/| | | |