From: SZEDER Gábor Date: Wed, 23 Jul 2008 11:49:21 +0000 (+0200) Subject: checkout: mention '--' in the docs X-Git-Tag: v1.6.0-rc1~44 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b302ddd2f8de2944ed3425d48b1a640fab004d02;p=git.git checkout: mention '--' in the docs 'git checkout' uses '--' to separate options from paths, but it was not mentioned in the documentation Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 2abfbdaad..5aa69c0e1 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git checkout' [-q] [-f] [[--track | --no-track] -b [-l]] [-m] [] -'git checkout' [] ... +'git checkout' [] [--] ... DESCRIPTION -----------