summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile tarball recipiev0.1.0Hee-Suk Kim10 days1-1/+1
* ci: automate github releaseHee-Suk Kim10 days1-0/+35
* Update licenseHee-Suk Kim10 days14-219/+690
* Add Documentation/HNComment.txtHee-Suk Kim10 days1-0/+85
* Add sib init to usage synopsisHee-Suk Kim10 days1-0/+1
* Add h3 for each tipsHee-Suk Kim10 days1-2/+2
* Add synopsis on usageHee-Suk Kim10 days1-2/+13
* Fix hub ref example on readmeHee-Suk Kim10 days1-5/+5
* Fix readmeHee-Suk Kim2026-08-061-1/+1
* Bump version to 0.1.0Hee-Suk Kim2026-08-053-1/+5
* Add notice and license on tarballHee-Suk Kim2026-08-051-1/+1
* Add LicenseHee-Suk Kim2026-08-0513-0/+233
* Add cmd_versionHee-Suk Kim2026-08-051-0/+5
* Add tarball macro on MakefileHee-Suk Kim2026-08-052-3/+12
* Add readmeHee-Suk Kim2026-08-052-0/+332
* Fix error messageHee-Suk Kim2026-08-041-1/+1
* Add human readable messages on sib-switchHee-Suk Kim2026-08-041-0/+2
* Do not run rev-parse twice when running sib-show in sib-logHee-Suk Kim2026-08-042-4/+10
* Resolve refs/conv/* to * on sib-logHee-Suk Kim2026-08-041-12/+12
* Fix help message formatsHee-Suk Kim2026-08-042-3/+3
* Bash 3.2 <= compat (for macOS)Hee-Suk Kim2026-07-282-2/+5
* Fix argn guards in sibHee-Suk Kim2026-07-281-7/+7
* Change SIB_DIR to ~/.sibHee-Suk Kim2026-07-251-1/+1
* Add some error guardsHee-Suk Kim2026-07-252-1/+8
* Add shopts mannually for each scriptsHee-Suk Kim2026-07-257-2/+17
* Fix sib ls-trace error handlings within shell quirksHee-Suk Kim2026-07-251-8/+16
* Kind error message on plm-send is failedHee-Suk Kim2026-07-242-6/+6
* Change log format readability for emacs markdown-modeHee-Suk Kim2026-07-242-5/+4
* Change -s to -t, reserve -s for save current, not beforeHee-Suk Kim2026-07-242-9/+9
* plm: add SSE debug loggingHee-Suk Kim2026-07-241-0/+6
* Change ls-trace format to <hash>/t<key>Hee-Suk Kim2026-07-234-21/+23
* Fix mktrace_json has made empty trace on failHee-Suk Kim2026-07-231-13/+16
* Fix lib.bash not found before dispatchHee-Suk Kim2026-07-232-28/+26
* Update TODOHee-Suk Kim2026-07-221-1/+13
* Add testsHee-Suk Kim2026-07-221-121/+1185
* Add TRACE_VERSION validation on ls_trace and nit fixesHee-Suk Kim2026-07-221-9/+19
* Change list-refs to ls-refsHee-Suk Kim2026-07-222-2/+2
* sib-ask: Fix rev-parse fail and die if HEAD was unbornHee-Suk Kim2026-07-211-3/+7
* Fix the responsibility for verifying the ls-trace format to mktraceHee-Suk Kim2026-07-212-36/+63
* No positional argument allowed in sib initHee-Suk Kim2026-07-211-0/+2
* sib-ask: cmd_rev_parse only accepts one argHee-Suk Kim2026-07-211-1/+1
* Possable fix for readonly commit_date redefinedHee-Suk Kim2026-07-211-3/+3
* Make PLM_MODEL and PLM_ENDPOINT configurable by sib configHee-Suk Kim2026-07-212-4/+25
* Change the default HEAD name to refs/conv/scratchHee-Suk Kim2026-07-211-1/+1
* sib-ask: remove refs/sib/unborn check boilerplateHee-Suk Kim2026-07-211-16/+8
* sib-ask: die on network error and prevent HEAD changed on failureHee-Suk Kim2026-07-211-31/+32
* sib-ask: use getopts to support short opt bundlingHee-Suk Kim2026-07-211-24/+21
* sib-ask: drop unneeded main()Hee-Suk Kim2026-07-191-60/+55
* Fix AUTHOR/COMMITER_DATE to make commits deterministicHee-Suk Kim2026-07-191-1/+6
* Check refs/conv/$1 first on sib rev-parseHee-Suk Kim2026-07-191-1/+10