git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v3 PATCH 0/2] Add --tags/--no-tags options to "git add remote"
@ 2010-04-19 23:31 Samuel Tardieu
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Tardieu @ 2010-04-19 23:31 UTC (permalink / raw)
  To: git

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-19 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 23:31 [v3 PATCH 0/2] Add --tags/--no-tags options to "git add remote" Samuel Tardieu
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

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).