Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-03 | detect upstream version from common tarball formates (Closes: #443306) | Guido Guenther | 1 | -7/+17 | |
2007-10-03 | Create upstream branch when importing into an empty archive (Closes: #443305) | Guido Guenther | 1 | -1/+4 | |
2007-10-03 | update vim modelines and remove whitespaces | Guido Guenther | 1 | -3/+3 | |
2007-06-26 | allow to import into empty git archives | Guido Guenther | 1 | -9/+20 | |
2007-05-29 | don't use ret to check repository cleaness | Guido Guenther | 1 | -2/+2 | |
2007-05-28 | Merge ../git-buildpackage into locals/import-orig-by-index | Guido Guenther | 1 | -1/+1 | |
2007-05-28 | don't use git_load_dirs for imports | Guido Guenther | 1 | -13/+31 | |
2007-05-24 | use --upstream-version instead of --upstreamversion to match the other ↵ | Guido Guenther | 1 | -1/+1 | |
-upstream-* options | |||||
2007-05-20 | allow to import an already unpacked source tree | Guido Guenther | 1 | -5/+8 | |
2007-05-20 | raise GBPError in import_orig instead of checking the return value | Guido Guenther | 1 | -10/+7 | |
2007-05-16 | git-import-orig: more specific error message, when the merge merge failsdebian/0.2.29 | Guido Guenther | 1 | -1/+4 | |
(Closes: #423036) | |||||
2007-05-13 | support import of tar.bz2 in git-import-orig | Guido Guenther | 1 | -13/+13 | |
2007-04-12 | improve tagging messages | Guido Guenther | 1 | -1/+2 | |
2007-04-12 | git_load_dirs now supports --summary, use this for nicer import messages | Guido Guenther | 1 | -1/+2 | |
bump versioned dependency on git-load-dirs therefore | |||||
2007-02-11 | use GBPError everywhere and move commands from __init__ to command_wrappers.py | Guido Guenther | 1 | -81/+90 | |
Furthermore pass '-v' in git import-orig on to git_load_dirs | |||||
2007-02-02 | Allow to specify the tag format | Guido Guenther | 1 | -4/+6 | |
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-26 | add GitRepository classdebian/0.2.22 | Guido Guenther | 1 | -18/+23 | |
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling | |||||
2006-12-22 | git-import-orig: improve error message when the upstream branch cannot be found.debian/0.2.20 | Guido Guenther | 1 | -4/+13 | |
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 | |||||
2006-12-13 | minor fixes all over the place | Guido Guenther | 1 | -12/+14 | |
2006-12-11 | s/keyid/GPG keyid/ | Guido Guenther | 1 | -1/+1 | |
2006-12-08 | support signed tagsdebian/0.2.15 | Guido Guenther | 1 | -1/+5 | |
2006-12-05 | config file parsing to set default branches and build commands | Guido Guenther | 1 | -9/+10 | |
2006-11-28 | git-import-orig: fix printout of branch name | Guido Guenther | 1 | -1/+1 | |
2006-11-08 | git-import-orig: implement "--no-merge"debian/0.2.8 | Guido Guenther | 1 | -6/+9 | |
2006-10-06 | minor cosmetic cleanups all over the place | Guido Guenther | 1 | -0/+1 | |
2006-10-06 | more robust regex matching, sanitze all version numbers before running git-tagdebian/0.2.7 | Guido Guenther | 1 | -2/+2 | |
2006-10-05 | check if we're at the top level of a git repository before starting the builddebian/0.2.6 | Guido Guenther | 1 | -5/+3 | |
2006-10-04 | add manpages | Guido Guenther | 1 | -1/+1 | |
2006-09-29 | git-import-dsc: don't fail if the dsc is a plain filename without a ↵debian/0.2.2 | Guido Guenther | 1 | -5/+9 | |
directory component git-import-{orig,dsc}: allow to set the name of the upstream branch | |||||
2006-09-27 | git-import-orig: don't try import new upstream versions when there are ↵ | Guido Guenther | 1 | -1/+7 | |
uncommitted changes | |||||
2006-09-27 | git-import-dsc: import of debian native packages | Guido Guenther | 1 | -81/+8 | |
2006-09-25 | add git-import-orig | Guido Guenther | 1 | -0/+195 | |