>From f52af4e576cb1ad688c72f6cc1443443b7d12b69 Mon Sep 17 00:00:00 2001 From: Andy Parkins <andyparkins@xxxxxxxxx> Date: Wed, 25 Oct 2006 15:50:03 +0100 Subject: [PATCH] git-clone documentation didn't mention --origin as equivalent of -o To: git@xxxxxxxxxxxxxxx X-Length: 979 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610251550.04024.andyparkins@xxxxxxxxx> Signed-off-by: Andy Parkins <andyparkins@xxxxxxxxx> --- Documentation/git-clone.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) X-TUID: 4aebd5773bc8eef9 diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index f973c64..e22a036 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -75,6 +75,7 @@ OPTIONS this option is used, neither the `origin` branch nor the default `remotes/origin` file is created. +--origin:: -o <name>:: Instead of using the branch name 'origin' to keep track of the upstream repository, use <name> instead. Note -- 1.4.2.3 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html