From: SZEDER Gábor Date: Mon, 1 Sep 2008 21:02:09 +0000 (+0200) Subject: Documentation: fix reference to a for-each-ref option X-Git-Tag: v1.6.0.2~33 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d4040e0a1728035af34fc67907be088ca14d31c1;p=git.git Documentation: fix reference to a for-each-ref option ... to match the synopsis section Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index eae6c0e7b..ebd7c5fbb 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -16,7 +16,7 @@ DESCRIPTION Iterate over all refs that match `` and show them according to the given ``, after sorting them according -to the given set of ``. If `` is given, stop after +to the given set of ``. If `` is given, stop after showing that many refs. The interpolated values in `` can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language.