Initial commit
This commit is contained in:
9
skills/working-with-jj/scripts/jj-show-detailed
Executable file
9
skills/working-with-jj/scripts/jj-show-detailed
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Show detailed revision info with diff
|
||||
# Usage: jj-show-detailed [REV]
|
||||
# REV defaults to @
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
rev="${1:-@}"
|
||||
jj log -r "$rev" -n1 --no-graph -T builtin_log_detailed --git
|
||||
Reference in New Issue
Block a user