diff --git a/75cefad80aacbf23fc7b9c24a75aa236/comments/397a3034f4330129d10d4379e94e7279/description b/75cefad80aacbf23fc7b9c24a75aa236/comments/397a3034f4330129d10d4379e94e7279/description deleted file mode 100644 index ff7c1e9..0000000 --- a/75cefad80aacbf23fc7b9c24a75aa236/comments/397a3034f4330129d10d4379e94e7279/description +++ /dev/null @@ -1,5 +0,0 @@ -Mostly implemented: -- each issue has a `comments/` directory -- each comment is a subdirectory of `comments/` -- each comment-directory is named with a 128-bit nonce -- each comment has only a single "field": `description` diff --git a/75cefad80aacbf23fc7b9c24a75aa236/description b/75cefad80aacbf23fc7b9c24a75aa236/description index 6bb20e9..212fa34 100644 --- a/75cefad80aacbf23fc7b9c24a75aa236/description +++ b/75cefad80aacbf23fc7b9c24a75aa236/description @@ -1,6 +1,6 @@ -# implement `ent comment ISSUE [DESCRIPTION]` +# implement `ent comment ${ISSUE} [-m ${MESSAGE}]` - each issue dir has a `comments` subdir -- each comment is identified by a 128-bit nonce -- each comment is a directory under `${ISSUE}/comments` -- each comment has a single "field": `description` +- each comment is identified by a sha1-style uid +- each comment is a file or directory under the `${ISSUE}/comments` +- comments are ordered by ctime? diff --git a/75cefad80aacbf23fc7b9c24a75aa236/state b/75cefad80aacbf23fc7b9c24a75aa236/state deleted file mode 100644 index 505c028..0000000 --- a/75cefad80aacbf23fc7b9c24a75aa236/state +++ /dev/null @@ -1 +0,0 @@ -inprogress \ No newline at end of file diff --git a/e089400e8a9e11fe9bf10d50b2f889d7/description b/e089400e8a9e11fe9bf10d50b2f889d7/description index 6a4ff9e..1b0558e 100644 --- a/e089400e8a9e11fe9bf10d50b2f889d7/description +++ b/e089400e8a9e11fe9bf10d50b2f889d7/description @@ -1,4 +1,4 @@ -keep local `entomologist-data` branch in sync with remote +keep local `entomologist-data` branch in sync with `origin/entomologist-data` My git workflow does not use `git pull`, instead i: 1. `git fetch`