git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] git p4: use "move" command for renames
@ 2012-07-12 23:28 Pete Wyckoff
  2012-07-12 23:28 ` [PATCHv2 1/2] git p4: refactor diffOpts calculation Pete Wyckoff
  2012-07-12 23:29 ` [PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit Pete Wyckoff
  0 siblings, 2 replies; 7+ messages in thread
From: Pete Wyckoff @ 2012-07-12 23:28 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Difference from v1:
    * Remove "tee" usage in t9814, just send output to a file
      and grep it directly.

Recent p4 supports a "move" command that records explicitly that
a file was moved from one place to another.  It can be changed a bit
during the move, too.  Use this feature, if it exists, when renames
are detected.

Gary sent these patches months ago, and I've been sitting on them
far too long.  Was hoping to move some other work out first, but it
was not ready.

These commits are on origin/next, as they depend on changes
in pw/git-p4-tests that was merged into next on Jul 3.  They
do not conflict with the other series in flight, "notice Jobs: ...".


Gary Gibbons (2):
  git p4: refactor diffOpts calculation
  git p4: add support for 'p4 move' in P4Submit

 Documentation/git-p4.txt | 10 +++---
 git-p4.py                | 86 ++++++++++++++++++++++++++++++++----------------
 t/t9814-git-p4-rename.sh | 16 ++++-----
 3 files changed, 72 insertions(+), 40 deletions(-)

-- 
1.7.11.1.72.g3344471

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

end of thread, other threads:[~2012-11-11 22:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 23:28 [PATCHv2 0/2] git p4: use "move" command for renames Pete Wyckoff
2012-07-12 23:28 ` [PATCHv2 1/2] git p4: refactor diffOpts calculation Pete Wyckoff
2012-07-12 23:29 ` [PATCHv2 2/2] git p4: add support for 'p4 move' in P4Submit Pete Wyckoff
2012-11-05 17:37   ` Vitor Antunes
2012-11-05 17:57     ` Pete Wyckoff
2012-11-07 21:06       ` Vitor Antunes
2012-11-11 22:52         ` [PATCH] git p4: handle servers without move support Pete Wyckoff

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