aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-27 11:16:29 -0800
committerJunio C Hamano <gitster@pobox.com>2017-12-27 11:16:29 -0800
commit6bd396be0f9c87c2a7012d43eddc3c57f40a169b (patch)
treeb689306d47202f5796005ec752e8d8829c1fec74 /builtin/show-branch.c
parent00c4d2b6bca954b4505221616dd3f53230f9b299 (diff)
parentd0e63260261f166b1e19ae4050404a9a71934dbe (diff)
downloadgit-6bd396be0f9c87c2a7012d43eddc3c57f40a169b.tar.gz
git-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 2e24b5c33..e8a4aa40c 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"