summaryrefslogtreecommitdiff
path: root/git-import-dsc
AgeCommit message (Expand)AuthorFilesLines
2009-09-15catch config file parse errorsGuido Günther1-2/+7
2009-08-23use option groupsGuido Günther1-12/+35
2009-08-23drop superfluous _utils from module namesGuido Günther1-2/+2
2009-03-25don't ignore --debian-branch on import into non empty archivesGuido Günther1-2/+5
2009-02-26add --no-pristine-tarGuido Günther1-1/+1
2009-02-26simplify boolean option handlingGuido Günther1-2/+1
2009-01-01add --no-sign-tags to git-import-{dsc,orig}Guido Günther1-0/+1
2008-11-28better descriptionsGuido Günther1-1/+1
2008-11-22allow to import into empty repositoriesGuido Günther1-91/+40
2008-11-15move common help messages into config.pyGuido Günther1-17/+8
2008-10-31use repo.set_branch()Guido Günther1-3/+3
2008-10-02silence parse_dsc and move sanity checks into DscFileGuido Guenther1-0/+13
2008-09-22merge by default when importing into an existing archiveGuido Guenther1-0/+8
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther1-3/+3
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser1-1/+1
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther1-2/+2
2008-08-12don't fail import on non rfc822 adressesGuido Guenther1-5/+7
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther1-3/+3
2008-05-25Help pristine-tar to find the branch nameGuido Guenther1-1/+1
2008-05-17move dsc handling into deb_utilsGuido Guenther1-68/+1
2008-04-14Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó1-3/+11
2008-04-12better handle broken dsc filesGuido Guenther1-1/+8
2008-02-29don't throw a python exception on tag failures or non existant branchesGuido Guenther1-1/+2
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther1-34/+62
2008-02-27drop now (due to git-apply) unneeded codeGuido Guenther1-4/+0
2008-02-24speed up git-import-dsc by using git-apply (addresses parts of #449075)Guido Guenther1-16/+30
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann1-8/+9
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: #...Guido Guenther1-1/+9
2007-12-07return non null on failureGuido Guenther1-2/+3
2007-10-03update vim modelines and remove whitespacesGuido Guenther1-2/+2
2007-09-03fix error pathGuido Guenther1-1/+1
2007-08-20support --debian-branchGuido Guenther1-1/+16
2007-05-28don't use git_load_dirs for importsGuido Guenther1-12/+25
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther1-2/+2
2007-04-12improve tagging messagesGuido Guenther1-3/+6
2007-04-12git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther1-1/+2
2007-02-11we don't necessarily import an upstream version, so fix the function nameGuido Guenther1-5/+5
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther1-48/+56
2007-02-02Allow to specify the tag formatGuido Guenther1-10/+15
2006-12-26add GitRepository classdebian/0.2.22Guido Guenther1-46/+78
2006-12-13minor fixes all over the placeGuido Guenther1-23/+22
2006-12-11s/keyid/GPG keyid/Guido Guenther1-1/+1
2006-12-08support signed tagsdebian/0.2.15Guido Guenther1-7/+12
2006-12-05config file parsing to set default branches and build commandsGuido Guenther1-7/+9
2006-11-14git-import-dsc: fix importing debian native packagesGuido Guenther1-1/+1
2006-11-03don't use a regexp for version parsing on importGuido Guenther1-5/+5
2006-10-06minor cosmetic cleanups all over the placeGuido Guenther1-12/+9
2006-10-06more robust regex matching, sanitze all version numbers before running git-tagdebian/0.2.7Guido Guenther1-6/+12
2006-10-05allow for '+' in Debian as well as upstream version numbersGuido Guenther1-5/+5
2006-09-29git-import-dsc: don't fail if the dsc is a plain filename without a directory...debian/0.2.2Guido Guenther1-5/+10