Re: [RFC PATCH 03/10] Add some missing definitions to header files

2017-05-05 Thread Junio C Hamano
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

[RFC PATCH 03/10] Add some missing definitions to header files

2017-05-04 Thread Jeff Smith
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 +#