diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-08-22 23:06:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-25 11:30:21 -0700 |
commit | 5b3270817712e8eedb468e906cb1042a5a311ad4 (patch) | |
tree | 86f1612ee14c5b38e4b493ffb7888d442792f5bb /reflog-walk.h | |
parent | Git 1.7.1 (diff) | |
download | tgif-5b3270817712e8eedb468e906cb1042a5a311ad4.tar.xz |
Exhibit merge bug that clobbers index&WT
Running git-merge on an unborn branch is supposed to do an index-level
merge with the other side, and then update the branch name there. In
the common case where the index was empty at the start, this makes
'git pull otherrepo branch' a convenient way to populate the history
after 'git init'.
However, if the index was *not* empty, git-merge silently discards
*both index and worktree* copies of all files that were tracked,
leading to data loss. Exhibit this bug.
Reported-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reflog-walk.h')
0 files changed, 0 insertions, 0 deletions