summaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorLines
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-1/+1
2024-03-15config: add --comment option to add a commentRalph Seichter-2/+2
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King-1/+1
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano-5/+5
2024-01-29builtin/worktree: comment style fixesJunio C Hamano-5/+5
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano-28/+25
2024-01-08builtin/worktree: create refdb via ref backendPatrick Steinhardt-26/+22
2024-01-08builtin/worktree: move setup of commondir file earlierPatrick Steinhardt-3/+4
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano-3/+3
2023-12-09worktree: simplify incompatibility message for --orphan and commit-ishRené Scharfe-2/+2
2023-12-09worktree: standardize incompatibility messagesRené Scharfe-8/+9
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano-3/+3
2023-08-29worktree: mark unused parameters in each_ref_fn callbackJeff King-4/+4
2023-08-25Merge branch 'ja/worktree-orphan'Junio C Hamano-1/+1
2023-08-13builtin/worktree.c: fix typo in "forgot fetch" msgJacob Abel-1/+1
2023-08-04Merge branch 'ja/worktree-orphan-fix'Junio C Hamano-2/+2
2023-07-26builtin/worktree.c: convert tab in advice to spaceJacob Abel-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-2/+3
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo-2/+3
2023-06-23Merge branch 'sl/worktree-sparse'Junio C Hamano-0/+4
2023-06-22Merge branch 'ja/worktree-orphan'Junio C Hamano-10/+217
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-06-12worktree: integrate with sparse-indexShuqi Liang-0/+4
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye-1/+1
2023-05-17worktree add: emit warn when there is a bad HEADJacob Abel-5/+29
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel-1/+113
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel-0/+26
2023-05-17worktree add: add --orphan flagJacob Abel-11/+56
2023-05-17worktree add: include -B in usage docsJacob Abel-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-4/+4
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano-2/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-4/+4
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason-2/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1