empty-descriptions-and-dropped-worktrees #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "empty-descriptions-and-dropped-worktrees"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Another disorganized grab-bag of fixes. This PR fixes these ent issues:
The "edit with no change" and "empty descriptions" bugs are handled by being more careful in
{Issue,Comment}::{edit,set}_description()about unchanged files and empty files, and handling those things better.The "stray worktree" issue was just passing
--forcetogit worktree removeso it remove the worktree even if it's dirty.ent edit ISSUEa199fbc7f7ent commentacf539c683ent newe09e4b9cb7Oops, this doesn't fix
ent ae56208b6db64ccd9da31ce2bb1aad64, though it fixes many other kinds of stray worktree problems. ^C doesn't terminate the process cleanly, so it doesn't drop the Worktree object. :-(