diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:25 -0700 |
commit | 4ab9211ac28a39f275db92ca1b91f638538c7e43 (patch) | |
tree | 3909a302ac6fd4743919883524c6d2b01a13b670 /wt-status.h | |
parent | 1d9aaed2fa43dde6ea223b42c0a1a5a714343988 (diff) | |
parent | 7a76c28ff29d6f819bb0bf9852b858f974b5c53a (diff) | |
download | git-4ab9211ac28a39f275db92ca1b91f638538c7e43.tar.gz |
Merge branch 'mm/status-porcelain-format-i18n-fix'
* mm/status-porcelain-format-i18n-fix:
status: disable translation when --porcelain is used
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h index b56ce3f035..283a9fef03 100644 --- a/wt-status.h +++ b/wt-status.h @@ -50,6 +50,7 @@ struct wt_status { enum commit_whence whence; int nowarn; int use_color; + int no_gettext; int display_comment_prefix; int relative_paths; int submodule_summary; |