]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/hashsplit.py
Save was using a quoted instead of octal gitmode.
[bup.git] / lib / bup / hashsplit.py
index 914c2bb5a8e04b532a78e3b860ac2b23216288dc..2c4ec3a286cd0b37b6a1b6371a64075f5195ceda 100644 (file)
@@ -10,6 +10,7 @@ fanout = 16
 
 GIT_MODE_FILE = 0100644
 GIT_MODE_TREE = 040000
+GIT_MODE_SYMLINK = 0120000
 assert(GIT_MODE_TREE != 40000)  # 0xxx should be treated as octal
 
 # The purpose of this type of buffer is to avoid copying on peek(), get(),