File: commit_current_workdir_state_in_direct_mode.mdwn

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
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