Tig: [BUG]: can't display difference between two branches where a branch contains .

Created on 19 Mar 2020  路  3Comments  路  Source: jonas/tig

$ 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.

Most helpful comment

tig master..eslint.update, tig master.., tig ..master all work fine for me (tig-2.5.0-14-g70ac221).

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rominf picture rominf  路  6Comments

proski picture proski  路  3Comments

julien-lecomte picture julien-lecomte  路  4Comments

szz picture szz  路  5Comments

hSATAC picture hSATAC  路  8Comments