File: day_45__command_line.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (9 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
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.