summaryrefslogtreecommitdiff
path: root/git-import-dsc
AgeCommit message (Collapse)Author
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther
2007-04-12improve tagging messagesGuido 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-11we don't necessarily import an upstream version, so fix the function nameGuido Guenther
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
2007-02-02Allow to specify the tag formatGuido Guenther
The format of generated tags can now be specified via the debian-tag and upsteam-tag options. The default now puts debian tags and upstream tags into different namespaces (Closes: #408990)
2006-12-26add GitRepository classGuido Guenther
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-11s/keyid/GPG keyid/Guido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-11-14git-import-dsc: fix importing debian native packagesGuido Guenther
2006-11-03don't use a regexp for version parsing on importGuido Guenther
2006-10-06minor cosmetic cleanups all over the placeGuido Guenther
2006-10-06more robust regex matching, sanitze all version numbers before running git-tagGuido Guenther
2006-10-05allow for '+' in Debian as well as upstream version numbersGuido Guenther
2006-09-29git-import-dsc: don't fail if the dsc is a plain filename without a ↵Guido Guenther
directory component git-import-{orig,dsc}: allow to set the name of the upstream branch
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther
2006-09-25add TODOGuido Guenther
2006-09-13try harder to find the unpacked source dirGuido Guenther
2006-09-12add debian packagingGuido Guenther
2006-09-11first versionGuido Guenther