-
Bug
-
Resolution: Fixed
-
Medium
-
1.6.25, 2.4.7.0
-
None
-
Severity 3 - Minor
Create a repository using the following script and add it to SourceTree:
$ mkdir /tmp/linear1 $ cd /tmp/linear1 $ git init $ for i in 0 1 2 3 4 5 6 7 8 9 do name=file_$i; ls > $name git add $name; git commit -m "add $name" done $ git tag tag-2 HEAD^^^^^^ $ git tag tag-3 HEAD^^^
SourceTree history graph for "Date Order" and "Ancestor Order" are not the same.
- is duplicated by
-
SRCTREEWIN-8237 Graph shows completely erroneous ancestor chain
- Closed
- is related to
-
SRCTREE-3041 Commit graph broken with "Date Order"
- Gathering Impact
- relates to
-
SRCTREEWIN-7522 Erroneous display of branch ancestry after rebase and merge
- Gathering Impact