Jeff Smith writes:
> Signed-off-by: Jeff Smith
> ---
> object.h| 2 ++
> pathspec.h | 4
> refs.h | 3 +++
> tree-walk.h | 2 ++
> 4 files changed, 11 insertions(+)
As the coding rule of this codebase is not to include system headers
in anything other than git-compat-util.h whic
Signed-off-by: Jeff Smith
---
object.h| 2 ++
pathspec.h | 4
refs.h | 3 +++
tree-walk.h | 2 ++
4 files changed, 11 insertions(+)
diff --git a/object.h b/object.h
index f52957d..9737582 100644
--- a/object.h
+++ b/object.h
@@ -1,6 +1,8 @@
#ifndef OBJECT_H
#define OBJECT_H
+#
2 matches
Mail list logo