diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-27 11:16:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-27 11:16:29 -0800 |
commit | 6bd396be0f9c87c2a7012d43eddc3c57f40a169b (patch) | |
tree | b689306d47202f5796005ec752e8d8829c1fec74 /builtin/show-branch.c | |
parent | Merge branch 'bw/submodule-sans-cache-compat' (diff) | |
parent | format: create docs for pretty.h (diff) | |
download | tgif-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.c | 2 |
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" |