From: Martin Koegler Date: Sun, 22 Apr 2007 16:43:56 +0000 (+0200) Subject: Add S_IFINVALID mode X-Git-Tag: v1.5.2-rc1~30^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/40689ae1ef9a05503c75298ec50b194ca9d15522?ds=inline;hp=--cc Add S_IFINVALID mode S_IFINVALID is used to signal, that no mode information is available. Signed-off-by: Martin Koegler Signed-off-by: Junio C Hamano --- 40689ae1ef9a05503c75298ec50b194ca9d15522 diff --git a/cache.h b/cache.h index 89aaf0022d..b1adbe7b6e 100644 --- a/cache.h +++ b/cache.h @@ -24,6 +24,9 @@ #define DTYPE(de) DT_UNKNOWN #endif +/* unknown mode (impossible combination S_IFIFO|S_IFCHR) */ +#define S_IFINVALID 0030000 + /* * A "directory link" is a link to another git directory. *