git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] git-p4: allow submission from detached head
@ 2015-11-07  1:07 Luke Diamand
  2015-11-07  1:07 ` [PATCH v2 1/3] git-p4: add failing test for submit " Luke Diamand
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Luke Diamand @ 2015-11-07  1:07 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, sunshine, larsxschneider, Luke Diamand

This is a reroll of my earlier patch to teach git-p4
about detached heads.

It uses Junio's suggestion of calling "git symbolic-ref"
to determine if we're on a detached head, rather than
parsing text strings.

Luke Diamand (3):
  git-p4: add failing test for submit from detached head
  git-p4: add option to system() to return subshell status
  git-p4: work with a detached head

 git-p4.py               | 29 ++++++++++++++++++++---------
 t/t9800-git-p4-basic.sh | 16 ++++++++++++++++
 2 files changed, 36 insertions(+), 9 deletions(-)

-- 
2.6.0.rc3.238.gc07a1e8

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH v2 0/2] git-p4: allow submission from detached head
@ 2015-11-21  9:54 Luke Diamand
  0 siblings, 0 replies; 5+ messages in thread
From: Luke Diamand @ 2015-11-21  9:54 UTC (permalink / raw)
  To: git; +Cc: larsxschneider, Junio C Hamano, peff, sunshine, Luke Diamand

I'm resending my reroll of my earlier patch to teach git-p4
about detached heads.

It uses Junio's suggestion of calling "git symbolic-ref"
to determine if we're on a detached head, rather than
parsing text strings.

Luke Diamand (3):
  git-p4: add failing test for submit from detached head
  git-p4: add option to system() to return subshell status
  git-p4: work with a detached head

 git-p4.py               | 29 ++++++++++++++++++++---------
 t/t9800-git-p4-basic.sh | 16 ++++++++++++++++
 2 files changed, 36 insertions(+), 9 deletions(-)

-- 
2.6.0.rc3.238.gc07a1e8

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

end of thread, other threads:[~2015-11-21  9:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-07  1:07 [PATCH v2 0/2] git-p4: allow submission from detached head Luke Diamand
2015-11-07  1:07 ` [PATCH v2 1/3] git-p4: add failing test for submit " Luke Diamand
2015-11-07  1:07 ` [PATCH v2 2/3] git-p4: add option to system() to return subshell status Luke Diamand
2015-11-07  1:07 ` [PATCH v2 3/3] git-p4: work with a detached head Luke Diamand
  -- strict thread matches above, loose matches on Subject: below --
2015-11-21  9:54 [PATCH v2 0/2] git-p4: allow submission from " 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).