Skip to content

Commit

Permalink
config.txt: mark deprecated variables more prominently
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 28, 2015
1 parent 394e150 commit 502e7f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ core.abbrev::
time.

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

pack.writebitmaps::
pack.writebitmaps (deprecated)::
This is a deprecated synonym for `repack.writeBitmaps`.

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

sendemail.smtpssl::
sendemail.smtpssl (deprecated)::
Deprecated alias for 'sendemail.smtpencryption = ssl'.

sendemail.smtpsslcertpath::
Expand Down Expand Up @@ -2272,7 +2272,7 @@ sendemail.thread::
sendemail.validate::
See linkgit:git-send-email[1] for description.

sendemail.signedoffcc::
sendemail.signedoffcc (deprecated)::
Deprecated alias for 'sendemail.signedoffbycc'.

showbranch.default::
Expand Down

0 comments on commit 502e7f9

Please sign in to comment.