←back to thread

752 points crazypython | 2 comments | | HN request time: 0.502s | source
1. herpderperator ◴[] No.26371376[source]
This is pretty cool. I wish `dolt diff` would use + and - though (isn't that standard?) rather than > and < which is harder to distinguish.
replies(1): >>26371488 #
2. guerrilla ◴[] No.26371488[source]
Both are "standard" from the UNIX/GNU diff(1) tool. The default behavior gives you the '>' and '<' format and using -u gives you the "unified" '+' and '-' format.