author | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Aug 2009 06:03:36 +0000 (23:03 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Aug 2009 06:03:36 +0000 (23:03 -0700) | ||
commit | 3a5d13a3c32e0f39d8fc83330255fac27af5d853 | |
tree | 69252712a22a4ee7ee2764f4a401210aa093b0c4 | tree | snapshot |
parent | 4d4d5726aee31522e90df21ef62ee3377c5d8f8d | commit | 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>
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>
Documentation/git-commit.txt | diff | blob | history | |
builtin-commit.c | diff | blob | history |