aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-orig
Commit message (Collapse)AuthorAge
* don't pass nonexisting branches to pristine-tarGuido Guenther2008-04-11
| | | | | | | in case of an empty archive the upstream branch does not yet exist, so pass 'master' to pristine-tar instead Closes: #475554
* uppercase UpstreamGuido Guenther2008-02-29
|
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
|
* 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)
* add --no-dch optionsGuido Guenther2008-02-08
|
* detect flat tar archives (Closes: #463822)Guido Guenther2008-02-08
|
* fix doc url (Closes: #456535)Guido Guenther2007-12-23
|
* don't print a commit summary when importing into empty repos (addresses ↵Guido Guenther2007-11-05
| | | | parts of #449075)
* git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther2007-10-24
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* detect upstream version from common tarball formates (Closes: #443306)Guido Guenther2007-10-03
|
* Create upstream branch when importing into an empty archive (Closes: #443305)Guido Guenther2007-10-03
|
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
|
* allow to import into empty git archivesGuido Guenther2007-06-26
|
* don't use ret to check repository cleanessGuido Guenther2007-05-29
|
* Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther2007-05-28
|\
| * use --upstream-version instead of --upstreamversion to match the other ↵Guido Guenther2007-05-24
| | | | | | | | -upstream-* options
* | don't use git_load_dirs for importsGuido Guenther2007-05-28
|/
* allow to import an already unpacked source treeGuido Guenther2007-05-20
|
* raise GBPError in import_orig instead of checking the return valueGuido Guenther2007-05-20
|
* git-import-orig: more specific error message, when the merge merge failsdebian/0.2.29Guido Guenther2007-05-16
| | | | (Closes: #423036)
* 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
* 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
* git-import-orig: improve error message when the upstream branch cannot be found.debian/0.2.20Guido Guenther2006-12-22
| | | | | | | | | | We cannot create the branch automatically since on repositories not created by git-import-dsc it's not clear where to branch from. (Closes: #403990) While doing that also remove pointless patch arguments from most of the git helper functions Minor doc updates
* 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-orig: fix printout of branch nameGuido Guenther2006-11-28
|
* git-import-orig: implement "--no-merge"debian/0.2.8Guido Guenther2006-11-08
|
* 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
|
* check if we're at the top level of a git repository before starting the builddebian/0.2.6Guido Guenther2006-10-05
|
* add manpagesGuido Guenther2006-10-04
|
* 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-orig: don't try import new upstream versions when there are ↵Guido Guenther2006-09-27
| | | | uncommitted changes
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
|
* add git-import-origGuido Guenther2006-09-25