commit | 7c9f7038e923e6eb135b27c6fca9a010b034bc27 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Sat Sep 05 04:59:56 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Sep 05 23:16:32 2009 -0700 |
tree | e123bfb2fe90b490cf5fcb89c5ff5db03cc3451b | |
parent | 6f15787181a163e158c6fee1d79085b97692ac2f [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>