Barak A. Pearlmutter wrote: > This causes "pristine-tar commit" to fail rather mysteriously when it > tries to access files in .git/* directly.
pristine-tar does no such thing. > ~/tmp/foo/auto6to4 $ pristine-tar commit ../auto6to4_1.20.1.orig.tar.gz > upstream/1.20.1 > Branch pristine-tar set up to track remote branch pristine-tar from origin. > error: auto6to4_1.20.1.orig.tar.gz.delta: does not exist and --remove not > passed > fatal: Unable to process path auto6to4_1.20.1.orig.tar.gz.delta > pristine-tar: command failed: git update-index --add > auto6to4_1.20.1.orig.tar.gz.delta auto6to4_1.20.1.orig.tar.gz.id Why is git update-index --add failing? Does setting GIT_DIR to whereever your git directory actually is fix the problem? -- see shy jo -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

