martinvonz / jj

A Git-compatible VCS that is both simple and powerful
https://martinvonz.github.io/jj/
Apache License 2.0
7.33k stars 242 forks source link

Add `jj debug snapshot` command and use it in trigger #3920

Closed fowles closed 2 weeks ago

fowles commented 2 weeks ago

The command only takes a snapshot and avoids other overhead, so it can be used as a target for the watchman trigger that gets installed.

Checklist

If applicable:

fowles commented 2 weeks ago

I opted not to put anything in CHANGELOG.md since this is an internal command. Happy to add something if others disagree.