diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-10 19:46:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-10 19:46:11 -0700 |
commit | 212de7445d463405f01efe2bcae8419c8873bb56 (patch) | |
tree | cab980ad918a36af1b88225425ca5300fb9b48ae /wt-status.h | |
parent | b203494c42a31924f92ee1d08cd72af3c69392ba (diff) | |
download | git-mg/status-in-progress-info.tar.gz |
status --short --inprogress: spell it as --in-progressmg/status-in-progress-info
I think the option should be discarded and instead the new
information should be emitted unconditonally, but while I am waiting
for other people's opinion, at least we should spell the option in a
more readable way.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 8f6c9e0e62..65c3f43026 100644 --- a/wt-status.h +++ b/wt-status.h @@ -77,7 +77,7 @@ struct wt_status { unsigned colopts; int null_termination; int show_branch; - int show_inprogress; + int show_in_progress; int hints; enum wt_status_format status_format; |