diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2007-01-17 16:32:41 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 08:44:32 -0800 |
commit | 23bfbb815d7d71ff20c014f4610732597f0a75db (patch) | |
tree | 69a5f28bb990dfb8f5871972c1bac4c9ab0e3cb6 /Documentation/git-for-each-ref.txt | |
parent | 850844e28f728625ba96b7880a0a264a5578e4c6 (diff) | |
download | git-23bfbb815d7d71ff20c014f4610732597f0a75db.tar.gz |
Documentation: a few spelling fixes
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 2bf6aef735..06e7ab1ec1 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/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. |