On Fri, May 9, 2025, at 01:44, brian m. carlson wrote: > Stashes are currently stored using the reflog in a given repository. > This is an interesting and novel way to handle them, but there is no way > to easily move a stash across machines. For example, stashes cannot be > bundled, pushed, or fetched. I think this feature works well. Exporting locally is simple. Using a whatever-ref to export to the remote is a fine implementation. Importing locally is simple as well. The `--print` option for script/machine consumption is a nice touch. Also I think the DAG implementation is cool. -- Kristoffer Haugsbakk