Compare commits
6 commits
0529d0132a
...
4c9b401153
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c9b401153 | |||
| 99fe1e6d4b | |||
| 45eea6d15b | |||
| 6c0b74dcbb | |||
| a5a523e6e2 | |||
| fc3a1d903e |
4 changed files with 11 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
@ -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`
|
||||
|
|
|
|||
1
75cefad80aacbf23fc7b9c24a75aa236/state
Normal file
1
75cefad80aacbf23fc7b9c24a75aa236/state
Normal file
|
|
@ -0,0 +1 @@
|
|||
inprogress
|
||||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue