File: day_395__leaky_abstractions.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (7 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
Release today includes a last-minute fix to parsing lines from the
git-annex branch that might have one or more carriage returns at the end.
This comes from Windows of course, where since some things transparently
add/remove `\r` before the end of lines, while other things don't,
it could result in quite a mess. Luckily it was not hard or expensive to
handle. If you are lucky enough not to use Windows, the release also
has several more interesting improvements.