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