git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/1] git-p4: add options --commit and --disable-rebase
@ 2018-06-01  7:46 Romain Merland
  2018-06-01  7:46 ` [PATCH 1/1] " Romain Merland
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Merland @ 2018-06-01  7:46 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: Romain Merland, git, Luke Diamand, Matthieu Moy,
	Vinicius Kursancew, Jeff King, Cedric Borgese

On a daily work with multiple local git branches, the usual way to submit only a
specified commit was to cherry-pick the commit on master then run git-p4 submit.
It can be very annoying to switch between local branches and master, only to
submit one commit.
The proposed new way is to select directly the commit you want to submit.

add option --commit to command 'git-p4 submit' in order to submit only specified commit(s) in p4.

On a daily work developping software with big compilation time, one may not want
to rebase on his local git tree, in order to avoid long recompilation.

add option --disable-rebase to command 'git-p4 submit' in order to disable rebase after submission.

Romain Merland (1):
  git-p4: add options --commit and --disable-rebase

 Documentation/git-p4.txt | 14 ++++++++++++++
 git-p4.py                | 29 +++++++++++++++++++++++------
 t/t9807-git-p4-submit.sh | 40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 6 deletions(-)

-- 
2.17.0


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01  7:46 [PATCH 0/1] git-p4: add options --commit and --disable-rebase Romain Merland
2018-06-01  7:46 ` [PATCH 1/1] " Romain Merland

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).