On Thurs, Apr 17, 2008 at 16:04:11 +0200, Guido Günther wrote: > On Wed, Apr 16, 2008 at 08:55:27AM +0200, Christoph Biedl wrote: >> [problem importing the contents of an empty tarball with "git add ."] > > git-commit --allow-empty allows for an empty initial commit (which we'd > need then too), the same option would be nice for git-add.
Does "git ls-files -o --exclude-standard -z | git update-index --add -z --stdin" do what you are looking for? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

