git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 0/2] git-p4: disable sync after submit
@ 2018-06-05  8:28 Luke Diamand
  2018-06-05  8:28 ` [PATCHv1 1/2] git-p4: disable-rebase: allow setting this via configuration Luke Diamand
  2018-06-05  8:28 ` [PATCHv1 2/2] git-p4: add option to disable syncing of p4/master with p4 Luke Diamand
  0 siblings, 2 replies; 4+ messages in thread
From: Luke Diamand @ 2018-06-05  8:28 UTC (permalink / raw)
  To: git
  Cc: SZEDER Gábor, Romain Merland, Miguel Torroja,
	viniciusalexandre, Lars Schneider, Luke Diamand

This is a small patch to git-p4 to disable the automatic sync after
submit.

In my day-to-day work, I have a central git-p4 repo which is
automatically kept up-to-date, so the repos where I actually work and
submit from don't even need the sync. I usually end up hitting Ctrl-C
partway through the sync.

I imagine other people with large git-p4 projects do something similar
and have the same problem.

This also updates Merland's recent submit-selection change so that both
options can be set via configuration rather than being set on the
command line.

Luke Diamand (2):
  git-p4: disable-rebase: allow setting this via configuration
  git-p4: add option to disable syncing of p4/master with p4

 Documentation/git-p4.txt | 13 ++++++++++++-
 git-p4.py                | 33 +++++++++++++++++++++------------
 2 files changed, 33 insertions(+), 13 deletions(-)

-- 
2.17.0.392.gdeb1a6e9b7


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

end of thread, other threads:[~2018-06-05  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05  8:28 [PATCHv1 0/2] git-p4: disable sync after submit Luke Diamand
2018-06-05  8:28 ` [PATCHv1 1/2] git-p4: disable-rebase: allow setting this via configuration Luke Diamand
2018-06-05  8:28 ` [PATCHv1 2/2] git-p4: add option to disable syncing of p4/master with p4 Luke Diamand
2018-06-05  8:47   ` Eric Sunshine

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