From 9e384b4589cfba8fa057e0e124cdd4f6cc92fc66 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Mon, 12 Nov 2007 12:07:40 +0000 Subject: git-quiltimport.sh fix --patches handling When converting git-quiltimport.sh to the new git-rev-part --parseopt system, the handling of --patches was broken. We inadvertantly always attempt to use '--patches' as the value. This was introduced in the following commit: commit e01fbf1a8f185bf6722e828286862a4122269ef7 Author: Pierre Habouzit Date: Sun Nov 4 11:31:01 2007 +0100 Migrate git-quiltimport.sh to use git-rev-parse --parseopt Signed-off-by: Andy Whitcroft Signed-off-by: Junio C Hamano diff --git a/git-quiltimport.sh b/git-quiltimport.sh index 56c9569..6b0c4d2 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -23,8 +23,8 @@ do dry_run=1 ;; --patches) - QUILT_PATCHES="$1" shift + QUILT_PATCHES="$1" ;; --) shift -- cgit v0.10.2-6-g49f6