Remove shortcoming rebasing an unrelated branch.
commitb17fbe91cafc00866c8c82d705920cd6c5a476d3
authorthomie <miedema@amolf.nl>
Fri, 29 Jan 2010 07:05:58 +0000 (29 16:05 +0900)
committerthomie <miedema@amolf.nl>
Fri, 29 Jan 2010 07:05:58 +0000 (29 16:05 +0900)
tree28b2c3e9d42070dc389bcd6b1933178e8fd8785f
parent51e4a7966786e66a02da8860f6490157270fbe8f
Remove shortcoming rebasing an unrelated branch.

In the section 'Initial commit' in Appendix A. Rebasing an unrelated branch does not result in a merge anymore. Test:

mkdir temp
cd temp
git init
touch file1
git add file1
git commit -m 1

git symbolic-ref HEAD refs/heads/newBranch
rm -f .git/index
git clean -fdx
touch file2
git add file2
git commit -m 2

git rebase master

git log --oneline
en/drawbacks.txt