summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and release 0.4.45debian/0.4.45Guido Günther2009-01-01
|
* add --no-sign-tags to git-import-{dsc,orig}Guido Günther2009-01-01
| | | | Closes: #508889
* add --no-git-authorGuido Günther2008-12-29
|
* document --no-sign-tagsGuido Günther2008-12-29
|
* Use name and email from gitRobie Basak2008-12-29
| | | | Closes: #509867
* document changes and release 0.4.44debian/0.4.44Guido Günther2008-12-29
|
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889
* add support for --foo and --no-foo optionsGuido Günther2008-12-28
| | | | by looking add at foo and no-foo config file defaults.
* better descriptionsGuido Günther2008-11-28
|
* require python 2.5Guido Günther2008-11-23
|
* allow to import into empty repositoriesGuido Günther2008-11-22
| | | | | | | | this makes git-import-dsc's behaviour finally consistent with git-import-orig Closes: #500458 Closes: #504075
* add GitRepository.is_empty and create_repo helpersGuido Günther2008-11-22
|
* rename GitInitDB to GitInitGuido Günther2008-11-22
|
* typoGuido Günther2008-11-21
|
* case insentive matching for "bugnumbers"Guido Günther2008-11-21
| | | | since they can contain "Bug"
* too much whitespaceGuido Günther2008-11-15
|
* move common help messages into config.pyGuido Günther2008-11-15
|
* don't require bugnumbers to start with '#'Guido Günther2008-11-15
| | | | use the regex from Debian policy instead
* help option cleanupGuido Günther2008-11-15
| | | | Closes: #505787
* document changes and release 0.4.43debian/0.4.43Guido Günther2008-11-14
|
* fix off by oneGuido Günther2008-11-14
| | | | introduced by not counting first_commit when creating a new header
* gather all invocations of dch in one functionGuido Günther2008-11-14
| | | | fixes dch failures due to missing quotes introduced by [7f24b98]
* document changes and release 0.4.42debian/0.4.42Guido Günther2008-11-13
|
* git-dch: add missing call to escape_commitGuido Günther2008-11-13
|
* Don't fail on symlink creationGuido Günther2008-11-13
| | | | | | | | 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
* Don't include first UNRELEASED lineFelipe Sateler2008-11-13
| | | | | | | | 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
* merge sha and snapshot parameterGuido Günther2008-11-13
|
* use option groupsGuido Günther2008-11-10
|
* typoGuido Günther2008-11-07
|
* mention cl2vcsGuido Günther2008-11-07
|
* fix maintainerGuido Günther2008-10-31
|
* document changes and release 0.4.41debian/0.4.41Guido Günther2008-10-31
|
* switch back to original branch on empty importsGuido Günther2008-10-31
| | | | Closes: #504029, #504072
* use repo.set_branch()Guido Günther2008-10-31
|
* add GbpNothingImported exceptionGuido Günther2008-10-31
|
* add set_branch() to switch branchesGuido Günther2008-10-31
|
* allow for another config file $REPO/debian/gbp.confGuido Günther2008-10-22
| | | | | | | the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253
* document changes and release 0.4.40debian/0.4.40Guido Guenther2008-10-02
|
* silence parse_dsc and move sanity checks into DscFileGuido Guenther2008-10-02
| | | | makes git-import-dsc{,s} less chatty
* Force tarball symlink on second export to build-areaKurt B. Kaiser2008-10-02
| | | | | | | 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
* remove superflous printoutGuido Guenther2008-10-02
|
* adjust is_clean for git 1.6Guido Guenther2008-09-26
| | | | | | | | | | | | | 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
* make indentation more consistentGuido Guenther2008-09-26
|
* fix typoGuido Guenther2008-09-25
| | | | | Thanks: Aleksej R. Serdyukov Closes: #500167
* document changes and release 0.4.39debian/0.4.39Guido Guenther2008-09-22
|
* add find_tag(branch)Guido Guenther2008-09-22
|
* document --no-mergeGuido Guenther2008-09-22
|
* merge by default when importing into an existing archiveGuido Guenther2008-09-22
| | | | | can be skipped using --no-merge Closes: #475571
* more option groupingGuido Guenther2008-09-22
|
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
|