diff options
author | Štěpán Němec <stepnem@gmail.com> | 2012-07-15 00:20:36 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-06 15:34:20 -0700 |
commit | 7615cb005bf15abce05cbdde775e5fdf4662d655 (patch) | |
tree | 2fa0f11a15470fc63269e8be3fbcfaa786c66d41 /Documentation/rev-list-options.txt | |
parent | 1b8e822e572f3c86e0c0d1e9e8bc29d016a4e3d3 (diff) | |
download | git-7615cb005bf15abce05cbdde775e5fdf4662d655.tar.gz git-7615cb005bf15abce05cbdde775e5fdf4662d655.tar.xz |
doc: A few minor copy edits.
- (glossary) the quotes around the Wikipedia URL prevented its
linkification in frontends that support it; remove them
- (manual) newer version (SHA-1) == following, older == preceding, not
the other way around
- trivial typo and wording fixes
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 84e34b1ab..d9b2b5b2e 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -760,7 +760,7 @@ options may be given. See linkgit:git-diff-files[1] for more options. --cc:: - This flag implies the '-c' options and further compresses the + This flag implies the '-c' option and further compresses the patch output by omitting uninteresting hunks whose contents in the parents have only two variants and the merge result picks one of them without modification. |