summaryrefslogtreecommitdiff
path: root/worktree.h
AgeCommit message (Expand)Author
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva
2021-01-30worktree: libify should_prune_worktree()Rafael Silva
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano
2020-09-27worktree: inline `worktree_ref()` into its only callerMartin Ågren
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine
2020-02-24worktree: improve find_worktree() documentationEric Sunshine
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski
2018-10-31worktree: update documentation for lock_reason and lock_reason_validNickolai Belakovski
2018-10-22revision.c: better error reporting on ref from different worktreesNguyễn Thái Ngọc Duy
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy
2018-02-12worktree.c: add update_worktree_location()Nguyễn Thái Ngọc Duy
2018-01-24worktree.c: add validate_worktree()Nguyễn Thái Ngọc Duy
2017-10-16worktree: convert struct worktree to object_idbrian m. carlson
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy
2017-04-25worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2016-12-12worktree: check if a submodule uses worktreesStefan Beller
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy
2016-11-28worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy
2016-06-13worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy
2016-04-22branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy
2016-04-22path.c: refactor and add worktree_git_path()Nguyễn Thái Ngọc Duy
2016-04-22worktree.c: mark current worktreeNguyễn Thái Ngọc Duy
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy
2016-04-22worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy
2015-10-08worktree: add details to the worktree structMichael Rappazzo
2015-10-08worktree: add a function to get worktree detailsMichael Rappazzo
2015-10-02worktree: add top-level worktree.cMichael Rappazzo