ymattw / ydiff

View colored, incremental diff in workspace or from stdin with side by side and auto pager support
Other
872 stars 62 forks source link

Stdin only works if in a VCS #88

Closed tomcruise81 closed 5 years ago

tomcruise81 commented 5 years ago

https://github.com/ymattw/ydiff/blob/574f42b329b086e9d64bd64e351192629fc4491e/ydiff.py#L875-L880 causes Stdin not residing in a VCS to throw an exception.

ymattw commented 5 years ago

Thanks for the report. So strange it's only found until now.