Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: add ctx arg to config_fn_t | Glen Choo | 2023-06-28 | 38 | -80/+136 |
* | config: inline git_color_default_config | Glen Choo | 2023-06-28 | 6 | -7/+25 |
* | Merge branch 'rj/leakfixes' | Junio C Hamano | 2023-06-23 | 2 | -1/+6 |
|\ | |||||
| * | branch: fix a leak in cmd_branch | Rubén Justo | 2023-06-17 | 1 | -0/+2 |
| * | rev-parse: fix a leak with --abbrev-ref | Rubén Justo | 2023-06-17 | 1 | -1/+4 |
* | | Merge branch 'sl/worktree-sparse' | Junio C Hamano | 2023-06-23 | 1 | -0/+4 |
|\ \ | |||||
| * | | worktree: integrate with sparse-index | Shuqi Liang | 2023-06-12 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'mh/credential-erase-improvements' | Junio C Hamano | 2023-06-23 | 2 | -14/+18 |
|\ \ | |||||
| * | | credential: erase all matching credentials | M Hickford | 2023-06-15 | 1 | -6/+9 |
| * | | credential: avoid erasing distinct password | M Hickford | 2023-06-15 | 2 | -14/+15 |
| |/ | |||||
* | | Merge branch 'ds/add-i-color-configuration-fix' | Junio C Hamano | 2023-06-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | add: check color.ui for interactive add | Derrick Stolee | 2023-06-12 | 1 | -1/+1 |
* | | | Merge branch 'ps/cat-file-null-output' | Junio C Hamano | 2023-06-23 | 1 | -42/+43 |
|\ \ \ | |||||
| * | | | cat-file: add option '-Z' that delimits input and output with NUL | Patrick Steinhardt | 2023-06-12 | 1 | -21/+36 |
| * | | | cat-file: simplify reading from standard input | Patrick Steinhardt | 2023-06-12 | 1 | -23/+9 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/disable-replace-refs' | Junio C Hamano | 2023-06-23 | 9 | -9/+9 |
|\ \ \ | |||||
| * | | | repository: create disable_replace_refs() | Derrick Stolee | 2023-06-12 | 9 | -9/+9 |
* | | | | Merge branch 'ja/worktree-orphan' | Junio C Hamano | 2023-06-23 | 1 | -10/+217 |
|\ \ \ \ | |||||
| * | | | | worktree add: emit warn when there is a bad HEAD | Jacob Abel | 2023-05-18 | 1 | -5/+29 |
| * | | | | worktree add: extend DWIM to infer --orphan | Jacob Abel | 2023-05-18 | 1 | -1/+113 |
| * | | | | worktree add: introduce "try --orphan" hint | Jacob Abel | 2023-05-18 | 1 | -0/+26 |
| * | | | | worktree add: add --orphan flag | Jacob Abel | 2023-05-18 | 1 | -11/+56 |
| * | | | | worktree add: include -B in usage docs | Jacob Abel | 2023-05-18 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/log-follow-with-non-literal-pathspec' | Junio C Hamano | 2023-06-21 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | diff: factor out --follow pathspec check | Jeff King | 2023-06-03 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'vd/worktree-config-is-per-repository' | Junio C Hamano | 2023-06-21 | 2 | -7/+12 |
|\ \ \ \ \ | |||||
| * | | | | | repository: move 'repository_format_worktree_config' to repo scope | Victoria Dye | 2023-05-26 | 2 | -2/+3 |
| * | | | | | config: pass 'repo' directly to 'config_with_options()' | Victoria Dye | 2023-05-26 | 1 | -5/+9 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'tb/submodule-null-deref-fix' | Junio C Hamano | 2023-06-21 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/submodule--helper.c: handle missing submodule URLs | Taylor Blau | 2023-05-24 | 1 | -2/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'tl/quote-problematic-arg-for-clarity' | Junio C Hamano | 2023-06-21 | 2 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | surround %s with quotes when failed to lookup commit | Teng Long | 2023-06-03 | 2 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ps/fetch-cleanups' | Junio C Hamano | 2023-06-21 | 1 | -68/+79 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: use `fetch_config` to store "submodule.fetchJobs" value | Patrick Steinhardt | 2023-05-17 | 1 | -5/+6 |
| * | | | | | fetch: use `fetch_config` to store "fetch.parallel" value | Patrick Steinhardt | 2023-05-17 | 1 | -7/+8 |
| * | | | | | fetch: use `fetch_config` to store "fetch.recurseSubmodules" value | Patrick Steinhardt | 2023-05-17 | 1 | -15/+16 |
| * | | | | | fetch: use `fetch_config` to store "fetch.showForcedUpdates" value | Patrick Steinhardt | 2023-05-17 | 1 | -14/+21 |
| * | | | | | fetch: use `fetch_config` to store "fetch.pruneTags" value | Patrick Steinhardt | 2023-05-17 | 1 | -4/+5 |
| * | | | | | fetch: use `fetch_config` to store "fetch.prune" value | Patrick Steinhardt | 2023-05-17 | 1 | -4/+5 |
| * | | | | | fetch: pass through `fetch_config` directly | Patrick Steinhardt | 2023-05-17 | 1 | -15/+16 |
| * | | | | | fetch: drop unneeded NULL-check for `remote_ref` | Patrick Steinhardt | 2023-05-17 | 1 | -3/+2 |
| * | | | | | fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value | Patrick Steinhardt | 2023-05-17 | 1 | -1/+0 |
* | | | | | | Merge branch 'zh/ls-files-format-atoms' | Junio C Hamano | 2023-06-13 | 1 | -0/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ls-files: align format atoms with ls-tree | ZheNing Hu | 2023-05-23 | 1 | -0/+27 |
* | | | | | | | Merge branch 'sl/diff-tree-sparse' | Junio C Hamano | 2023-06-13 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff-tree: integrate with sparse index | Shuqi Liang | 2023-05-18 | 1 | -0/+4 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/format-patch-message-id-unleak' | Junio C Hamano | 2023-06-13 | 1 | -7/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | format-patch: free elements of rev.ref_message_ids list | Jeff King | 2023-05-19 | 1 | -7/+7 |
| * | | | | | | | format-patch: free rev.message_id when exiting | Jeff King | 2023-05-19 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'jc/pack-ref-exclude-include' | Junio C Hamano | 2023-06-13 | 1 | -4/+27 |
|\ \ \ \ \ \ \ \ |