125 Commits (fe86abd7511a9a6862d5706c6fa1d9b57a63ba09)

Author SHA1 Message Date
Elijah Newren 61a7b98264 treewide: remove cache.h inclusion due to setup.h changes 2 years ago
Elijah Newren e38da487cc setup.h: move declarations for setup.c functions from cache.h 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Elijah Newren d5ebb50dcb wrapper.h: move declarations for wrapper.c functions from cache.h 2 years ago
Elijah Newren 0b027f6ca7 abspath.h: move absolute path functions from cache.h 2 years ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 2 years ago
Elijah Newren a6dc3d364c treewide: remove unnecessary cache.h inclusion from a few headers 2 years ago
Rubén Justo faa4d5983b branch: fix die_if_checked_out() when ignore_current_worktree 2 years ago
Rubén Justo 662078caac worktree: introduce is_shared_symref() 2 years ago
Elijah Newren 36bf195890 alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
Han-Wen Nienhuys 71e5473493 refs: unify parse_worktree_ref() and ref_type() 2 years ago
Junio C Hamano afe8a9070b tree-wide: apply equals-null.cocci 3 years ago
Derrick Stolee 615a84ad78 worktree: create init_worktree_config() 3 years ago
Ævar Arnfjörð Bjarmason ce14de03db refs API: remove "failure_errno" from refs_resolve_ref_unsafe() 3 years ago
Anders Kaseorg c8dd491fa5 worktree: simplify find_shared_symref() memory ownership model 3 years ago
Ævar Arnfjörð Bjarmason f1da24ca5e refs API: post-migration API renaming [2/2] 3 years ago
Ævar Arnfjörð Bjarmason 0506eb71f7 refs API: ignore errno in worktree.c's find_shared_symref() 3 years ago
Ævar Arnfjörð Bjarmason ccf3cc1b18 refs API: ignore errno in worktree.c's add_head_info() 3 years ago
Ævar Arnfjörð Bjarmason 76887df014 refs API: remove refs_read_ref_full() wrapper 3 years ago
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Elijah Newren 906fc557b7 dir: introduce readdir_skip_dot_and_dotdot() helper 4 years ago
Junio C Hamano 1df046bcff Revert "dir: introduce readdir_skip_dot_and_dotdot() helper" 4 years ago
Elijah Newren b548f0f156 dir: introduce readdir_skip_dot_and_dotdot() helper 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Rafael Silva eb36135af7 worktree: teach worktree_lock_reason() to gently handle main worktree 4 years ago
Rafael Silva fc0c7d5e9e worktree: teach worktree to lazy-load "prunable" reason 4 years ago
Rafael Silva a29a8b7574 worktree: libify should_prune_worktree() 4 years ago
Eric Sunshine cf76baea41 worktree: teach `repair` to fix multi-directional breakage 4 years ago
Martin Ågren a46d1f7321 worktree: use skip_prefix to parse target 4 years ago
Martin Ågren fb07bd4297 worktree: rename copy-pasted variable 4 years ago
Martin Ågren cfaf9f05c6 worktree: update renamed variable in comment 4 years ago
Martin Ågren ef2d5547fa worktree: inline `worktree_ref()` into its only caller 4 years ago
Martin Ågren 962dd7ebc3 wt-status: introduce wt_status_state_free_buffers() 4 years ago
Eric Sunshine b214ab5aa5 worktree: teach "repair" to fix outgoing links to worktrees 4 years ago
Eric Sunshine bdd1f3e4da worktree: teach "repair" to fix worktree back-links to main worktree 4 years ago
Eric Sunshine 918d8ff780 worktree: retire special-case normalization of main worktree path 5 years ago
Eric Sunshine 1c4854ec73 worktree: drop bogus and unnecessary path munging 5 years ago
Eric Sunshine 246756f775 worktree: drop unused code from get_linked_worktree() 5 years ago
Eric Sunshine 62573a57f0 worktree: drop pointless strbuf_release() 5 years ago
Eric Sunshine 5f4ee57ad9 worktree: avoid dead-code in conditional 5 years ago
Eric Sunshine 03f2465bb1 worktree: drop get_worktrees() unused 'flags' argument 5 years ago
Eric Sunshine d9c54c2bbf worktree: drop get_worktrees() special-purpose sorting option 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Eric Sunshine bb4995fc3f worktree: add utility to find worktree by pathname 5 years ago
Eric Sunshine 02bbbe9df9 worktree: drop unused code from get_main_worktree() 5 years ago
Hariom Verma 45f274fbb1 get_main_worktree(): allow it to be called in the Git directory 5 years ago
brian m. carlson e02a7141f8 worktree: allow repository version 1 5 years ago
Nguyễn Thái Ngọc Duy 105df73e71 worktree add: be tolerant of corrupt worktrees 6 years ago
Jonathan Tan f3534c98e4 worktree: update is_bare heuristics 6 years ago