mbox series

[v5,0/2] blame: documentation update

Message ID 20211008091614.732584-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series blame: documentation update | expand

Message

Bagas Sanjaya Oct. 8, 2021, 9:16 a.m. UTC
Document the default output format for git-blame(1), as well as the
--color-* options which are currently undocumented but mentioned in
usage help.

Bagas Sanjaya (2):
  blame: describe default output format
  blame: document --color-* options

 Documentation/blame-options.txt | 11 +++++++++++
 Documentation/config/color.txt  | 33 ++++++++++++++++++---------------
 Documentation/git-blame.txt     | 17 +++++++++++++++--
 3 files changed, 44 insertions(+), 17 deletions(-)

(NOTE: This is resend of
https://lore.kernel.org/git/20211008043343.189651-1-bagasdotme@gmail.com/T/#t,
due to forgetting to mark the linked patchset as v5. Sorry for that).

base-commit: 106298f7f9cca4158a980de149ef217751e1f943

Comments

Junio C Hamano Oct. 8, 2021, 9:09 p.m. UTC | #1
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> Document the default output format for git-blame(1), as well as the
> --color-* options which are currently undocumented but mentioned in
> usage help.

Will queue.  I think we can move this down to 'next'.

Thanks.