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>
This commit is contained in:
Olga Telezhnaya
2017-12-12 08:55:35 +00:00
committed by Junio C Hamano
parent 3013dff866
commit cf3947193c
6 changed files with 92 additions and 84 deletions

View File

@ -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 */