summaryrefslogtreecommitdiffstats
path: root/worktree.c
AgeCommit message (Expand)AuthorLines
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano-18/+104
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng-1/+1
2016-04-22branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy-4/+4
2016-04-22worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy-0/+19
2016-04-22worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy-0/+32
2016-04-22worktree.c: avoid referencing to worktrees[i] multiple timesNguyễn Thái Ngọc Duy-2/+4
2016-04-22worktree.c: mark current worktreeNguyễn Thái Ngọc Duy-0/+24
2016-04-22worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy-5/+9
2016-04-22worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy-13/+18
2016-01-19worktree.c: fix indentationNguyễn Thái Ngọc Duy-4/+4
2015-10-08worktree: add details to the worktree structMichael Rappazzo-11/+44
2015-10-08worktree: add a function to get worktree detailsMichael Rappazzo-46/+108
2015-10-08worktree: refactor find_linked_symref functionMichael Rappazzo-27/+69
2015-10-02worktree: add top-level worktree.cMichael Rappazzo-0/+82