diff options
author | Pickens, James E <james.e.pickens@intel.com> | 2009-07-29 14:02:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-29 20:18:25 -0700 |
commit | 4f6339b0c353b5c03b566b605e50a743d97fc08e (patch) | |
tree | c064c9d111973117579aaa0fee2fc95e93288579 /t/t1502-rev-parse-parseopt.sh | |
parent | GIT 1.6.4 (diff) | |
download | tgif-4f6339b0c353b5c03b566b605e50a743d97fc08e.tar.xz |
Demonstrate bugs when a directory is replaced with a symlink
This test creates two directories, a/b and a/b-2, then replaces a/b with
a symlink to a/b-2, then merges that change into the 'baseline' commit,
which contains an unrelated change.
There are two bugs:
1. 'git checkout' incorrectly deletes work tree file a/b-2/d.
2. 'git merge' incorrectly deletes work tree file a/b-2/d.
The test goes on to create another branch in which a/b-2 is replaced
with a symlink to a/b (i.e., the reverse of what was done the first
time), and merge it into the 'baseline' commit.
There is a different bug:
3. The merge should be clean, but git reports a conflict.
Signed-off-by: James Pickens <james.e.pickens@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1502-rev-parse-parseopt.sh')
0 files changed, 0 insertions, 0 deletions