commit | 84cb00036fb59cf0ff305dcc27551f0519b5098c | [log] [tgz] |
---|---|---|
author | Gary Gibbons <ggibbons@perforce.com> | Wed Jul 04 09:40:19 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 05 23:23:28 2012 -0700 |
tree | 7664cd1b9d9f86ba65c8079d93b4da1f6721010b | |
parent | a0327c0edc7ada60ae2af5ec8daa5dcfcacd095d [diff] |
git p4: refactor diffOpts calculation P4Submit.applyCommit() To avoid recalculating the same diffOpts for each commit, move it out of applyCommit() and into the top-level run(). Also fix a bug in that code which interpreted the value of detectRenames as a string rather than as a boolean. [pw: fix documentation, rearrange code a bit] Signed-off-by: Gary Gibbons <ggibbons@perforce.com> Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>