From: Luke Diamand <luke@diamand.org>
To: git@vger.kernel.org
Cc: Vinicius Kursancew <viniciusalexandre@gmail.com>,
larsxschneider@gmail.com, Luke Diamand <luke@diamand.org>
Subject: [PATCHv1 0/2] git-p4 patches
Date: Fri, 2 Dec 2016 22:43:17 +0000 [thread overview]
Message-ID: <20161202224319.5385-1-luke@diamand.org> (raw)
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
next reply other threads:[~2016-12-02 22:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-02 22:43 Luke Diamand [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161202224319.5385-1-luke@diamand.org \
--to=luke@diamand.org \
--cc=git@vger.kernel.org \
--cc=larsxschneider@gmail.com \
--cc=viniciusalexandre@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).