summaryrefslogtreecommitdiffstats
path: root/worktree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* worktree: don't store main worktree twicePatrick Steinhardt2024-06-061-18/+11
* refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt2024-05-171-0/+2
* config: add --comment option to add a commentRalph Seichter2024-03-151-2/+2
* Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano2024-01-261-11/+16
|\
| * worktree: expose interface to look up worktree by namePatrick Steinhardt2024-01-081-11/+16
* | Merge branch 'ps/refstorage-extension'Junio C Hamano2024-01-161-8/+23
|\|
| * worktree: skip reading HEAD when repairing worktreesPatrick Steinhardt2024-01-021-8/+23
* | Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano2024-01-021-2/+2
|\ \ | |/ |/|
| * status: fix branch shown when not only bisectingRubén Justo2023-10-171-2/+2
* | worktree: mark unused parameters in noop repair callbackJeff King2023-08-301-2/+4
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+1
|\ \ \ | |/ / |/| |
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-1/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
|/ /
* / repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-261-2/+2
|/
* treewide: remove cache.h inclusion due to setup.h changesElijah Newren2023-03-211-1/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano2023-03-191-32/+31
|\
| * branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo2023-02-251-2/+1
| * worktree: introduce is_shared_symref()Rubén Justo2023-02-251-31/+31
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys2022-09-191-52/+7
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-1/+1
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-261-0/+73
|\ \ \
| * | | worktree: create init_worktree_config()Derrick Stolee2022-02-081-0/+73
| |/ /
* / / refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-271-8/+3
|/ /
* | worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg2021-12-021-6/+2
* | refs API: post-migration API renaming [2/2]Ævar Arnfjörð Bjarmason2021-10-161-3/+3
* | refs API: ignore errno in worktree.c's find_shared_symref()Ævar Arnfjörð Bjarmason2021-10-161-2/+4
* | refs API: ignore errno in worktree.c's add_head_info()Ævar Arnfjörð Bjarmason2021-10-161-2/+4
* | refs API: remove refs_read_ref_full() wrapperÆvar Arnfjörð Bjarmason2021-10-161-4/+5
|/
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-141-0/+1
* dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-9/+3
* use CALLOC_ARRAYRené Scharfe2021-03-141-2/+2
* worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva2021-01-301-1/+2
* worktree: teach worktree to lazy-load "prunable" reasonRafael Silva2021-01-301-0/+20
* worktree: libify should_prune_worktree()Rafael Silva2021-01-301-0/+68
* worktree: teach `repair` to fix multi-directional breakageEric Sunshine2020-12-211-0/+41
* Merge branch 'ma/worktree-cleanups'Junio C Hamano2020-10-051-26/+20
|\
| * worktree: use skip_prefix to parse targetMartin Ågren2020-09-271-7/+7
| * worktree: rename copy-pasted variableMartin Ågren2020-09-271-6/+6