File: day_400-401__git_development.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 (11 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
Working on git, not git-annex the past two days, I have implemented the
smudge-to-file/clean-from-file extension to the smudge/clean filter
interface. Patches have been [sent to the git developers](http://thread.gmane.org/gmane.comp.version-control.git/297475), 
and hopefully they'll like it and include it. This will make git-annex
v6 work a lot faster and better.

Amazing how much harder it is to code on git than on git-annex! While I'm
certianly not as familiar with the git code base, this is mostly because C
requires so much more care about innumerable details and so much verbosity
to do anything. I probably could have implemented this interface in
git-annex in 2 hours, not 2 days.