summaryrefslogtreecommitdiff
path: root/git-import-orig
AgeCommit message (Expand)AuthorFilesLines
2008-11-15move common help messages into config.pyGuido Günther1-15/+7
2008-11-13Don't fail on symlink creationGuido Günther1-5/+14
2008-10-31switch back to original branch on empty importsGuido Günther1-3/+8
2008-10-31use repo.set_branch()Guido Günther1-5/+3
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther1-2/+2
2008-09-22print version number on failed importsGuido Guenther1-1/+1
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser1-1/+1
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther1-8/+2
2008-08-08Warn if we can't parse the changelogGuido Guenther1-0/+1
2008-06-24git-import-orig: merge upstream by tag name instead of by branch name.Adeodato Simó1-4/+3
2008-06-20make symlink_orig's error message more helpfulGuido Guenther1-1/+1
2008-06-20make no-dch configurable via gbp.confGuido Guenther1-3/+3
2008-06-12add epoch to dch callGuido Guenther1-2/+7
2008-05-25Help pristine-tar to find the branch nameGuido Guenther1-1/+1
2008-05-08fix symlink creationGuido Guenther1-1/+1
2008-04-18create a symlink archive -> <package>_<version>.tar.gzGuido Guenther1-2/+31
2008-04-17avoid notGuido Guenther1-3/+3
2008-04-11don't pass nonexisting branches to pristine-tarGuido Guenther1-1/+2
2008-02-29uppercase UpstreamGuido Guenther1-1/+1
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther1-27/+10
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann1-7/+9
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: #...Guido Guenther1-0/+4
2008-02-08add --no-dch optionsGuido Guenther1-1/+4
2008-02-08detect flat tar archives (Closes: #463822)Guido Guenther1-1/+7
2007-12-23fix doc url (Closes: #456535)Guido Guenther1-2/+2
2007-11-05don't print a commit summary when importing into empty repos (addresses parts...Guido Guenther1-3/+3
2007-10-24git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther1-2/+2
2007-10-18pyline and other consistency updatesGuido Guenther1-11/+11
2007-10-03detect upstream version from common tarball formates (Closes: #443306)Guido Guenther1-7/+17
2007-10-03Create upstream branch when importing into an empty archive (Closes: #443305)Guido Guenther1-1/+4
2007-10-03update vim modelines and remove whitespacesGuido Guenther1-3/+3
2007-06-26allow to import into empty git archivesGuido Guenther1-9/+20
2007-05-29don't use ret to check repository cleanessGuido Guenther1-2/+2
2007-05-28Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther1-1/+1
2007-05-28don't use git_load_dirs for importsGuido Guenther1-13/+31
2007-05-24use --upstream-version instead of --upstreamversion to match the other -upstr...Guido Guenther1-1/+1
2007-05-20allow to import an already unpacked source treeGuido Guenther1-5/+8
2007-05-20raise GBPError in import_orig instead of checking the return valueGuido Guenther1-10/+7
2007-05-16git-import-orig: more specific error message, when the merge merge failsdebian/0.2.29Guido Guenther1-1/+4
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther1-13/+13
2007-04-12improve tagging messagesGuido Guenther1-1/+2
2007-04-12git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther1-1/+2
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther1-81/+90
2007-02-02Allow to specify the tag formatGuido Guenther1-4/+6
2006-12-26add GitRepository classdebian/0.2.22Guido Guenther1-18/+23
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.debian/0.2.20Guido Guenther1-4/+13
2006-12-13minor fixes all over the placeGuido Guenther1-12/+14
2006-12-11s/keyid/GPG keyid/Guido Guenther1-1/+1
2006-12-08support signed tagsdebian/0.2.15Guido Guenther1-1/+5
2006-12-05config file parsing to set default branches and build commandsGuido Guenther1-9/+10