summary refs log tree commit diff
path: root/worktree.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano1-17/+3
2020-06-24worktree: avoid dead-code in conditionalEric Sunshine1-3/+3
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine1-3/+3
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine1-14/+0
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-6/+4
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy1-2/+5
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+4
2020-03-05Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano1-0/+1
2020-03-05Merge branch 'es/worktree-avoid-duplication-fix'Junio C Hamano1-6/+10
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine1-6/+10
2020-02-24worktree: drop unused code from get_main_worktree()Eric Sunshine1-4/+0
2020-02-24get_main_worktree(): allow it to be called in the Git directoryHariom Verma1-0/+1
2020-02-24worktree: allow repository version 1brian m. carlson1-6/+4
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano1-2/+5
2019-05-15worktree add: be tolerant of corrupt worktreesNguyễn Thái Ngọc Duy1-2/+5
2019-05-09Merge branch 'jt/submodule-repo-is-with-worktree'Junio C Hamano1-4/+10
2019-04-21worktree: update is_bare heuristicsJonathan Tan1-4/+10
2019-03-01setup: fix memory leaks with `struct repository_format`Martin Ågren1-1/+3
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-3/+76
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski1-1/+1
2018-10-22revision.c: better error reporting on ref from different worktreesNguyễn Thái Ngọc Duy1-3/+46
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy1-0/+30