Compare commits

..

No commits in common. "4c9b401153f47cd659cba40a94eb4964afea5ef2" and "0529d0132a2754cf6c0d059764c3e75198c0deff" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View file

@ -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`

View file

@ -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?

View file

@ -1 +0,0 @@
inprogress

View file

@ -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`