summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-12-27 11:16:29 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-12-27 11:16:29 -0800
commit6bd396be0f9c87c2a7012d43eddc3c57f40a169b (patch)
treeb689306d47202f5796005ec752e8d8829c1fec74 /builtin/show-branch.c
parentMerge branch 'bw/submodule-sans-cache-compat' (diff)
parentformat: create docs for pretty.h (diff)
downloadtgif-6bd396be0f9c87c2a7012d43eddc3c57f40a169b.tar.xz
Merge branch 'ot/pretty'
Code clean-up. * ot/pretty: format: create docs for pretty.h format: create pretty.h file
Diffstat (limited to 'builtin/show-branch.c')
-rw-r--r--builtin/show-branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/show-branch.c b/builtin/show-branch.c
index 2e24b5c330..e8a4aa40cb 100644
--- a/builtin/show-branch.c
+++ b/builtin/show-branch.c
@@ -1,6 +1,6 @@
#include "cache.h"
#include "config.h"
-#include "commit.h"
+#include "pretty.h"
#include "refs.h"
#include "builtin.h"
#include "color.h"