This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-03-22 22:59:55 +00:00 committed by admin
parent 5d75919561
commit d2a8e51177

View file

@ -41,8 +41,8 @@ Optionally, editing the meta-data should change the times in all annexes.
>>>>>>> This is even better: >>>>>>> This is even better:
#!/bin/sh #!/bin/sh
if ! type metastore >/dev/null; then echo "$0: metastore is not installed; exiting"; exit 1; fi
git annex pre-commit . git annex pre-commit .
which metastore || echo "$0: metastore is not installed; exiting"; exit 99
metastore --save metastore --save
git add .metadata git add .metadata