Added git-tag and structured listing with -l/--list

This commit is contained in:
2026-08-13 14:32:57 +02:00
parent 2e7cf0290a
commit 2d0aae1f87
3 changed files with 98 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@ behavior:
- `git-status` uses Git's porcelain status and returns structured status items.
- `git-log -l` / `git-log --list` returns `(commit subject)` items.
- `git-tag -l` / `git-tag --list` returns tag names; with `-n` it returns `(tag subject)` items and `-n<number>` supports multiple content lines.
- `git-diff` renders HTML by default; `--output=-` selects stdout and
`--output=string` returns a string.
- `git-show` renders a commit and its diff as HTML by default. `-l` /