mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
The output of `jj unsign` is based on that of `jj abandon`. We output warnings when unsigning commits, which are not authored by the user. This is encouraging to use `jj undo`, in case one unintentionally drops signatures of others. --- Co-authored-by: julienvincent <m@julienvincent.io> Co-authored-by: necauqua <him@necauq.ua>