From 1223f506667fab19ec25c12aaa7a8948e7c17b84 Mon Sep 17 00:00:00 2001 From: Tiberiu Ichim Date: Sun, 22 Feb 2026 20:24:48 +0200 Subject: [PATCH] Docs: instruct AI to use pager option with git --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 6e58a5bb3..e2c1d76c1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -129,6 +129,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t advplyr/audiobookshelf - The `data/` directory contains test audiobooks and is git-ignored - Database is SQLite-based, stored in config location (not in repo) - Client must be regenerated after frontend changes: `(cd client; npm run generate)` +- When running git commands that might invoke a pager (like `git diff` or `git log`), use `PAGER=cat git ` or `git --no-pager ` to avoid the `git-split-diffs: not found` error. ## API Documentation