/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520d7e2
)
Add S_IFINVALID mode
author
Martin Koegler
<mkoegler@auto.tuwien.ac.at>
Sun, 22 Apr 2007 16:43:56 +0000
(18:43 +0200)
committer
Junio C Hamano
<junkio@cox.net>
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 <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
patch
|
blob
|
blame
|
history
diff --git
a/cache.h
b/cache.h
index
89aaf00
..
b1adbe7
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.
*