]> arthur.barton.de Git - bup.git/commit
Move Cygwin uid/gid fixup from index to xstat
authorRob Browning <rlb@defaultvalue.org>
Sun, 24 May 2015 19:55:32 +0000 (14:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 26 Jul 2015 15:42:36 +0000 (10:42 -0500)
commit6546e8d046570c9d3d13c793d927b4f27fa99eb9
tree2daa5f1b7e037811e1d9494f26201689703defe0
parentfc2bffc38675d736309b4bb44f767636cbca56fc
Move Cygwin uid/gid fixup from index to xstat

Move the Cygwin uid/gid fixup (8417c11948532ba890b862dcad9d37810d482616)
from the index to xstat.py so that it will affect metadata too.

If Cygwin is still affected by this issue, then it's possible that some
existing saves might have incorrect uid/gid values.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/index.py
lib/bup/metadata.py
lib/bup/xstat.py