Implement a --dry-run option to git-quiltimport
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 17 May 2006 20:10:25 +0000 (14:10 -0600)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 05:55:57 +0000 (22:55 -0700)
commitd3bd4ee1a5cc771b86f73dd0f4a2bea6f652b20a
treefee7ac9f2e14e804f92c52735a23691c2ba1ec50
parentd3d8f361a8c6beb5647e0d963a1460a505324494
Implement a --dry-run option to git-quiltimport

Since large quilt trees like -mm can easily have patches
without clear authorship information, add a --dry-run
option to make the problem patches easy to find.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-quiltimport.txt
git-quiltimport.sh