Revision 6ab149ea89fe5790630c5750af0e3245a7a5e06e authored by Gerrit Pape on 24 February 2009, 09:00:06 UTC, committed by Junio C Hamano on 25 February 2009, 08:49:13 UTC
When run without --author and it fails to determine an author, git
quiltimport tries `read patch_author` to get user input, but standard
input has been redirected to the patch series file.  This commit lets
quiltimport read the series file through file descriptor 3 so that the
standard input is preserved.

Reported by Uwe Kleine-König through http://bugs.debian.org/515910

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6a0861a
History
File Mode Size
sha1.c -rw-r--r-- 1.8 KB
sha1.h -rw-r--r-- 565 bytes
sha1_arm.S -rw-r--r-- 3.5 KB

back to top