summaryrefslogtreecommitdiff
path: root/git-import-dsc
AgeCommit message (Collapse)Author
2008-11-28better descriptionsGuido Günther
2008-11-22allow to import into empty repositoriesGuido Günther
this makes git-import-dsc's behaviour finally consistent with git-import-orig Closes: #500458 Closes: #504075
2008-11-15move common help messages into config.pyGuido Günther
2008-10-31use repo.set_branch()Guido Günther
2008-10-02silence parse_dsc and move sanity checks into DscFileGuido Guenther
makes git-import-dsc{,s} less chatty
2008-09-22merge by default when importing into an existing archiveGuido Guenther
can be skipped using --no-merge Closes: #475571
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
Closes: #479846
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther
Closes: #497335
2008-08-12don't fail import on non rfc822 adressesGuido Guenther
in the dsc file Closes: #494753
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther
2008-05-25Help pristine-tar to find the branch nameGuido Guenther
Closes: #481806
2008-05-17move dsc handling into deb_utilsGuido 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-12better handle broken dsc filesGuido Guenther
2008-02-29don't throw a python exception on tag failures or non existant branchesGuido Guenther
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther
2008-02-27drop now (due to git-apply) unneeded codeGuido Guenther
2008-02-24speed up git-import-dsc by using git-apply (addresses parts of #449075)Guido Guenther
(30 to 50 percent speedup)
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther
#463580)
2007-12-07return non null on failureGuido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-09-03fix error pathGuido Guenther
2007-08-20support --debian-branchGuido 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-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