diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2014-11-03 21:37:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-04 13:14:44 -0800 |
commit | f745acb028ee8f7dcd1c8f10127b8feeaa255cf7 (patch) | |
tree | 664ed49a136f9e91d8e0cd58ef01576876ad10c0 /Documentation/rev-list-options.txt | |
parent | RelNotes/2.2.0.txt: fix minor typos (diff) | |
download | tgif-f745acb028ee8f7dcd1c8f10127b8feeaa255cf7.tar.xz |
Documentation: typofixes
In addition to fixing trivial and obvious typos, be careful about
the following points:
- Spell ASCII, URL and CRC in ALL CAPS;
- Spell Linux as Capitalized;
- Do not omit periods in "i.e." and "e.g.".
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
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 3301fdebf0..afccfdc23a 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -160,7 +160,7 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit). consider. Repetitions of this option accumulate exclusion patterns up to the next `--all`, `--branches`, `--tags`, `--remotes`, or `--glob` option (other options or arguments do not clear - accumlated patterns). + accumulated patterns). + The patterns given should not begin with `refs/heads`, `refs/tags`, or `refs/remotes` when applied to `--branches`, `--tags`, or `--remotes`, |