commit | 96b2d54aeeda3af3775f571a0ab706e6f3678d7a | [log] [tgz] |
---|---|---|
author | Lex Spoon <lex@lexspoon.org> | Mon Apr 20 11:00:20 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 20 12:36:00 2015 -0700 |
tree | 4a0c8931bff81df138c8b46c324edc185803b490 | |
parent | 3d6bc9a763f56156b424e7382b4029a67a49847e [diff] |
git-p4: use -m when running p4 changes Simply running "p4 changes" on a large branch can result in a "too many rows scanned" error from the Perforce server. It is better to use a sequence of smaller calls to "p4 changes", using the "-m" option to limit the size of each call. Signed-off-by: Lex Spoon <lex@lexspoon.org> Acked-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>