diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 18:18:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 18:18:59 -0400 |
commit | 7ddc1b60a1866edbb19c4759272d3c307b0393ad (patch) | |
tree | 0325eb5f26954af21a2de88a42a67d69f1bf7a6f | |
parent | 768fa2a267208fabcdc1ff8fc8b533782d1ee9cc (diff) |
devblog
-rw-r--r-- | doc/devblog/day_45__command_line.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_45__command_line.mdwn b/doc/devblog/day_45__command_line.mdwn new file mode 100644 index 000000000..fa6a7ffc7 --- /dev/null +++ b/doc/devblog/day_45__command_line.mdwn @@ -0,0 +1,9 @@ +All command line stuff today.. + +Added --want-get and --want-drop, which can be used to test preferred content settings +of a repository. For example `git annex find --in . --want-drop` will list the same +files that `git annex drop --auto` would try to drop. (Also renamed `git annex content` +to `git annex wanted`.) + +Finally laid to rest problems with `git annex unannex` when multiple files point to the +same key. It's a lot slower, but I'll stop getting bug reports about that. |