From 1da1b3a3e06fdcbbd0b154a6930fc0261a5ee866 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 1 Nov 2006 12:53:13 -0800 Subject: [PATCH] branch: work in subdirectories. Noticed by Andy Whitcroft Signed-off-by: Junio C Hamano --- git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.c b/git.c index d6c2d2db60..d2460c8618 100644 --- a/git.c +++ b/git.c @@ -222,7 +222,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "annotate", cmd_annotate, }, { "apply", cmd_apply }, { "archive", cmd_archive }, - { "branch", cmd_branch }, + { "branch", cmd_branch, RUN_SETUP }, { "cat-file", cmd_cat_file, RUN_SETUP }, { "checkout-index", cmd_checkout_index, RUN_SETUP }, { "check-ref-format", cmd_check_ref_format }, -- 2.11.4.GIT