summaryrefslogtreecommitdiff
path: root/worktree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-18/+104
|\
| * branch: do not rename a branch under bisect or rebasend/worktree-various-headsNguyễn Thái Ngọc Duy2016-04-221-4/+4
| * worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+19
| * worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+32
| * worktree.c: avoid referencing to worktrees[i] multiple timesNguyễn Thái Ngọc Duy2016-04-221-2/+4
| * worktree.c: mark current worktreeNguyễn Thái Ngọc Duy2016-04-221-0/+24
| * worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-221-5/+9
| * worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy2016-04-221-13/+18
* | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
|/
* worktree.c: fix indentationNguyễn Thái Ngọc Duy2016-01-191-4/+4
* worktree: add details to the worktree structMichael Rappazzo2015-10-081-11/+44
* worktree: add a function to get worktree detailsMichael Rappazzo2015-10-081-46/+108
* worktree: refactor find_linked_symref functionMichael Rappazzo2015-10-081-27/+69
* worktree: add top-level worktree.cMichael Rappazzo2015-10-021-0/+82