Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: Typo / spelling / formatting fixes
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 21a63103d5d98e8dca520e923f73586f8544d3b4..189151de25ffd1a6671b7a70f359fa9b94b82173 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-696,7
+696,8
@@
enum date_mode {
DATE_SHORT,
DATE_LOCAL,
DATE_ISO8601,
- DATE_RFC2822
+ DATE_RFC2822,
+ DATE_RAW
};
const char *show_date(unsigned long time, int timezone, enum date_mode mode);