X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=git.c;h=c870b9719c21b2db23ea7ab5d56fdeda483cb02e;hb=9336281c692c0f3b3e1f91ac226fc2a3e0574359;hp=9e96dd409017c643e8a9bebbc41281728978b0b8;hpb=0cfcb1695f461db0330934f951160c9824d4de8f;p=git-core%2Fgit.git diff --git a/git.c b/git.c index 9e96dd409..c870b9719 100644 --- a/git.c +++ b/git.c @@ -372,7 +372,7 @@ static struct cmd_struct commands[] = { { "archive", cmd_archive, RUN_SETUP_GENTLY }, { "bisect--helper", cmd_bisect__helper, RUN_SETUP }, { "blame", cmd_blame, RUN_SETUP }, - { "branch", cmd_branch, RUN_SETUP }, + { "branch", cmd_branch, RUN_SETUP | DELAY_PAGER_CONFIG }, { "bundle", cmd_bundle, RUN_SETUP_GENTLY }, { "cat-file", cmd_cat_file, RUN_SETUP }, { "check-attr", cmd_check_attr, RUN_SETUP },