diff --git a/89a4c085d5202f0be7d9c6d263c4c4b8/description b/89a4c085d5202f0be7d9c6d263c4c4b8/description new file mode 100644 index 0000000..8089d24 --- /dev/null +++ b/89a4c085d5202f0be7d9c6d263c4c4b8/description @@ -0,0 +1,3 @@ +manage whitespace in issues and comments + +Strip leading and trailing whitespace when loading and saving descriptions. diff --git a/ae56208b6db64ccd9da31ce2bb1aad64/comments/4527a79c3802573d72f513c2f9cc9eda/description b/ae56208b6db64ccd9da31ce2bb1aad64/comments/4527a79c3802573d72f513c2f9cc9eda/description new file mode 100644 index 0000000..e00a7f8 --- /dev/null +++ b/ae56208b6db64ccd9da31ce2bb1aad64/comments/4527a79c3802573d72f513c2f9cc9eda/description @@ -0,0 +1,15 @@ +``` +$ ent sync +Enter passphrase for key '/home/seb/.ssh/id_ed25519': +^C + +$ ent sync +stdout: +stderr: Preparing worktree (checking out 'entomologist-data') +fatal: 'entomologist-data' is already used by worktree at '/tmp/.tmpgKK2gw' + +Error: Oops, something went wrong + +$ rm -rf /tmp/.tmpgKK2gw/ +$ git worktree prune +``` diff --git a/c9b5bd61e7e103c8ab3e7920fcbc67e1/description b/c9b5bd61e7e103c8ab3e7920fcbc67e1/description new file mode 100644 index 0000000..db8679b --- /dev/null +++ b/c9b5bd61e7e103c8ab3e7920fcbc67e1/description @@ -0,0 +1,3 @@ +sometimes the output should go to a pager + +`ent show` definitely should go in a pager. `ent list` maybe not?