summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-1/+1
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-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-4/+4
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano1-2/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+4
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason1-2/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-06worktree: fix a trivial leak in prune_worktrees()Ævar Arnfjörð Bjarmason1-3/+3
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-1/+1
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-1/+1
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason1-3/+4
2022-10-13doc txt & -h consistency: make "worktree" consistentÆvar Arnfjörð Bjarmason1-5/+6
2022-10-13worktree: define subcommand -h in terms of command -hÆvar Arnfjörð Bjarmason1-25/+84
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor1-19/+12
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-4/+4
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano1-16/+24
2022-04-04Merge branch 'dp/worktree-repair-in-usage'Junio C Hamano1-0/+1
2022-03-31worktree: add -z option for list subcommandPhillip Wood1-16/+24
2022-03-29worktree: include repair cmd in usageDes Preston1-0/+1
2022-03-06Merge branch 'ds/worktree-docs'Junio C Hamano1-63/+75
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano1-0/+63
2022-02-23worktree: extract checkout_worktree()Derrick Stolee1-11/+15
2022-02-23worktree: extract copy_sparse_checkout()Derrick Stolee1-15/+18
2022-02-23worktree: extract copy_filtered_worktree_config()Derrick Stolee1-39/+42
2022-02-23worktree: combine two translatable messagesDerrick Stolee1-2/+4
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano1-15/+11
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee1-0/+63
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer1-15/+11
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-1/+1
2022-01-05i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila1-1/+1
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-12-15Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano1-7/+7
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine1-7/+7