rtk-ai/rtk
Ver no GitHub"git log -p" omits the patch requested by the -p flag
Open
#2.275 aberto em 5 de jun. de 2026
area:clibuggood first issuepriority:high
Métricas do repositório
- Stars
- (48.085 stars)
- Métricas de merge de PR
- (Mesclagem média 8d 17h) (49 fundiu PRs em 30d)
Description
When diagnosing a problem that requires inspecting git history, agents commonly use git log -p. However, rtk strips the patch information requested by the -p flag. This is often vital context.
Instead rtk compresses the diff. E.g. [+5 lines omitted].
Please update git log -p handling to show the entire patch.
This was mentioned in https://github.com/rtk-ai/rtk/issues/467, but doesn't look like it was actually fixed in the associated PR.