From d3bd4ee1a5cc771b86f73dd0f4a2bea6f652b20a Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 17 May 2006 14:10:25 -0600 Subject: 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 --- Documentation/git-quiltimport.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Documentation/git-quiltimport.txt') diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index c66c82c61d..6e9a8c369a 100644 --- a/Documentation/git-quiltimport.txt +++ b/Documentation/git-quiltimport.txt @@ -9,7 +9,7 @@ git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS -------- [verse] -'git-quiltimport' [--author ] [--patches ] +'git-quiltimport' [--dry-run] [--author ] [--patches ] DESCRIPTION @@ -29,6 +29,12 @@ preserved as the 1 line subject in the git description. OPTIONS ------- +--dry-run:: + Walk through the patches in the series and warn + if we cannot find all of the necessary information to commit + a patch. At the time of this writing only missing author + information is warned about. + --author Author Name :: The author name and email address to use when no author information can be found in the patch description. -- cgit v1.2.1