aboutsummaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorOlga Telezhnaya <olyatelezhnaya@gmail.com>2017-12-12 08:55:35 +0000
committerJunio C Hamano <gitster@pobox.com>2017-12-12 10:39:43 -0800
commitcf3947193c496132f653cc19ecb2771afd0acd1e (patch)
tree84832eab3fa2232456a9b4728b7528cd3096fef5 /revision.h
parent3013dff8662eae06457fe6e5348dfe2270810ab2 (diff)
downloadgit-cf3947193c496132f653cc19ecb2771afd0acd1e.tar.gz
git-cf3947193c496132f653cc19ecb2771afd0acd1e.tar.xz
format: create pretty.h file
Create header for pretty.c to make formatting interface more structured. This is a middle point, this file would be merged further with other files which contain formatting stuff. Signed-off-by: Olga Telezhnaia <olyatelezhnaya@gmail.com> Mentored-by: Christian Couder <christian.couder@gmail.com> Mentored by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index 54761200a..747bce8d8 100644
--- a/revision.h
+++ b/revision.h
@@ -4,7 +4,7 @@
#include "parse-options.h"
#include "grep.h"
#include "notes.h"
-#include "commit.h"
+#include "pretty.h"
#include "diff.h"
/* Remember to update object flag allocation in object.h */