Merge branch 'ls/p4-changes-block-size'
commit120c585b229096595b4e54801a538cbef16c8240
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:46 +0000 (11 14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:46 +0000 (11 14:23 -0700)
tree566ff1b59a7fec7924582b52e103eddb5484badc
parent789e98df82817531260fa8b27dce0b30017cc3a2
parent96b2d54aeeda3af3775f571a0ab706e6f3678d7a
Merge branch 'ls/p4-changes-block-size'

"git p4" learned "--changes-block-size <n>" to read the changes in
chunks from Perforce, instead of making one call to "p4 changes"
that may trigger "too many rows scanned" error from Perforce.

* ls/p4-changes-block-size:
  git-p4: use -m when running p4 changes
git-p4.py