The sound distributed version control system

#5 reset removes newline

Closed on November 9, 2020
cmitsakis on November 6, 2020
#!/bin/sh
anu init

cat >text.txt <<EOL
line 1
line 2
EOL

anu add text.txt
anu record -m "patch 1"

cat >text.txt <<EOL
line 1
line new
line 2
EOL

anu record -m "patch 2"

anu reset

Result text.txt

line 1
line newline 2
pmeunier added a change on November 6, 2020
This change could not be retrieved at the moment
JG36OBVV2TD4NQRG7R5VJWTI3NWZED2T5P44HEUKSH3ZTSJYIXVAC
pmeunier on November 9, 2020

Thanks, this is fixed now.

pmeunier closed this discussion on November 9, 2020