summaryrefslogtreecommitdiff
path: root/git-import-orig
AgeCommit message (Expand)Author
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
2008-02-08add --no-dch optionsGuido Guenther
2008-02-08detect flat tar archives (Closes: #463822)Guido Guenther
2007-12-23fix doc url (Closes: #456535)Guido Guenther
2007-11-05don't print a commit summary when importing into empty repos (addresses parts...Guido Guenther
2007-10-24git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-03detect upstream version from common tarball formates (Closes: #443306)Guido Guenther
2007-10-03Create upstream branch when importing into an empty archive (Closes: #443305)Guido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-06-26allow to import into empty git archivesGuido Guenther
2007-05-29don't use ret to check repository cleanessGuido Guenther
2007-05-28Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther
2007-05-28don't use git_load_dirs for importsGuido Guenther
2007-05-24use --upstream-version instead of --upstreamversion to match the other -upstr...Guido Guenther
2007-05-20allow to import an already unpacked source treeGuido Guenther
2007-05-20raise GBPError in import_orig instead of checking the return valueGuido Guenther
2007-05-16git-import-orig: more specific error message, when the merge merge failsGuido 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
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
2007-02-02Allow to specify the tag formatGuido Guenther
2006-12-26add GitRepository classGuido Guenther
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
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-28git-import-orig: fix printout of branch nameGuido Guenther
2006-11-08git-import-orig: implement "--no-merge"Guido 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-05check if we're at the top level of a git repository before starting the buildGuido Guenther
2006-10-04add manpagesGuido Guenther
2006-09-29git-import-dsc: don't fail if the dsc is a plain filename without a directory...Guido Guenther
2006-09-27git-import-orig: don't try import new upstream versions when there are uncomm...Guido Guenther
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther
2006-09-25add git-import-origGuido Guenther