summaryrefslogtreecommitdiff
path: root/worktree.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonLibravatar Rafael Silva1-0/+9
2021-01-30worktree: libify should_prune_worktree()Libravatar Rafael Silva1-0/+14
2020-10-05Merge branch 'ma/worktree-cleanups'Libravatar Junio C Hamano1-7/+0
2020-09-27worktree: inline `worktree_ref()` into its only callerLibravatar Martin Ågren1-7/+0
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesLibravatar Eric Sunshine1-0/+12
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeLibravatar Eric Sunshine1-0/+11
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentLibravatar Eric Sunshine1-1/+1
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionLibravatar Eric Sunshine1-7/+2
2020-02-24worktree: add utility to find worktree by pathnameLibravatar Eric Sunshine1-0/+6
2020-02-24worktree: improve find_worktree() documentationLibravatar Eric Sunshine1-2/+12
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-7/+7
2019-05-05*.[ch]: remove extern from function declarations using sedLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-10/+10
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Libravatar Junio C Hamano1-0/+24
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonLibravatar Nickolai Belakovski1-2/+2
2018-10-31worktree: update documentation for lock_reason and lock_reason_validLibravatar Nickolai Belakovski1-2/+2
2018-10-22revision.c: better error reporting on ref from different worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+15
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+9
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2018-02-12worktree.c: add update_worktree_location()Libravatar Nguyễn Thái Ngọc Duy1-0/+6
2018-01-24worktree.c: add validate_worktree()Libravatar Nguyễn Thái Ngọc Duy1-0/+9
2017-10-16worktree: convert struct worktree to object_idLibravatar brian m. carlson1-1/+1
2017-08-24revision.c: --all adds HEAD from all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+8
2017-04-24worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-12-12worktree: check if a submodule uses worktreesLibravatar Stefan Beller1-0/+5
2016-11-28worktree list: keep the list sortedLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2016-11-28worktree.c: get_worktrees() takes a new flag argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-06-13worktree.c: add is_worktree_locked()Libravatar Nguyễn Thái Ngọc Duy1-0/+8
2016-06-03worktree.c: add is_main_worktree()Libravatar Nguyễn Thái Ngọc Duy1-0/+5
2016-06-03worktree.c: add find_worktree()Libravatar Nguyễn Thái Ngọc Duy1-0/+8
2016-04-22branch: do not rename a branch under bisect or rebaseLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2016-04-22path.c: refactor and add worktree_git_path()Libravatar Nguyễn Thái Ngọc Duy1-0/+8
2016-04-22worktree.c: mark current worktreeLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Libravatar Nguyễn Thái Ngọc Duy1-4/+4
2016-04-22worktree.c: store "id" instead of "git_dir"Libravatar Nguyễn Thái Ngọc Duy1-1/+7
2015-10-08worktree: add details to the worktree structLibravatar Michael Rappazzo1-0/+4
2015-10-08worktree: add a function to get worktree detailsLibravatar Michael Rappazzo1-0/+22
2015-10-02worktree: add top-level worktree.cLibravatar Michael Rappazzo1-0/+12