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