Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:16 +08:00
commit fc569e5620
38 changed files with 4997 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Get revision description only (for reading or piping)
# Usage: jj-show-desc [REV]
# REV defaults to @
set -euo pipefail
rev="${1:-@}"
jj log -r "$rev" -n1 --no-graph -T description