GitArgs: utilize the add() method in other add_X methods
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 8 Aug 2012 06:44:20 +0000 (09:44 +0300)
committerGuido Günther <agx@sigxcpu.org>
Fri, 22 Mar 2013 20:06:07 +0000 (21:06 +0100)
commit57bbd0abde12e1dafd2ca31a4bcf63c639b5ae6c
treefe326dcb319b293e905b54d27abae231a6f1121d
parent3d80b2f671db3e4420bf308b290eddd634d1d437
GitArgs: utilize the add() method in other add_X methods

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>
gbp/git/args.py