summaryrefslogtreecommitdiffstats
path: root/worktree.c
AgeCommit message (Expand)AuthorLines
2017-05-08submodule_uses_worktrees(): plug memory leakJohannes Schindelin-1/+1
2017-03-21prefix_filename: return newly allocated stringJeff King-1/+4
2017-03-21prefix_filename: drop length parameterJeff King-1/+1
2017-03-12Merge branch 'js/realpath-pathdup-fix'Junio C Hamano-1/+1
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano-1/+1
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin-1/+1
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe-1/+1
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano-1/+1
2017-01-27use absolute_pathdup()René Scharfe-1/+1
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano-1/+1
2016-12-27worktree: initialize return value for submodule_uses_worktreesStefan Beller-1/+1
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams-1/+1
2016-12-12worktree: check if a submodule uses worktreesStefan Beller-0/+50
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy-0/+14
2016-11-28worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy-2/+2
2016-11-28get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy-7/+3
2016-11-23worktree.c: zero new 'struct worktree' on allocationNguyễn Thái Ngọc Duy-12/+2
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker-0/+2
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano-0/+77
2016-07-25Merge branch 'rs/worktree-use-strbuf-absolute-path'Junio C Hamano-2/+2
2016-07-12worktree: use strbuf_add_absolute_path() directlyRené Scharfe-2/+2
2016-07-08worktree.c: find_worktree() search by path suffixNguyễn Thái Ngọc Duy-0/+29
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano-10/+8
2016-06-13worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy-0/+28
2016-06-03worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy-0/+5
2016-06-03worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy-0/+15
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy-1/+1
2016-05-24worktree.c: rewrite mark_current_worktree() to avoid strbufNguyễn Thái Ngọc Duy-9/+7
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