mbox series

[RFC,0/1] Teach remote add a --prefix-tags option

Message ID cover.1571089481.git.wink@saville.com (mailing list archive)
Headers show
Series Teach remote add a --prefix-tags option | expand

Message

Wink Saville Oct. 14, 2019, 10 p.m. UTC
Hello,

This patch was originally created as a pull request on github [1] and
then languisheh as I forgot about it. Recently I was asked to revive it
and have done so. I've rebased on top of master and validated it still
works.

Please review.

-- Wink

[1]: https://github.com/git/git/pull/486

Wink Saville (1):
  Teach remote add the --prefix-tags option

 Documentation/git-remote.txt |  8 +++++--
 builtin/remote.c             | 42 ++++++++++++++++++++++++++++++++----
 remote.c                     |  2 ++
 3 files changed, 46 insertions(+), 6 deletions(-)