Compare commits

..

No commits in common. "eb76e418f3ba3ff76d7e526fd01eb6291dc56039" and "5702828299eeb509b6b3ef1217d3b82be00b4217" have entirely different histories.

8 changed files with 1 additions and 14 deletions

View file

@ -1 +0,0 @@
seb

View file

@ -3,5 +3,4 @@ add optional 'assignee' to issue
This is probably just another free-form text string for now, maybe
something fancier in the future.
NOTE: Teaching `ent list FILTER` to filter by assignee is a separate
issue.
As part of this, teach `ent list FILTER` to filter by assignee.

View file

@ -1 +0,0 @@
inprogress

View file

@ -1 +0,0 @@
seb

View file

@ -1 +0,0 @@
seb

View file

@ -1 +0,0 @@
teach `ent list FILTER` to filter by assignee

View file

@ -1 +0,0 @@
seb

View file

@ -1,6 +0,0 @@
add some way to un-assign an issue
This will probably involve removing the `assignee` file from the issue
directory, which will mean teaching the git code about removed files.
Or maybe write the empty string to that file?