git-commit --allow-empty
commit36863af16e91aebc87696209f4f4780cf4c4059f
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2007 08:03:10 +0000 (3 00:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2007 08:36:49 +0000 (3 00:36 -0800)
treef6fca86a50d4f45b7f4ac2afb653401602f91cd3
parent13aba1e514c1dceee9d731d157bbc261426be351
git-commit --allow-empty

It does not usually make sense to record a commit that has the exact
same tree as its sole parent commit and that is why git-commit prevents
you from making such a mistake, but when data from foreign scm is
involved, it is a different story.  We are equipped to represent such an
(perhaps insane, perhaps by mistake, or perhaps done on purpose) empty
change, and it is better to represent it bypassing the safety valve for
native use.

This is primarily for use by foreign scm interface scripts.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
git-commit.sh
t/t7501-commit.sh