aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
Commit message (Expand)AuthorAge
* add filter-pristine-tarMehdi Dogguy2009-06-13
* add commit argument for GitTagGuido Günther2009-05-02
* restore default signal handlers before subprocess.callGuido Günther2009-04-24
* rename GitInitDB to GitInitGuido Günther2008-11-22
* command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó2008-06-24
* add call() doesn't mangle return codes nor uses stderrGuido Guenther2008-05-17
* fix "pristine-tar missing" error messageGuido Guenther2008-04-14
* Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó2008-04-14
* Add support for passing extra env. vars to Command objects.Adeodato Simó2008-04-14
* add _test()Guido Guenther2008-04-14
* git-core 1.5.3.4 doesn't support -q so use --quiet insteadGuido Guenther2008-03-19
* make error messages more consistentGuido Guenther2008-02-29
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
* add PristineTar()Guido Guenther2008-02-21
* don't use the deprecated git-* command versionsGuido Günther2008-02-14
* wrap Command class to execute in a specific directoryGuido Guenther2007-11-19
* don't print a commit summary when importing into empty repos (addresses parts...Guido Guenther2007-11-05
* rmeove unneeded GitLoadDirsGuido Guenther2007-11-04
* pyline and other consistency updatesGuido Guenther2007-10-18
* don't use git_load_dirs for importsGuido Guenther2007-05-28
* support import of tar.bz2 in git-import-origGuido Guenther2007-05-13
* git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther2007-04-12
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11