git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Tardieu <sam@rfc1149.net>
To: git@vger.kernel.org
Subject: [v3 PATCH 0/2] Add --tags/--no-tags options to "git add remote"
Date: Tue, 20 Apr 2010 01:31:19 +0200	[thread overview]
Message-ID: <20100419233026.3631.67086.stgit@localhost.localdomain> (raw)

The following series adds the "--[no-]tags" option to "git add remote".
Since "-t" was already taken for "--track", I only let the long
"--tags" and "--no-tags" options.

In order to implement the "--tags" behaviour, I first had to add correct
handling of "tagopt = --tags" in remote configuration options.

---

Samuel Tardieu (2):
      Honor "tagopt = --tags" configuration option
      remote add: add a --no-tags (-n) option


 Documentation/git-remote.txt |    8 +++++
 builtin/remote.c             |   21 +++++++++++++-
 remote.c                     |    2 +
 t/t5505-remote.sh            |   63 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 92 insertions(+), 2 deletions(-)

             reply	other threads:[~2010-04-19 23:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-19 23:31 Samuel Tardieu [this message]
2010-04-19 23:31 ` [v3 PATCH 1/2] Honor "tagopt = --tags" configuration option Samuel Tardieu
2010-04-19 23:31 ` [v3 PATCH 2/2] remote add: add a --no-tags (-n) option Samuel Tardieu

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=20100419233026.3631.67086.stgit@localhost.localdomain \
    --to=sam@rfc1149.net \
    --cc=git@vger.kernel.org \
    /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).