Rafael Silva <rafaeloliveira.cs@xxxxxxxxx> writes: > Junio C Hamano writes: > >> Rafael Silva <rafaeloliveira.cs@xxxxxxxxx> writes: >> >>> Documentation/git-worktree.txt | 26 ++++++++++++++++++++++++-- >>> builtin/worktree.c | 10 ++++++++++ >>> builtin/worktree.cc | 0 >>> t/t2402-worktree-list.sh | 32 ++++++++++++++++++++++++++++++++ >>> 4 files changed, 66 insertions(+), 2 deletions(-) >>> create mode 100644 builtin/worktree.cc >> >> What's the h*ck is that .cc file doing ;-) > > Oops. I accidentally created and committed this file. > > Re-rolling ... > > Side note (joke): I wasn't trying to add C++ into Git codebase :) Yeah, I know ;-) I've already removed the empty file in my copy, but it seems you are getting other useful input, so it probably is a good idea to remove it on your end, too. Thanks.