newren@xxxxxxxxx writes: > Without this patch: > $ mkdir tmp > $ cd tmp/ > $ git init --bare > Initialized empty Git repository in /home/newren/floss-development/git/tmp/ > $ echo hi | git hash-object -w --stdin > error: unable to create temporary sha1 filename .git/objects/45: No such file or directory > > fatal: Unable to add stdin to database > $ echo hi | git --git-dir=. hash-object -w --stdin > 45b983be36b73c0788dc9cbcb76cbb80fc7bb057 Does the patched version work without -w option? Should it? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html