summaryrefslogtreecommitdiffstats
path: root/worktree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-0/+24
|\
| * revision.c: better error reporting on ref from different worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+15
| * refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+9
* | worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski2018-10-311-2/+2
* | worktree: update documentation for lock_reason and lock_reason_validNickolai Belakovski2018-10-311-2/+2
|/
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy2018-02-121-1/+4
* worktree.c: add update_worktree_location()Nguyễn Thái Ngọc Duy2018-02-121-0/+6
* worktree.c: add validate_worktree()Nguyễn Thái Ngọc Duy2018-01-241-0/+9
* worktree: convert struct worktree to object_idbrian m. carlson2017-10-161-1/+1
* revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+8
* worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2017-04-241-1/+1
* worktree: check if a submodule uses worktreesStefan Beller2016-12-121-0/+5
* worktree list: keep the list sortedNguyễn Thái Ngọc Duy2016-11-281-0/+2
* worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy2016-11-281-1/+1
* worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy2016-06-131-0/+8
* worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy2016-06-031-0/+5
* worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy2016-06-031-0/+8
* branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy2016-04-221-0/+3
* path.c: refactor and add worktree_git_path()Nguyễn Thái Ngọc Duy2016-04-221-0/+8
* worktree.c: mark current worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+1
* worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-221-4/+4
* worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy2016-04-221-1/+7
* worktree: add details to the worktree structMichael Rappazzo2015-10-081-0/+4
* worktree: add a function to get worktree detailsMichael Rappazzo2015-10-081-0/+22
* worktree: add top-level worktree.cMichael Rappazzo2015-10-021-0/+12