commit | 331fcb598ec0127fd89c992361bc573dcd3a4a63 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Nov 28 19:56:34 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Nov 30 17:59:19 2008 -0800 |
tree | a6ef30a49739d914475a5c4bba38d98d2b8a6cae | |
parent | 388b2acd6e649145d4368a10cf4df5f5bbbac2c2 [diff] |
git add --intent-to-add: do not let an empty blob be committed by accident Writing a tree out of an index with an "intent to add" entry is blocked. This implies that you cannot "git commit" from such a state; however you can still do "git commit -a" or "git commit $that_path". Signed-off-by: Junio C Hamano <gitster@pobox.com>