projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef81e2
)
docs: Fix wrong argument order of branch rename
author
Guido Günther
<agx@sigxcpu.org>
Tue, 24 Sep 2019 21:40:32 +0000
(23:40 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Tue, 24 Sep 2019 21:40:32 +0000
(23:40 +0200)
Closes: #941110
Thanks: Jens Reyer
docs/chapters/import.xml
patch
|
blob
|
history
diff --git
a/docs/chapters/import.xml
b/docs/chapters/import.xml
index 443255d7a8b9e7b76b4d30d4e164acc34dd23fa7..c6354bd40d58981f1dfe889b888981ec88c4aaee 100644
(file)
--- a/
docs/chapters/import.xml
+++ b/
docs/chapters/import.xml
@@
-152,7
+152,7
@@
by version number.
simple. You can either rename that branch to the default
<option>upstream-branch</option> name <emphasis>upstream</emphasis> with:
<programlisting>
- &gitcmd; branch -m
upstream theupstream-branch
+ &gitcmd; branch -m
theupstream-branch upstream
</programlisting>
or you can tell &gbp-buildpackage; the name of the branch to use as
<option>upstream-branch</option>: