/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Dolt is Git for Data: a SQL database that you can fork, clone, branch, merge
(github.com)
752 points
crazypython
| 1 comments |
06 Mar 21 21:15 UTC
|
HN request time: 0s
|
source
Show context
herpderperator
◴[
06 Mar 21 23:08 UTC
]
No.
26371376
[source]
▶
>>26370572 (OP)
#
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
◴[
06 Mar 21 23:25 UTC
]
No.
26371488
[source]
▶
>>26371376
#
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.
ID:
GO
↑