File: day_395__leaky_abstractions.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
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.