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:

committed by
Junio C Hamano

parent
3013dff866
commit
cf3947193c
@ -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 */
|
||||
|
Reference in New Issue
Block a user