aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Expand)AuthorAge
* don't ignore --debian-branch on import into non empty archivesGuido Günther2009-03-25
* add --no-pristine-tarGuido Günther2009-02-26
* simplify boolean option handlingGuido Günther2009-02-26
* add --no-sign-tags to git-import-{dsc,orig}Guido Günther2009-01-01
* better descriptionsGuido Günther2008-11-28
* allow to import into empty repositoriesGuido Günther2008-11-22
* move common help messages into config.pyGuido Günther2008-11-15
* use repo.set_branch()Guido Günther2008-10-31
* silence parse_dsc and move sanity checks into DscFileGuido Guenther2008-10-02
* merge by default when importing into an existing archiveGuido Guenther2008-09-22
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
* "git-commond" vs. "git command" cleanupGuido Guenther2008-09-01
* don't fail import on non rfc822 adressesGuido Guenther2008-08-12
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
* move dsc handling into deb_utilsGuido Guenther2008-05-17
* 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