summaryrefslogtreecommitdiff
path: root/git-import-orig
AgeCommit message (Expand)AuthorFilesLines
2009-10-13Drop superflous argumentGuido Günther1-1/+1
2009-10-05export GBP_BRANCH to postimport hookGuido Günther1-1/+2
2009-09-15catch config file parse errorsGuido Günther1-5/+10
2009-08-23add postimport hook for git-import-origGuido Günther1-7/+16
2009-08-23use option groupsGuido Günther1-18/+46
2009-08-23drop superfluous _utils from module namesGuido Günther1-2/+2
2009-06-13add filter-pristine-tarMehdi Dogguy1-1/+10
2009-06-11allow for uppercase characters in the version patternGuido Günther1-20/+2
2009-05-03add --fast-importGuido Günther1-11/+149
2009-04-07let the version detection patter match debian policyGuido Günther1-2/+2
2009-02-26add --no-pristine-tarGuido Günther1-1/+1
2009-02-26simplify boolean option handlingGuido Günther1-2/+1
2009-01-01add --no-sign-tags to git-import-{dsc,orig}Guido Günther1-0/+1
2008-11-28better descriptionsGuido Günther1-1/+1
2008-11-21typoGuido Günther1-1/+1
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