All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add --dry-run option to git-push
@ 2007-10-10 23:34 Baz
  2007-10-11  7:57 ` Lars Hjemli
  0 siblings, 1 reply; 5+ messages in thread
From: Baz @ 2007-10-10 23:34 UTC (permalink / raw)
  To: GIT list; +Cc: Junio C Hamano

Hi,
there was discussion recently about the default behaviour of git-push
having the potential to confuse, making it easy to push commits that
are still cooking in other branches.

Its also possible for newbies to make mistakes with refspecs, but
there's no way to know if you've got the syntax right without actually
pushing. Steffan suggested a dry-run flag, which I've always wanted
too, so here's an attempt. Patches git-send-pack, git-push, their
docs, and adds a test for git-push.

Treat me gentle... first patch to the list and the mailer will
probably mangle it (sigh)

Cheers,
Baz

Diffstat:

 Documentation/git-push.txt      |    6 +++++-
 Documentation/git-send-pack.txt |    5 ++++-
 builtin-push.c                  |   10 ++++++++--
 send-pack.c                     |   31 +++++++++++++++++++------------
 t/t5516-fetch-push.sh           |   10 ++++++++++
 5 files changed, 46 insertions(+), 16 deletions(-)

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 23:34 [PATCH 0/2] Add --dry-run option to git-push Baz
2007-10-11  7:57 ` Lars Hjemli
2007-10-11 19:32   ` [PATCH v2 1/2] Add a --dry-run option to git-send-pack Brian Ewins
2007-10-11 19:32     ` Brian Ewins
2007-10-11 20:18       ` Lars Hjemli
2007-10-11 19:32     ` [PATCH v2 2/2] Add a --dry-run option to git-push Brian Ewins
2007-10-11 19:32       ` Brian Ewins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.