git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] push: update remote tags only with force
@ 2012-11-05  3:08 Chris Rorvick
  2012-11-05  3:08 ` [PATCH v2 1/5] push: return reject reasons via a mask Chris Rorvick
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Chris Rorvick @ 2012-11-05  3:08 UTC (permalink / raw)
  To: git
  Cc: Chris Rorvick, Felipe Contreras, Jeff King, Michael Haggerty,
	Angelo Borsotti, Philip Oakley, Johannes Sixt, Kacper Kornet

Patch series to prevent push from updating remote tags w/o forcing them.
Split out original patch to ease review.

Chris Rorvick (5):
  push: return reject reasons via a mask
  push: add advice for rejected tag reference
  push: flag updates
  push: flag updates that require force
  push: update remote tags only with force

 Documentation/git-push.txt |   10 +++++-----
 builtin/push.c             |   24 +++++++++++++++---------
 builtin/send-pack.c        |    6 ++++++
 cache.h                    |    7 ++++++-
 remote.c                   |   39 +++++++++++++++++++++++++++++++--------
 t/t5516-fetch-push.sh      |   30 +++++++++++++++++++++++++++++-
 transport-helper.c         |    6 ++++++
 transport.c                |   25 +++++++++++++++----------
 transport.h                |   10 ++++++----
 9 files changed, 119 insertions(+), 38 deletions(-)

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

end of thread, other threads:[~2012-11-10  1:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  3:08 [PATCH v2 0/5] push: update remote tags only with force Chris Rorvick
2012-11-05  3:08 ` [PATCH v2 1/5] push: return reject reasons via a mask Chris Rorvick
2012-11-09 18:35   ` Jeff King
2012-11-05  3:08 ` [PATCH v2 2/5] push: add advice for rejected tag reference Chris Rorvick
2012-11-05  3:08 ` [PATCH v2 3/5] push: flag updates Chris Rorvick
2012-11-05  3:08 ` [PATCH v2 4/5] push: flag updates that require force Chris Rorvick
2012-11-05  3:08 ` [PATCH v2 5/5] push: update remote tags only with force Chris Rorvick
2012-11-09 18:38 ` [PATCH v2 0/5] " Jeff King
2012-11-10  1:15   ` Chris Rorvick

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