]> git.ipfire.org Git - thirdparty/git.git/commit - branch.c
worktree: add top-level worktree.c
authorMichael Rappazzo <rappazzo@gmail.com>
Fri, 2 Oct 2015 11:55:31 +0000 (07:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Oct 2015 20:07:38 +0000 (13:07 -0700)
commitac6c561b598ae74d8e752e22607194536000e4db
tree691b1b7c6835177276ffca71cc59263f4c35c133
parent8d530c4d64ffcc853889f7b385f554d53db375ed
worktree: add top-level worktree.c

worktree.c contains functions to work with and get information from
worktrees.  This introduction moves functions related to worktrees
from branch.c into worktree.c

Signed-off-by: Michael Rappazzo <rappazzo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
branch.c
branch.h
builtin/notes.c
worktree.c [new file with mode: 0644]
worktree.h [new file with mode: 0644]