diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-06 11:36:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-06 11:36:10 -0700 |
commit | 1e2600dd6a2acf8d2e9c0923184ca2335b861138 (patch) | |
tree | 3cf920ef1d92e62eae2b5f7cac17f2045c63fd6c /cache.h | |
parent | 075652953772dbabd01d471a4c73200b0ab5d8a6 (diff) | |
parent | 84c9dc2c5a2d34351a06554af32501d4f99990e9 (diff) | |
download | git-1e2600dd6a2acf8d2e9c0923184ca2335b861138.tar.gz |
Merge branch 'nd/status-auto-comment-char'
* nd/status-auto-comment-char:
commit: allow core.commentChar=auto for character auto selection
config: be strict on core.commentChar
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -618,6 +618,7 @@ extern int precomposed_unicode; * that is subject to stripspace. */ extern char comment_line_char; +extern int auto_comment_line_char; enum branch_track { BRANCH_TRACK_UNSPECIFIED = -1, |