From: Joey Hess Date: Wed, 21 Oct 2020 14:32:08 +0000 (-0400) Subject: devblog X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~106^2~68 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02d5466c23d1991de70ae06d85a7be5f1115f211;p=git-annex.git devblog --- diff --git a/doc/devblog/day_633__ten_years.mdwn b/doc/devblog/day_633__ten_years.mdwn new file mode 100644 index 0000000000..673af5cc5b --- /dev/null +++ b/doc/devblog/day_633__ten_years.mdwn @@ -0,0 +1,12 @@ +The first prerelease of git-annex was made ten years ago. +Taking a look back at 0.01, which I think only I ever used, it +had the commands add, get, drop, unannex, init, fix, and fromkey. +There were 2600 lines of code in all, which has increased 30-fold. + +Later that week, 0.02 added the move command. I've been working recently +on fixing a [[tricky_problem|doc/todo/interruped_move_resume]] with +resuming interrupted moves. The move command has been surprisingly +subtle to get just right, since it turns out to not be as simple as a get +followed by a drop -- numcopies checks that would prevent a drop sometimes +need to be relaxed to allow a move. Maybe I've finally gotten it perfect +now. Probably not.