summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)Author
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-27checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano
2024-01-29builtin/worktree: comment style fixesJunio C Hamano
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano
2024-01-08builtin/worktree: create refdb via ref backendPatrick Steinhardt
2024-01-08builtin/worktree: move setup of commondir file earlierPatrick Steinhardt
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano
2023-12-09worktree: simplify incompatibility message for --orphan and commit-ishRené Scharfe
2023-12-09worktree: standardize incompatibility messagesRené Scharfe
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano
2023-08-29worktree: mark unused parameters in each_ref_fn callbackJeff King
2023-08-25Merge branch 'ja/worktree-orphan'Junio C Hamano
2023-08-13builtin/worktree.c: fix typo in "forgot fetch" msgJacob Abel
2023-08-04Merge branch 'ja/worktree-orphan-fix'Junio C Hamano
2023-07-26builtin/worktree.c: convert tab in advice to spaceJacob Abel
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-23Merge branch 'sl/worktree-sparse'Junio C Hamano
2023-06-22Merge branch 'ja/worktree-orphan'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12worktree: integrate with sparse-indexShuqi Liang
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-17worktree add: emit warn when there is a bad HEADJacob Abel
2023-05-17worktree add: extend DWIM to infer --orphanJacob Abel
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel
2023-05-17worktree add: add --orphan flagJacob Abel