Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cache.h b/cache.h
index 1baec8e6e4..041ec0b2b0 100644
--- 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" */