summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-06-16commit: pass --no-divider to interpret-trailersJeff King1-1/+2
2023-06-15credential: erase all matching credentialsM Hickford1-6/+9
2023-06-15credential: avoid erasing distinct passwordM Hickford2-14/+15
2023-06-13Merge branch 'zh/ls-files-format-atoms'Junio C Hamano1-0/+27
2023-06-13Merge branch 'sl/diff-tree-sparse'Junio C Hamano1-0/+4
2023-06-13Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano1-7/+8
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano1-4/+27
2023-06-13Merge branch 'kh/keep-tag-editmsg-upon-failure'Junio C Hamano1-9/+15
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau1-4/+10
2023-06-12strbuf: remove global variableCalvin Wan8-21/+30
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan1-0/+19
2023-06-12repository: create disable_replace_refs()Derrick Stolee9-9/+9
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt1-21/+36
2023-06-12cat-file: simplify reading from standard inputPatrick Steinhardt1-23/+9
2023-06-12worktree: integrate with sparse-indexShuqi Liang1-0/+4
2023-06-12add: check color.ui for interactive addDerrick Stolee1-1/+1
2023-06-03diff: factor out --follow pathspec checkJeff King1-1/+1
2023-06-03surround %s with quotes when failed to lookup commitTeng Long2-4/+4
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2-2/+3
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye1-5/+9
2023-05-25builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau1-2/+5
2023-05-23ls-files: align format atoms with ls-treeZheNing Hu1-0/+27
2023-05-19format-patch: free elements of rev.ref_message_ids listJeff King1-7/+7
2023-05-18format-patch: free rev.message_id when exitingJeff King1-0/+1
2023-05-18diff-tree: integrate with sparse indexShuqi Liang1-0/+4
2023-05-17worktree add: emit warn when there is a bad HEADJacob Abel1-5/+29
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel1-1/+113
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel1-0/+26
2023-05-17worktree add: add --orphan flagJacob Abel1-11/+56
2023-05-17worktree add: include -B in usage docsJacob Abel1-1/+1
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano2-10/+9
2023-05-17fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt1-5/+6
2023-05-17fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt1-7/+8
2023-05-17fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt1-15/+16
2023-05-17fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt1-14/+21
2023-05-17fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt1-4/+5
2023-05-17fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt1-4/+5
2023-05-17fetch: pass through `fetch_config` directlyPatrick Steinhardt1-15/+16
2023-05-17fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt1-3/+2
2023-05-17fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt1-1/+0
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk1-9/+15
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano1-197/+285
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano1-0/+4
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano1-0/+3
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano1-3/+4
2023-05-15Merge branch 'jc/name-rev-deprecate-stdin-further'Junio C Hamano1-1/+5
2023-05-15Merge branch 'ds/fsck-bitmap'Junio C Hamano1-3/+7
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano1-13/+58
2023-05-12pack-refs: teach pack-refs --include optionJohn Cai1-2/+13
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai1-4/+16