projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbbce55
)
Remove obsolete note about native CPU byte format
author
Petr Baudis
<pasky@ucw.cz>
Sun, 15 May 2005 10:38:55 +0000
(12:38 +0200)
committer
Petr Baudis
<xpasky@machine.sinus.cz>
Sun, 15 May 2005 10:38:55 +0000
(12:38 +0200)
Comment in entry.h said that the cache contents is in the native CPU
byte format, which is really not true anymore for quite some time.
cache.h
patch
|
blob
|
history
diff --git
a/cache.h
b/cache.h
index
1baec8e
..
041ec0b
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-40,10
+40,6
@@
extern char *gitenv_bc(const char *);
/*
* Basic data structures for the directory cache
- *
- * NOTE NOTE NOTE! This is all in the native CPU byte format. It's
- * not even trying to be portable. It's trying to be efficient. It's
- * just a cache, after all.
*/
#define CACHE_SIGNATURE 0x44495243 /* "DIRC" */