summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-07-23 16:17:53 -0700
committerJonathan Corbet <corbet@lwn.net>2008-07-24 12:03:40 -0600
commit80112779cfeeb7933578dc00439bb710b331df74 (patch)
tree4c03591b7c017e9dc3aa59e1b95da2e30f28ff6b
parentf05ab881758110178432379dcc96b9f448abba20 (diff)
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>
-rwxr-xr-xgitdm2
1 files changed, 1 insertions, 1 deletions
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