summaryrefslogtreecommitdiff
path: root/gbp/__init__.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-08 19:35:34 +0100
committerGuido Günther <agx@sigxcpu.org>2013-06-18 23:55:05 +0200
commit12dce5f8469d5a6508df518134cae133d8da6efb (patch)
treec6c7d8b4507ea5a44b76bbd4566f1b71dfc3c8ba /gbp/__init__.py
parent75cbd9af3f63adbbaaa04187e749583be89a17e2 (diff)
Add wrapper for all gbp commands
So like git you can now use gbp <command> instead of git-<command> or gbp-<command>. The manpages and docs aren't adjusted yet.
Diffstat (limited to 'gbp/__init__.py')
-rwxr-xr-x[-rw-r--r--]gbp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/__init__.py b/gbp/__init__.py
index 30b5199..4b31a85 100644..100755
--- a/gbp/__init__.py
+++ b/gbp/__init__.py
@@ -1,6 +1,6 @@
# vim: set fileencoding=utf-8 :
#
-# (C) 2006,2007,2008 Guido Guenther <agx@sigxcpu.org>
+# (C) 2006,2007,2008 Guido Günther <agx@sigxcpu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or