Skip to content

Commit 502e7f9

Browse files
committed
config.txt: mark deprecated variables more prominently
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 394e150 commit 502e7f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ core.abbrev::
665665
time.
666666

667667
add.ignoreErrors::
668-
add.ignore-errors::
668+
add.ignore-errors (deprecated)::
669669
Tells 'git add' to continue adding files when some files cannot be
670670
added due to indexing errors. Equivalent to the '--ignore-errors'
671671
option of linkgit:git-add[1]. `add.ignore-errors` is deprecated,
@@ -1923,7 +1923,7 @@ pack.useBitmaps::
19231923
true. You should not generally need to turn this off unless
19241924
you are debugging pack bitmaps.
19251925

1926-
pack.writebitmaps::
1926+
pack.writebitmaps (deprecated)::
19271927
This is a deprecated synonym for `repack.writeBitmaps`.
19281928

19291929
pack.writeBitmapHashCache::
@@ -2234,7 +2234,7 @@ sendemail.smtpencryption::
22342234
See linkgit:git-send-email[1] for description. Note that this
22352235
setting is not subject to the 'identity' mechanism.
22362236

2237-
sendemail.smtpssl::
2237+
sendemail.smtpssl (deprecated)::
22382238
Deprecated alias for 'sendemail.smtpencryption = ssl'.
22392239

22402240
sendemail.smtpsslcertpath::
@@ -2272,7 +2272,7 @@ sendemail.thread::
22722272
sendemail.validate::
22732273
See linkgit:git-send-email[1] for description.
22742274

2275-
sendemail.signedoffcc::
2275+
sendemail.signedoffcc (deprecated)::
22762276
Deprecated alias for 'sendemail.signedoffbycc'.
22772277

22782278
showbranch.default::

0 commit comments

Comments
 (0)