Merge branch 'ma/bisect-doc-sample-update'
"git merge --no-commit" needs "--no-ff" if you do not want to move HEAD, which has been corrected in the manual page for "git bisect". * ma/bisect-doc-sample-update: Documentation/git-bisect.txt: add --no-ff to merge command
This commit is contained in:
commit
fac9ab1419
@ -413,7 +413,7 @@ $ cat ~/test.sh
|
||||
|
||||
# tweak the working tree by merging the hot-fix branch
|
||||
# and then attempt a build
|
||||
if git merge --no-commit hot-fix &&
|
||||
if git merge --no-commit --no-ff hot-fix &&
|
||||
make
|
||||
then
|
||||
# run project specific test and report its status
|
||||
|
Loading…
Reference in New Issue
Block a user