commit | 3a5d13a3c32e0f39d8fc83330255fac27af5d853 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Aug 07 23:03:36 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Aug 07 23:03:36 2009 -0700 |
tree | 69252712a22a4ee7ee2764f4a401210aa093b0c4 | |
parent | 4d4d5726aee31522e90df21ef62ee3377c5d8f8d [diff] |
commit: --dry-run This teaches --dry-run option to "git commit". It is the same as "git status", but in the longer term we would want to change the semantics of "git status" not to be the preview of commit, and this is the first step for doing so. Signed-off-by: Junio C Hamano <gitster@pobox.com>