make -c option actually work

The -c option was not fully implemented

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Greg Kroah-Hartman 2008-07-23 16:17:53 -07:00 committed by Jonathan Corbet
parent f05ab88175
commit 80112779cf
1 changed files with 1 additions and 1 deletions

2
gitdm
View File

@ -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