On Sun, Jun 5, 2016 at 12:54 AM, Thomas Braun
<thomas.br...@virtuell-zuhause.de> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to