Hi, On Tue, Sep 24, 2019 at 11:23:02PM +0200, Jens Reyer wrote: > Package: git-buildpackage > Version: 0.9.15 > Severity: minor > File: /usr/share/doc/git-buildpackage/manual-html/gbp.import.convert.html > Tags: patch > > Hi Guido > > The git command in this paragraph: > > ~~~~ > Upstream sources on a branch > > If the upstream sources are already on a separate branch, things are pretty > simple. You can either rename that branch to the default upstream-branch name > upstream with: > > git branch -m upstream theupstream-branch > ~~~~ > > should be the other way: > git branch -m theupstream-branch upstream
fixed in git, thanks! -- Guido