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

@ -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"