author | Jeff King <peff@peff.net> | |
Sat, 5 Sep 2009 08:59:56 +0000 (04:59 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Sep 2009 06:16:32 +0000 (23:16 -0700) | ||
commit | 7c9f7038e923e6eb135b27c6fca9a010b034bc27 | |
tree | e123bfb2fe90b490cf5fcb89c5ff5db03cc3451b | tree | snapshot |
parent | 6f15787181a163e158c6fee1d79085b97692ac2f | commit | diff |
commit: support alternate status formats
The status command recently grew "short" and "porcelain"
options for alternate output formats. Since status is no
longer "commit --dry-run", these formats are inaccessible to
people who do want to see a dry-run in a parseable form.
This patch makes those formats available to "git commit",
implying the "dry-run" option when they are used.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The status command recently grew "short" and "porcelain"
options for alternate output formats. Since status is no
longer "commit --dry-run", these formats are inaccessible to
people who do want to see a dry-run in a parseable form.
This patch makes those formats available to "git commit",
implying the "dry-run" option when they are used.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | diff | blob | history | |
builtin-commit.c | diff | blob | history |