Y
Hacker News
new
|
ask
|
show
|
jobs
by
antileet
78 days ago
Maybe I'm missing something. If I use `git status --short` or `git log --oneline`, I see output similar to your tool's.
1 comments
fielding
78 days ago
nit's defaults go beyond what --short does. The token savings come from stripping headers, padding, instructional text, etc. Headers and decorative text ends up tokenizing poorly, so it helps quite a bit there.
link