diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-28 14:17:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-28 14:17:17 -0700 |
commit | 61e8aaf6215a2983610a770645e6d0a24bafb454 (patch) | |
tree | dafb753af176f0303e7a65f775004c38c85f08f2 /Documentation/git-grep.txt | |
parent | 730477f199489d61b960633501c390e03f04cba9 (diff) | |
parent | f1723ee6b370c3d0cfaaea9d02188175a8d85af6 (diff) | |
download | git-61e8aaf6215a2983610a770645e6d0a24bafb454.tar.gz |
Merge branch 'maint'
* maint:
git tag documentation grammar fixes and readability updates
grep: Add the option '--line-number'
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r-- | Documentation/git-grep.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index d4d425ea30..132505eb4f 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -93,6 +93,7 @@ OPTIONS as a regex). -n:: +--line-number:: Prefix the line number to matching lines. -l:: |