commit | c7d34884ae1d37e910ce6813c9baeb06c0912228 | [log] [tgz] |
---|---|---|
author | Pete Wyckoff <pw@padd.com> | Sat Jan 26 22:11:21 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jan 26 22:00:39 2013 -0800 |
tree | 3e2660b7d01b2dea91754198d61d6fa07b54f72b | |
parent | 9bf28855108d7121e7c439da07175ff4c4f33e42 [diff] |
git p4: avoid shell when invoking git rev-list Invoke git rev-list directly, avoiding the shell, in P4Submit and P4Sync. The overhead of starting extra processes is significant in cygwin; this speeds things up on that platform. Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>