Skip to content

Commit ba9d7fe

Browse files
Michael J Grubergitster
authored andcommitted
commit,status: describe --porcelain just like push
Push has the clearer description, so take that one for all. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 726c4e3 commit ba9d7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/commit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static struct option builtin_commit_options[] = {
145145
STATUS_FORMAT_SHORT),
146146
OPT_BOOLEAN(0, "branch", &status_show_branch, "show branch information"),
147147
OPT_SET_INT(0, "porcelain", &status_format,
148-
"show porcelain output format", STATUS_FORMAT_PORCELAIN),
148+
"machine-readable output", STATUS_FORMAT_PORCELAIN),
149149
OPT_BOOLEAN('z', "null", &null_termination,
150150
"terminate entries with NUL"),
151151
OPT_BOOLEAN(0, "amend", &amend, "amend previous commit"),
@@ -1092,7 +1092,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
10921092
OPT_BOOLEAN('b', "branch", &status_show_branch,
10931093
"show branch information"),
10941094
OPT_SET_INT(0, "porcelain", &status_format,
1095-
"show porcelain output format",
1095+
"machine-readable output",
10961096
STATUS_FORMAT_PORCELAIN),
10971097
OPT_BOOLEAN('z', "null", &null_termination,
10981098
"terminate entries with NUL"),

0 commit comments

Comments
 (0)