summaryrefslogtreecommitdiff
path: root/gbp/command_wrappers.py
AgeCommit message (Collapse)Author
2009-12-24Fix commentsGuido Günther
Git-Dch: Ignore
2009-10-24add GitFetchGuido Günther
2009-09-05make GitBranch remote branch awareGuido Günther
2009-09-05add GitCloneGuido Günther
2009-08-23add doctest for Command.call()Guido Günther
and fix error in exception handling revealed by the test.
2009-08-23add doctest for Command.__call__()Guido Günther
2009-08-22run doctests with noseGuido Günther
2009-06-13add filter-pristine-tarMehdi Dogguy
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-05-02add commit argument for GitTagGuido Günther
2009-04-24restore default signal handlers before subprocess.callGuido Günther
Closes: #525411
2008-11-22rename GitInitDB to GitInitGuido Günther
2008-06-24command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó
2008-05-17add call() doesn't mangle return codes nor uses stderrGuido Guenther
2008-04-14fix "pristine-tar missing" error messageGuido Guenther
2008-04-14Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó
This is done by setting GIT_AUTHOR_{NAME,EMAIL,DATE} before invoking git-commit. GIT_COMMITTER_* are left alone (i.e., the date of the import will be available from there). (cherry picked from commit acee866d1d89327aa530b6531b50b4edcc524906)
2008-04-14Add support for passing extra env. vars to Command objects.Adeodato Simó
When creating a Command(), pass an "extra_env" argument to __init__. This should be a dict of additional variables to pass to the command. (cherry picked from commit cba467a70664d8f8b1e61e4bb7beda421aec543f)
2008-04-14add _test()Guido Guenther
to run doctests easily
2008-03-19git-core 1.5.3.4 doesn't support -q so use --quiet insteadGuido Guenther
2008-02-29make error messages more consistentGuido Guenther
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann
2008-02-21add PristineTar()Guido Guenther
2008-02-14don't use the deprecated git-* command versionsGuido Günther
2007-11-19wrap Command class to execute in a specific directoryGuido Guenther
2007-11-05don't print a commit summary when importing into empty repos (addresses ↵Guido Guenther
parts of #449075)
2007-11-04rmeove unneeded GitLoadDirsGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-05-28don't use git_load_dirs for importsGuido Guenther
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther
2007-04-12git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther
bump versioned dependency on git-load-dirs therefore
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs