summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-31 23:04:31 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-31 23:04:31 +0000
commit167b1384c594ba1ce67e6aae4e4c3cfb304bf025 (patch)
tree31e32edd1f8c3544e90e2768653cffa0be026cf1 /rev-list-options.txt
parent197c229dba62a22dd8e42d6fc026a00de2944081 (diff)
downloadgit-htmldocs-167b1384c594ba1ce67e6aae4e4c3cfb304bf025.tar.gz
Autogenerated HTML docs for v1.7.0-rc1-7-gc0da5
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 3ef71179d..6e9baf8b3 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -233,27 +233,27 @@ endif::git-rev-list[]
Pretend as if all the refs in `$GIT_DIR/refs/heads` are listed
on the command line as '<commit>'. If `pattern` is given, limit
branches to ones matching given shell glob. If pattern lacks '?',
- '*', or '[', '/*' at the end is impiled.
+ '*', or '[', '/*' at the end is implied.
--tags[=pattern]::
Pretend as if all the refs in `$GIT_DIR/refs/tags` are listed
on the command line as '<commit>'. If `pattern` is given, limit
tags to ones matching given shell glob. If pattern lacks '?', '*',
- or '[', '/*' at the end is impiled.
+ or '[', '/*' at the end is implied.
--remotes[=pattern]::
Pretend as if all the refs in `$GIT_DIR/refs/remotes` are listed
on the command line as '<commit>'. If `pattern`is given, limit
remote tracking branches to ones matching given shell glob.
- If pattern lacks '?', '*', or '[', '/*' at the end is impiled.
+ If pattern lacks '?', '*', or '[', '/*' at the end is implied.
--glob=glob-pattern::
Pretend as if all the refs matching shell glob `glob-pattern`
are listed on the command line as '<commit>'. Leading 'refs/',
is automatically prepended if missing. If pattern lacks '?', '*',
- or '[', '/*' at the end is impiled.
+ or '[', '/*' at the end is implied.
ifndef::git-rev-list[]