commit | 8588452ceb78b1da17652ba03f9942ef740e07ea | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Mar 04 20:36:28 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Mar 05 00:57:01 2006 -0800 |
tree | d94d5ceebbdf05a5e98923a00bbed41c0f676378 | |
parent | 1c7fee5d0857d809fe5d93a1d56968e44296ce55 [diff] |
git-commit --amend: allow empty commit. When amending a commit only to update the commit log message, git-status would rightly say "Nothing to commit." Do not let this prevent commit to be made. Signed-off-by: Junio C Hamano <junkio@cox.net>