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
2017-04-25worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2016-12-13worktree: check if a submodule uses worktreesStefan Beller
2016-11-29worktree list: keep the list sortedNguyễn Thái Ngọc Duy
2016-11-29worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy
2016-06-13worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy
2016-04-23branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy
2016-04-23path.c: refactor and add worktree_git_path()Nguyễ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
2015-10-08worktree: add details to the worktree structMichael Rappazzo
2015-10-08worktree: add a function to get worktree detailsMichael Rappazzo
2015-10-02worktree: add top-level worktree.cMichael Rappazzo