diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 17:15:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 17:15:18 -0400 |
commit | 4e5aee59226c07790f0630fb4cc3dbba07cac80d (patch) | |
tree | d47997edb0e956a3df1b976f3110855792013470 /doc/devblog | |
parent | 83ca53d9cb5b59427aa8577535cc4cfcac8a2dc3 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_80__plumbing.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_80__plumbing.mdwn b/doc/devblog/day_80__plumbing.mdwn new file mode 100644 index 000000000..a67a6faaa --- /dev/null +++ b/doc/devblog/day_80__plumbing.mdwn @@ -0,0 +1,9 @@ +Made some improvements to git-annex's plumbing level commands today. Added +new lookupkey and examinekey commands. Also expanded the things that +`git annex find` can report about files. Amoung other things, the elusive +hash directory locations can now be looked up, which IIRC a few people have +asked for a way to do. + +Also did some work on the linux standalone tarball and OSX app. Both now +include man pages, and it's also now possible to just unpack it and symlink +git-annex into ~/bin or similar to add it to PATH. |