i think i understand what that sed meant

This commit is contained in:
https://id.koumbit.net/anarcat 2014-04-01 04:21:58 +00:00 committed by admin
parent f3dda31c83
commit b9e1aa2b34

View file

@ -17,7 +17,7 @@ like photos, mp3s, etc.
Now any fields you list in metadata.extract to will be extracted and Now any fields you list in metadata.extract to will be extracted and
stored when files are committed. stored when files are committed.
To get a list of all possible fields, run: `extract -L | sed ' '` To get a list of all possible fields, run: `extract -L | sed 's/ /_/g'`
By default, if a git-annex already has a metadata field for a file, By default, if a git-annex already has a metadata field for a file,
its value will not be overwritten with metadata taken from files. its value will not be overwritten with metadata taken from files.