summaryrefslogtreecommitdiff
path: root/worktree.h
AgeCommit message (Expand)Author
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