diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-09 14:32:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-09 14:32:54 -0800 |
commit | e6932248fcb41fb94a0be484050881e03c7eb298 (patch) | |
tree | a37293315bdd3b9449fc0d99098a9f4d4a08d659 /Documentation/SubmittingPatches | |
parent | a19caa7d63e1892ec048ff929946f6d210d708a9 (diff) | |
parent | c9e3d472f9b954c7ab720b37d8ee55837640758f (diff) | |
download | git-e6932248fcb41fb94a0be484050881e03c7eb298.tar.gz |
Merge branch 'bc/submitting-patches-in-asciidoc'
Doc readability update.
* bc/submitting-patches-in-asciidoc:
doc/SubmittingPatches: improve text formatting
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 3ef30922ec..a1d0feca36 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -261,7 +261,7 @@ not a text/plain, it's something else. Send your patch with "To:" set to the mailing list, with "cc:" listing people who are involved in the area you are touching (the output from -+git blame _$path_+ and +git shortlog {litdd}no-merges _$path_+ would help to +`git blame $path` and `git shortlog --no-merges $path` would help to identify them), to solicit comments and reviews. :1: footnote:[The current maintainer: gitster@pobox.com] |