Re: [PATCH] Correction to git-p4 exclude change

2015-02-05 Thread Luke Diamand
(Resending as plain text).

I could be wrong about this, but my correction above doesn't seem to
be in 'next'. Does that mean (reading your last what's cooking) that
the broken version is going to go out to 'master' soon?

Thanks,
Luke

On 5 February 2015 at 08:19, Luke Diamand l...@diamand.org wrote:
 I could be wrong about this, but my correction above doesn't seem to be in
 'next'. Does that mean (reading your last what's cooking) that the broken
 version is going to go out to 'master' soon?

 Thanks,
 Luke


 On 28 January 2015 at 20:49, Junio C Hamano gits...@pobox.com wrote:

 Luke Diamand l...@diamand.org writes:

  My previous change for adding support for exclude to git-p4 sync
  was incorrect, missing out a comma, which stopped git-p4 from working.
  This change fixes that.
 
  I've also noticed that t9814-git-p4-rename.sh has stopped working; I'm
  going to follow up with a fix for that once I've worked out what's
  wrong with it. There's a small shell syntax problem (missing esac)
  but after fixing that it still fails, so I'm not sure what's happening
  yet. It was discussed a while back.
 
  Luke Diamand (1):
git-p4: correct exclude change
 
   git-p4.py | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

 Thanks.

 Will keep out of 'master' for now.  It may not be a bad idea to
 squash this fix (and any futher ones if needed) into a single patch
 when we rewind 'next' after 2.3 final is tagged.


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Correction to git-p4 exclude change

2015-02-05 Thread Junio C Hamano
Luke Diamand l...@diamand.org writes:

 (Resending as plain text).

 I could be wrong about this, but my correction above doesn't seem to
 be in 'next'. Does that mean (reading your last what's cooking) that
 the broken version is going to go out to 'master' soon?

The current copy of What's cooking I have reads like so:

* ld/p4-exclude-in-sync (2015-01-28) 2 commits
 - git-p4: correct exclude change
  (merged to 'next' on 2015-01-22 at f6f1fc7)
 + git-p4: support excluding paths on sync

 Will squash into one after 2.3 final.

As we are too late to merge anything new to 'master', and the broken
one is not in 'master', I have been playing lazy to make time to
tend to other issues ;-)  After 2.3 final, we would rewind the tip
of 'next' and will rebuild, and when that happens, I am hoping that
we can make these two into one commit that does not have the oops,
I forgot a comma and broke the entire command fix-up as a separate
commit.

Or did I mis-read you?  Do we have broken code already in 'master'
that this hot-fix needs to be applied to unbreak?
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Correction to git-p4 exclude change

2015-01-28 Thread Junio C Hamano
Luke Diamand l...@diamand.org writes:

 My previous change for adding support for exclude to git-p4 sync
 was incorrect, missing out a comma, which stopped git-p4 from working.
 This change fixes that.

 I've also noticed that t9814-git-p4-rename.sh has stopped working; I'm
 going to follow up with a fix for that once I've worked out what's
 wrong with it. There's a small shell syntax problem (missing esac)
 but after fixing that it still fails, so I'm not sure what's happening
 yet. It was discussed a while back.

 Luke Diamand (1):
   git-p4: correct exclude change

  git-p4.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks.

Will keep out of 'master' for now.  It may not be a bad idea to
squash this fix (and any futher ones if needed) into a single patch
when we rewind 'next' after 2.3 final is tagged.

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Correction to git-p4 exclude change

2015-01-27 Thread Luke Diamand
My previous change for adding support for exclude to git-p4 sync
was incorrect, missing out a comma, which stopped git-p4 from working.
This change fixes that.

I've also noticed that t9814-git-p4-rename.sh has stopped working; I'm
going to follow up with a fix for that once I've worked out what's
wrong with it. There's a small shell syntax problem (missing esac)
but after fixing that it still fails, so I'm not sure what's happening
yet. It was discussed a while back.

Luke Diamand (1):
  git-p4: correct exclude change

 git-p4.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.3.0.rc2.188.g4b64765.dirty

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html