$ git status -sb
## eslint.update
$ tig master..eslint.update
Expected result:
difference between the two branches
Actual result:
no output at all
NOTE: since most often I will want to do a diff between the current branch and whatever other branch, it would be convenient if I didn't have to list the current branch at all: tig master.. or tig ..master or both.
basically I just want to be able to do git diff <branch>
tig master..eslint.update, tig master.., tig ..master all work fine for me (tig-2.5.0-14-g70ac221).
derp. I needed to hit enter because I didn't see the one line at the top as something to click
Most helpful comment
tig master..eslint.update,tig master..,tig ..masterall work fine for me (tig-2.5.0-14-g70ac221).