summaryrefslogtreecommitdiff
path: root/doc/devblog/day_400-401__git_development.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-16 16:34:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-16 16:35:23 -0400
commit0c166b5f491503abfbad99138bd73bcfdf297fad (patch)
treee0d3a6932e4a43ae29eb8da79f12b7af3d69eb7b /doc/devblog/day_400-401__git_development.mdwn
parent7287fb8e0f65b2632375c015f5cfc1bb9edb429b (diff)
devblog
Diffstat (limited to 'doc/devblog/day_400-401__git_development.mdwn')
-rw-r--r--doc/devblog/day_400-401__git_development.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_400-401__git_development.mdwn b/doc/devblog/day_400-401__git_development.mdwn
new file mode 100644
index 000000000..a3b7f5d56
--- /dev/null
+++ b/doc/devblog/day_400-401__git_development.mdwn
@@ -0,0 +1,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.