←back to thread

752 points crazypython | 1 comments | | HN request time: 0s | source
Show context
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 #
1. 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.