summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2008-10-01 11:04:01 +0700
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2008-10-12 13:21:54 -0700
commit06aaaa0bf70fe37d198893f4e25fa73b6516f8a9 (patch)
tree9dd7147f8450277f5140ba23e9bef028add4c15b /COPYING
parentMerge branch 'maint' (diff)
downloadtgif-06aaaa0bf70fe37d198893f4e25fa73b6516f8a9.tar.xz
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 'COPYING')
0 files changed, 0 insertions, 0 deletions