commit | aef4e921a01350600071bf18fc2706b8fca55e47 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Fri Dec 15 10:59:54 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Dec 15 22:39:47 2006 -0800 |
tree | e095dfe0f47e87404e31c754221b4d9188439b95 | |
parent | 82dca84871637ac9812c0dec27f56d07cfba524c [diff] |
git-svn: convert to using Git.pm Thanks to Git.pm, I've been able to greatly reduce the amount of extra work that needs to be done to manage input/output pipes in Perl. chomp usage has also been greatly reduced, too. All tests (including full-svn-test) still pass, but this has not been tested extensively in the real-world. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>