summaryrefslogtreecommitdiff
path: root/gbp/git/args.py
AgeCommit message (Collapse)Author
2013-03-22GitArgs: utilize the add() method in other add_X methodsMarkus Lehtonen
Only use the add() method for updating the argument list. This makes the code more robust and makes all add method variant types support the same argument types. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-08-22GitArgs/add: support iterable and non-string argsMarkus Lehtonen
Support giving iterables (other than basestring, e.g. list(s)) as an argument to GitArgs.add(). Also, add support non-iterable arguments that support the str() conversion. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2011-11-21Add class to simplify git argument handlingGuido Günther