aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Expand)AuthorAge
* Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó2008-04-14
* better handle broken dsc filesGuido Guenther2008-04-12
* don't throw a python exception on tag failures or non existant branchesGuido Guenther2008-02-29
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
* drop now (due to git-apply) unneeded codeGuido Guenther2008-02-27
* speed up git-import-dsc by using git-apply (addresses parts of #449075)Guido Guenther2008-02-24
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
* add pristine-tar support based on a patch from Julian Andres Klode (Closes: #...Guido Guenther2008-02-21
* return non null on failureGuido Guenther2007-12-07
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
* fix error pathGuido Guenther2007-09-03
* support --debian-branchGuido Guenther2007-08-20
* don't use git_load_dirs for importsGuido Guenther2007-05-28
* support import of tar.bz2 in git-import-origGuido Guenther2007-05-13
* improve tagging messagesGuido Guenther2007-04-12
* git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther2007-04-12
* we don't necessarily import an upstream version, so fix the function nameGuido Guenther2007-02-11
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
* Allow to specify the tag formatGuido Guenther2007-02-02
* add GitRepository classdebian/0.2.22Guido Guenther2006-12-26
* minor fixes all over the placeGuido Guenther2006-12-13
* s/keyid/GPG keyid/Guido Guenther2006-12-11
* support signed tagsdebian/0.2.15Guido Guenther2006-12-08
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
* git-import-dsc: fix importing debian native packagesGuido Guenther2006-11-14
* don't use a regexp for version parsing on importGuido Guenther2006-11-03
* minor cosmetic cleanups all over the placeGuido Guenther2006-10-06
* more robust regex matching, sanitze all version numbers before running git-tagdebian/0.2.7Guido Guenther2006-10-06
* allow for '+' in Debian as well as upstream version numbersGuido Guenther2006-10-05
* git-import-dsc: don't fail if the dsc is a plain filename without a directory...debian/0.2.2Guido Guenther2006-09-29
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
* add TODOGuido Guenther2006-09-25
* try harder to find the unpacked source dirGuido Guenther2006-09-13
* add debian packagingGuido Guenther2006-09-12
* first versionGuido Guenther2006-09-11