git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
520d7e2
)
Add S_IFINVALID mode
author
Martin Koegler
<redacted>
Sun, 22 Apr 2007 16:43:56 +0000
(18:43 +0200)
committer
Junio C Hamano
<redacted>
Tue, 24 Apr 2007 07:08:49 +0000
(
00:08
-0700)
S_IFINVALID is used to signal, that no mode information is available.
Signed-off-by: Martin Koegler <redacted>
Signed-off-by: Junio C Hamano <redacted>
cache.h
patch
|
blob
|
history
diff --git
a/cache.h
b/cache.h
index 89aaf0022d95dfe8ffda4031021e4d059998d28c..b1adbe7b6ed9df8c07d7db4c0a3d1517c4af53f9 100644
(file)
--- 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.
*
git clone https://git.99rst.org/PROJECT