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:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2008-10-01 08:04:01 +0400
committerShawn O. Pearce <spearce@spearce.org>2008-10-13 00:21:54 +0400
commit06aaaa0bf70fe37d198893f4e25fa73b6516f8a9 (patch)
tree9dd7147f8450277f5140ba23e9bef028add4c15b /test-genrandom.c
parent5c283eb13c94be6ca974aa722159dc9838d10d97 (diff)
Extend index to save more flags
The on-disk format of index only saves 16 bit flags, nearly all have been used. The last bit (CE_EXTENDED) is used to for future extension. This patch extends index entry format to save more flags in future. The new entry format will be used when CE_EXTENDED bit is 1. Because older implementation may not understand CE_EXTENDED bit and misread the new format, if there is any extended entry in index, index header version will turn 3, which makes it incompatible for older git. If there is none, header version will return to 2 again. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'test-genrandom.c')
0 files changed, 0 insertions, 0 deletions