diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-06 20:36:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-06 20:36:10 +0200 |
commit | 1e2600dd6a2acf8d2e9c0923184ca2335b861138 (patch) | |
tree | 3cf920ef1d92e62eae2b5f7cac17f2045c63fd6c /cache.h | |
parent | Merge branch 'mt/rebase-i-keep-empty-test' (diff) | |
parent | commit: allow core.commentChar=auto for character auto selection (diff) | |
download | git-1e2600dd6a2acf8d2e9c0923184ca2335b861138.tar.xz git-1e2600dd6a2acf8d2e9c0923184ca2335b861138.zip |
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, |