diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-29 13:59:18 -0700 |
commit | 433cc7e3fb861d4530ca6c49b152e94219bddfda (patch) | |
tree | 5e60e7e66f63478efec971b33e80689caeea17e6 /shallow.c | |
parent | 228905fbce620ab96c0b7d2f0efac60a95797f07 (diff) | |
parent | 4b7c50a184a900eef5bc077d93e72c1b8f147915 (diff) | |
download | git-433cc7e3fb861d4530ca6c49b152e94219bddfda.tar.gz |
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Remove no-longer used #include.
* tk/sigchain-unnecessary-post-tempfile:
shallow: remove unused #include "sigchain.h"
read-cache: remove unused #include "sigchain.h"
diff: remove unused #include "sigchain.h"
credential-cache--daemon: remove unused #include "sigchain.h"
Diffstat (limited to 'shallow.c')
-rw-r--r-- | shallow.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include "diff.h" #include "revision.h" #include "commit-slab.h" -#include "sigchain.h" static int is_shallow = -1; static struct stat_validity shallow_stat; |