summaryrefslogtreecommitdiffstats
path: root/worktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-2/+2
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
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-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-19Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano1-32/+31
2023-02-25branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo1-2/+1
2023-02-25worktree: introduce is_shared_symref()Rubén Justo1-31/+31
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys1-52/+7
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano1-0/+73
2022-02-08worktree: create init_worktree_config()Derrick Stolee1-0/+73
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason1-8/+3
2021-12-01worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg1-6/+2
2021-10-16refs API: post-migration API renaming [2/2]Ævar Arnfjörð Bjarmason1-3/+3
2021-10-16refs API: ignore errno in worktree.c's find_shared_symref()Ævar Arnfjörð Bjarmason1-2/+4
2021-10-16refs API: ignore errno in worktree.c's add_head_info()Ævar Arnfjörð Bjarmason1-2/+4
2021-10-16refs API: remove refs_read_ref_full() wrapperÆvar Arnfjörð Bjarmason1-4/+5
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-9/+3
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva1-1/+2
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva1-0/+20
2021-01-30worktree: libify should_prune_worktree()Rafael Silva1-0/+68
2020-12-21worktree: teach `repair` to fix multi-directional breakageEric Sunshine1-0/+41
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano1-26/+20
2020-09-27worktree: use skip_prefix to parse targetMartin Ågren1-7/+7
2020-09-27worktree: rename copy-pasted variableMartin Ågren1-6/+6
2020-09-27worktree: update renamed variable in commentMartin Ågren1-1/+1
2020-09-27worktree: inline `worktree_ref()` into its only callerMartin Ågren1-11/+6
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren1-3/+2
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine1-0/+74
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine1-0/+61
2020-07-31worktree: retire special-case normalization of main worktree pathEric Sunshine1-4/+2
2020-07-31worktree: drop bogus and unnecessary path mungingEric Sunshine1-6/+1
2020-07-31worktree: drop unused code from get_linked_worktree()Eric Sunshine1-3/+0
2020-07-31worktree: drop pointless strbuf_release()Eric Sunshine1-2/+0
2020-07-06Merge branch 'es/worktree-code-cleanup'Junio C Hamano1-3/+3