Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy
2016-05-24worktree.c: rewrite mark_current_worktree() to avoid strbufNguyễn Thái Ngọc Duy
2016-05-24Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2016-04-23branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy
2016-04-23worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy
2016-04-23worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy
2016-04-23worktree.c: avoid referencing to worktrees[i] multiple timesNguyễn Thái Ngọc Duy
2016-04-23worktree.c: mark current worktreeNguyễn Thái Ngọc Duy
2016-04-23worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy
2016-04-23worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy
2016-01-19worktree.c: fix indentationNguyễ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-08worktree: refactor find_linked_symref functionMichael Rappazzo
2015-10-02worktree: add top-level worktree.cMichael Rappazzo