-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently the diff is run against the local version of whatever branch is specified, which is often out of date and can give weird results. I feel that diff-tree should diff against the most up to date version of the base branch.
I think running git fetch <specified base branch> before executing the diff command should fix this.