From: Junio C Hamano <gitster@pobox.com>
To: shd@jolt.modeemi.cs.tut.fi (Heikki Orsila)
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Make git-clone obey "--" (end argument parsing)
Date: Thu, 01 Nov 2007 13:39:58 -0700 [thread overview]
Message-ID: <7vve8laee9.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <20071101195418.607DA4F95F@jolt.modeemi.cs.tut.fi> (Heikki Orsila's message of "Thu, 1 Nov 2007 21:54:18 +0200 (EET)")
shd@jolt.modeemi.cs.tut.fi (Heikki Orsila) writes:
> Oops. Reposting the patch.
>
> This patch handles "--" argument for git-clone.
>
> Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
>
>>From bd2d661c565062eacc80dda90f3978303308f9bb Mon Sep 17 00:00:00 2001
> From: Heikki Orsila <heikki.orsila@iki.fi>
> Date: Thu, 1 Nov 2007 16:21:39 +0200
> Subject: [PATCH] Make git-clone obey "--" (end argument parsing)
>
> ---
> Documentation/git-clone.txt | 2 +-
> git-clone.sh | 5 ++++-
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
> index 253f4f0..7fdcd42 100644
> --- a/Documentation/git-clone.txt
> +++ b/Documentation/git-clone.txt
> @@ -12,7 +12,7 @@ SYNOPSIS
> 'git-clone' [--template=<template_directory>]
> [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare]
> [-o <name>] [-u <upload-pack>] [--reference <repository>]
> - [--depth <depth>] <repository> [<directory>]
> + [--depth <depth>] [--] <repository> [<directory>]
I do not think this breaks anything, but does it _help_
anything in practice?
What kind of breakage does this patch fix?
next prev parent reply other threads:[~2007-11-01 20:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-01 19:54 [PATCH] Make git-clone obey "--" (end argument parsing) Heikki Orsila
2007-11-01 20:39 ` Junio C Hamano [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-02 14:21 Heikki Orsila
2007-11-02 21:32 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vve8laee9.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=shd@jolt.modeemi.cs.tut.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).