git-svn: fix commit --edit flag when using SVN:: libraries
authorEric Wong <normalperson@yhbt.net>
Thu, 22 Jun 2006 08:22:46 +0000 (01:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Jun 2006 09:15:16 +0000 (02:15 -0700)
Trying to open an interactive editor in the console while stdout is
being piped to the parent process doesn't work out very well.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found