From: Greg Kroah-Hartman Date: Wed, 23 Jul 2008 23:17:53 +0000 (-0700) Subject: make -c option actually work X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=80112779cfeeb7933578dc00439bb710b331df74;p=people%2Flarsk%2Fxenproject-org-gitdm.git make -c option actually work The -c option was not fully implemented Signed-off-by: Greg Kroah-Hartman Signed-off-by: Jonathan Corbet --- diff --git a/gitdm b/gitdm index 315b58f..9e82bcc 100755 --- a/gitdm +++ b/gitdm @@ -53,7 +53,7 @@ def ParseOpts (): global DateStats, AuthorSOBs, FileFilter, AkpmOverLt, DumpDB global CFName - opts, rest = getopt.getopt (sys.argv[1:], 'adDh:l:o:r:suz') + opts, rest = getopt.getopt (sys.argv[1:], 'adc:Dh:l:o:r:suz') for opt in opts: if opt[0] == '-a': AkpmOverLt = 1