git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 0/2] git-p4 patches
@ 2016-12-02 22:43 Luke Diamand
  2016-12-02 22:43 ` [PATCHv1 1/2] git-p4: support git-workspaces Luke Diamand
  2016-12-02 22:43 ` [PATCHv1 2/2] git-p4: support updating an existing shelved changelist Luke Diamand
  0 siblings, 2 replies; 9+ messages in thread
From: Luke Diamand @ 2016-12-02 22:43 UTC (permalink / raw)
  To: git; +Cc: Vinicius Kursancew, larsxschneider, Luke Diamand

This is a couple of small patches for git-p4.

The first just teaches git-p4 about git workspaces, so that you can
do "git p4 submit" from within a workspace (P.S. workspaces
are completely *awesome*).

The second follows on from the work by Vinicius for shelving
changelists, by letting you update an existing shelved changelist.

This is a bit like using "git commit --amend" only far more painful....

Luke Diamand (2):
  git-p4: support git-workspaces
  git-p4: support updating an existing shelved changelist

 Documentation/git-p4.txt |  4 ++++
 git-p4.py                | 39 +++++++++++++++++++++++++++++++++++----
 t/t9807-git-p4-submit.sh | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 4 deletions(-)

-- 
2.11.0.274.g0ea315c


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

end of thread, other threads:[~2016-12-05 23:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 22:43 [PATCHv1 0/2] git-p4 patches Luke Diamand
2016-12-02 22:43 ` [PATCHv1 1/2] git-p4: support git-workspaces Luke Diamand
2016-12-05 20:53   ` Junio C Hamano
2016-12-05 21:13     ` Luke Diamand
2016-12-05 21:24       ` Junio C Hamano
2016-12-05 21:54         ` Junio C Hamano
2016-12-05 21:55         ` Luke Diamand
2016-12-05 23:17           ` Junio C Hamano
2016-12-02 22:43 ` [PATCHv1 2/2] git-p4: support updating an existing shelved changelist Luke Diamand

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