File: commit_current_workdir_state_in_direct_mode.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (5 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (11)
1
2
3
4
5
I'd like to commit the current workdir state in direct mode in a script. This is what git annex watch does but I can not reliably start and stop git annex watch in a cron script.

Is this already possible with the current api or could we have something like git annex watch --once?

Thank you, Thomas Koch