]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/worktree.c
worktree: move delete_git_dir() earlier in file for upcoming new callers
authorEric Sunshine <sunshine@sunshineco.com>
Tue, 28 Aug 2018 21:20:19 +0000 (17:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Aug 2018 16:28:02 +0000 (09:28 -0700)
commite5353bef550d91655b3f8fb443a26c0ba209153f
tree6666646fba84d9ad82ef0b5bde442c6856001535
parent4c5fa9e6c4091eea9d8df3466b18ddb2812cd934
worktree: move delete_git_dir() earlier in file for upcoming new callers

This is a pure code movement to avoid having to forward-declare the
function when new callers are subsequently added.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c