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/reset.c | |
parent | 00c4d2b6bca954b4505221616dd3f53230f9b299 (diff) | |
parent | d0e63260261f166b1e19ae4050404a9a71934dbe (diff) | |
download | git-6bd396be0f9c87c2a7012d43eddc3c57f40a169b.tar.gz |
Merge branch 'ot/pretty'
Code clean-up.
* ot/pretty:
format: create docs for pretty.h
format: create pretty.h file
Diffstat (limited to 'builtin/reset.c')
-rw-r--r-- | builtin/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/reset.c b/builtin/reset.c index 906e541658..e15f595799 100644 --- a/builtin/reset.c +++ b/builtin/reset.c @@ -12,7 +12,7 @@ #include "lockfile.h" #include "tag.h" #include "object.h" -#include "commit.h" +#include "pretty.h" #include "run-command.h" #include "refs.h" #include "diff.h" |