]> git.ipfire.org Git - thirdparty/git.git/commit
commit: --dry-run
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Aug 2009 06:03:36 +0000 (23:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Aug 2009 06:03:36 +0000 (23:03 -0700)
commit3a5d13a3c32e0f39d8fc83330255fac27af5d853
tree69252712a22a4ee7ee2764f4a401210aa093b0c4
parent4d4d5726aee31522e90df21ef62ee3377c5d8f8d
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>
Documentation/git-commit.txt
builtin-commit.c