]> git.ipfire.org Git - thirdparty/git.git/commit
blame: document --color-* options
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 8 Oct 2021 09:16:14 +0000 (16:16 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 21:05:43 +0000 (14:05 -0700)
commit8c3285613322f5b08c8a2320030f4e74b5032998
tree587d4a0b6ad7dba39a7f6ce2e6778721ee8c0282
parent38c356aad6c9805ce766e44067c18a1894eb7d62
blame: document --color-* options

Commit cdc2d5f11f1a (builtin/blame: dim uninteresting metadata lines,
2018-04-23) and 25d5f52901f0 (builtin/blame: highlight recently changed
lines, 2018-04-23) introduce --color-lines and --color-by-age options to
git blame, respectively. While both options are mentioned in usage help,
they aren't documented in git-blame(1). Document them.

Co-authored-by: Dr. Matthias St. Pierre <m.st.pierre@ncp-e.com>
Signed-off-by: Dr. Matthias St. Pierre <m.st.pierre@ncp-e.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
Documentation/config/color.txt
Documentation/git-blame.txt