The sound distributed version control system

#345 [Feature request] More informative and prettier `pijul diff --short`

Closed on July 21, 2021
unidual on February 21, 2021
  1. Don’t list the files again for each type of change. AsIs:
M  equartele/test/equartele_SUITE.erl
M  suffix_automaton/src/suffix_automaton.erl
M  suffix_automaton/test/suffix_automaton_SUITE.erl
R  equartele/src/equartele.erl
R  equartele/test/equartele_SUITE.erl
R  suffix_automaton/src/suffix_automaton.erl
R  suffix_automaton/test/suffix_automaton_SUITE.erl

ToBe:

 R  equartele/src/equartele.erl
MR  equartele/test/equartele_SUITE.erl
MR  suffix_automaton/src/suffix_automaton.erl
MR  suffix_automaton/test/suffix_automaton_SUITE.erl

Rationale: more compact, more readable. Bonus: A distinct colour for each A/M/R.

  1. Distinguish the files to be recorded. Oh wait, there isn’t pijul unadd anyway, this should be fixed first :)
pmeunier added tag Beta on April 29, 2021
pmeunier added a change on July 21, 2021
AGTMM5U7XETFXBBS6CXIOXRQ7CDWQWVR62TR3QPI6LMVAK4J3HEQC
main
pmeunier on July 21, 2021

Done, thanks!

pmeunier closed this discussion on July 21, 2021