Avoid command-line limits when executing git rev-parse on windows. pt/revparse
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 18 Sep 2009 14:03:03 +0000 (15:03 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 21 Sep 2009 23:07:54 +0000 (00:07 +0100)
commit09af55b6715c6d4367d6213fba1a0b4a8e28d10a
tree6d4c1f389eae159a39be09761cb88bd5c6fda021
parent9bedb0e185332f9f8fb5e1c18bb5aff9964145a6
Avoid command-line limits when executing git rev-parse on windows.

This patch solves the problem handling large numbers of references
reported by John Murphy that is due to limits in executing processes
in Windows by reading the rev-parse result over a pipe.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
gitk