summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-17 17:42:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-17 17:42:30 +0000
commitf9771f69968326f60eaa1b69efe27a302998c755 (patch)
tree14f148fe4a54b0f8dfccc83b7dbd37034216d385 /git-for-each-ref.txt
parent8f76dc6fae3bb5536b36c987aa521322dcdd220c (diff)
downloadgit-htmldocs-f9771f69968326f60eaa1b69efe27a302998c755.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g23bf
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 2bf6aef73..06e7ab1ec 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -15,7 +15,7 @@ DESCRIPTION
Iterate over all refs that match `<pattern>` and show them
according to the given `<format>`, after sorting them according
to the given set of `<key>`. If `<max>` is given, stop after
-showing that many refs. The interporated values in `<format>`
+showing that many refs. The interpolated values in `<format>`
can optionally be quoted as string literals in the specified
host language allowing their direct evaluation in that language.