Dirk Süsserott <newsletter@xxxxxxxxxxx> writes: > This way prepared, I used "git ls-files -o | xargs git add -v" until > most of my files were added. > ... > Caveat: filenames containing blanks are not handled properly as they > are not surrounded by quotes. "git add" thinks of them as two or more > files and fails. Perhaps "git ls-files -z -o | git update-index --add --stdin" -- 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