| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
|
|
|
|
|
|
| |
Similar to Git, scripts including the dispatcher sib are grouped into
libexec/sib-core, and symlinks are created in bin/sib. Additionally,
libexec/sib-core is added to the PATH when executing any script inside
sib. I don't really see any downside to adding to the PATH and loading
the script. It's clear.
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It seems to be slowing down a bit due to the fork cost, but doing it
this way makes it easier to maintain the output format.
Additionally configured the output format to iterate through the JSON
and print everything except the content key. Git, on the other hand,
seems to use `git show` and `git log` for output, but that will be an
issue when optimizing later.
Signed-off-by: Hee-Suk Kim <[email protected]>
|
|
|
The initial version was
paste <(sib rev-list $1) <(sib rev-jsonl $1).
Nothing has changed significantly since then; just made it output
nicely, like a git log. If glow is possible, also render
Markdown. Just a side note, while Markdown might be easy to write,
reading the unrendered raw text is the worst.
Signed-off-by: Hee-Suk Kim <[email protected]>
|