On Sun, Jun 5, 2016 at 12:54 AM, Thomas Braun <thomas.braun@xxxxxxxxxxxxxxxxxxx> wrote: > Hi, > > the following procedure > > mkdir test > cd test > git init > echo 1 >file > git add --intent-to-add file > git commit -m "blurb" > > results in a commit. I would have expected that git commit complains, > as I have not pased the --allow-empty option. > > Is that intended behaviour? It's a bug. I'll get to it very soon. -- Duy -- 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