summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-22rename GitInitDB to GitInitGuido Günther
2008-11-21typoGuido Günther
2008-11-21case insentive matching for "bugnumbers"Guido Günther
since they can contain "Bug"
2008-11-15too much whitespaceGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-11-15don't require bugnumbers to start with '#'Guido Günther
use the regex from Debian policy instead
2008-11-15help option cleanupGuido Günther
Closes: #505787
2008-11-14document changes and release 0.4.43Guido Günther
2008-11-14fix off by oneGuido Günther
introduced by not counting first_commit when creating a new header
2008-11-14gather all invocations of dch in one functionGuido Günther
fixes dch failures due to missing quotes introduced by [7f24b98]
2008-11-13document changes and release 0.4.42Guido Günther
2008-11-13git-dch: add missing call to escape_commitGuido Günther
2008-11-13Don't fail on symlink creationGuido Günther
iff the symlink already points to the correct target. This way it doesn't make a difference if one points git-import-orig to the file downloaded via uscan or to the symlink created by uscan. Closes: #502565
2008-11-13Don't include first UNRELEASED lineFelipe Sateler
There's not much point in keeping this line when either doing a release or when having a snapshot header (nor does it help much if one invokes git-dch without options). Closes: #505400
2008-11-13merge sha and snapshot parameterGuido Günther
2008-11-10use option groupsGuido Günther
2008-11-07typoGuido Günther
2008-11-07mention cl2vcsGuido Günther
2008-10-31fix maintainerGuido Günther
2008-10-31document changes and release 0.4.41Guido Günther
2008-10-31switch back to original branch on empty importsGuido Günther
Closes: #504029, #504072
2008-10-31use repo.set_branch()Guido Günther
2008-10-31add GbpNothingImported exceptionGuido Günther
2008-10-31add set_branch() to switch branchesGuido Günther
2008-10-22allow for another config file $REPO/debian/gbp.confGuido Günther
the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253
2008-10-02document changes and release 0.4.40Guido Guenther
2008-10-02silence parse_dsc and move sanity checks into DscFileGuido Guenther
makes git-import-dsc{,s} less chatty
2008-10-02Force tarball symlink on second export to build-areaKurt B. Kaiser
When exporting to a separate build area for the second time, g-bp can't recreate the symlink and therefore complains that the tarball wasn't found. Force the symlink to resolve this. Closes: #500498
2008-10-02remove superflous printoutGuido Guenther
2008-09-26adjust is_clean for git 1.6Guido Guenther
when tracking a remote branch it prints: \# On branch debian \# Your branch is ahead of 'origin/master' by 1 commit. \# nothing to commit (working directory clean) so check the 4th line of output too. Closes: #500238
2008-09-26make indentation more consistentGuido Guenther
2008-09-25fix typoGuido Guenther
Thanks: Aleksej R. Serdyukov Closes: #500167
2008-09-22document changes and release 0.4.39Guido Guenther
2008-09-22add find_tag(branch)Guido Guenther
2008-09-22document --no-mergeGuido Guenther
2008-09-22merge by default when importing into an existing archiveGuido Guenther
can be skipped using --no-merge Closes: #475571
2008-09-22more option groupingGuido Guenther
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-22print version number on failed importsGuido Guenther
2008-09-22Don't honor .gitignore during replace_source_treeGuido Guenther
this only leads to missing files during git-import-orig Closes: #467504
2008-09-18wordingGuido Guenther
2008-09-18demangle adding commits and sectionsGuido Guenther
allows to create empty snapshot sections - useful for team maintenance
2008-09-18same for git-import-dscsGuido Guenther
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
Closes: #479846
2008-09-08document changes and release 0.4.38Guido Guenther
2008-09-08document short options and snapshot modeGuido Guenther
2008-09-08document --new-versionGuido Guenther
2008-09-07add --new-versionGuido Guenther
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther
Closes: #497335
2008-08-30document changes and release 0.4.37Guido Guenther