summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: add ctx arg to config_fn_tGlen Choo2023-06-2838-80/+136
* config: inline git_color_default_configGlen Choo2023-06-286-7/+25
* Merge branch 'rj/leakfixes'Junio C Hamano2023-06-232-1/+6
|\
| * branch: fix a leak in cmd_branchRubén Justo2023-06-171-0/+2
| * rev-parse: fix a leak with --abbrev-refRubén Justo2023-06-171-1/+4
* | Merge branch 'sl/worktree-sparse'Junio C Hamano2023-06-231-0/+4
|\ \
| * | worktree: integrate with sparse-indexShuqi Liang2023-06-121-0/+4
| |/
* | Merge branch 'mh/credential-erase-improvements'Junio C Hamano2023-06-232-14/+18
|\ \
| * | credential: erase all matching credentialsM Hickford2023-06-151-6/+9
| * | credential: avoid erasing distinct passwordM Hickford2023-06-152-14/+15
| |/
* | Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano2023-06-231-1/+1
|\ \
| * | add: check color.ui for interactive addDerrick Stolee2023-06-121-1/+1
* | | Merge branch 'ps/cat-file-null-output'Junio C Hamano2023-06-231-42/+43
|\ \ \
| * | | cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt2023-06-121-21/+36
| * | | cat-file: simplify reading from standard inputPatrick Steinhardt2023-06-121-23/+9
| | |/ | |/|
* | | Merge branch 'ds/disable-replace-refs'Junio C Hamano2023-06-239-9/+9
|\ \ \
| * | | repository: create disable_replace_refs()Derrick Stolee2023-06-129-9/+9
* | | | Merge branch 'ja/worktree-orphan'Junio C Hamano2023-06-231-10/+217
|\ \ \ \
| * | | | worktree add: emit warn when there is a bad HEADJacob Abel2023-05-181-5/+29
| * | | | worktree add: extend DWIM to infer --orphanJacob Abel2023-05-181-1/+113
| * | | | worktree add: introduce "try --orphan" hintJacob Abel2023-05-181-0/+26
| * | | | worktree add: add --orphan flagJacob Abel2023-05-181-11/+56
| * | | | worktree add: include -B in usage docsJacob Abel2023-05-181-1/+1
* | | | | 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
|\ \ \ \ \ \ \ \