-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
3.2.0
-
None
-
None
On the command line, I can confirm that there are no differences between the master and stage branch. However when I log into stash and do a compare between the two branches, I see a bunch of stuff reports as different.
```
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git fetch -p ‹master› [19:20:16]
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git reset --hard origin/master ‹master› [19:20:24]
HEAD is now at a45c91c Merge pull request #134 in ABD/hss.hotspotshield.com from and-ios-sd-file to master
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git co stage ‹master› [19:20:41]
Switched to branch 'stage'
Your branch is up-to-date with 'origin/stage'.
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git reset --hard origin/stage ‹stage› [19:20:43]
HEAD is now at d5d536a Merge pull request #132 in ABD/hss.hotspotshield.com from and-ios-sd-file to stage
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git co master ‹stage› [19:20:49]
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ git diff stage ‹master› [19:20:51]
ahammond@AF6302›~/s/a/hss.hotspotshield.com🕖 ⁑ ‹master› [19:20:55]
```
- duplicates
-
BSERV-7375 Stash's branch compare starts at a common ancestor, so the diff shown is misleading
- Not Being Considered