aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Collapse)AuthorAge
* don't ignore --debian-branch on import into non empty archivesGuido Günther2009-03-25
|
* add --no-pristine-tarGuido Günther2009-02-26
| | | | Closes: #517024
* simplify boolean option handlingGuido Günther2009-02-26
|
* add --no-sign-tags to git-import-{dsc,orig}Guido Günther2009-01-01
| | | | Closes: #508889
* better descriptionsGuido Günther2008-11-28
|
* allow to import into empty repositoriesGuido Günther2008-11-22
| | | | | | | | this makes git-import-dsc's behaviour finally consistent with git-import-orig Closes: #500458 Closes: #504075
* 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
| | | | makes git-import-dsc{,s} less chatty
* merge by default when importing into an existing archiveGuido Guenther2008-09-22
| | | | | can be skipped using --no-merge Closes: #475571
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
|
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
| | | | Closes: #479846
* "git-commond" vs. "git command" cleanupGuido Guenther2008-09-01
| | | | Closes: #497335
* don't fail import on non rfc822 adressesGuido Guenther2008-08-12
| | | | | in the dsc file Closes: #494753
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
|
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
| | | | Closes: #481806
* 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
| | | | | | | 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)
* 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
| | | | (30 to 50 percent speedup)
* 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
| | | | #463580)
* 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
| | | | bump versioned dependency on git-load-dirs therefore
* 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
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* Allow to specify the tag formatGuido Guenther2007-02-02
| | | | | | 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)
* add GitRepository classdebian/0.2.22Guido Guenther2006-12-26
| | | | | git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
* 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 ↵debian/0.2.2Guido Guenther2006-09-29
| | | | | | directory component git-import-{orig,dsc}: allow to set the name of the upstream branch
* 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
|