On Mon, May 20, 2024 at 09:45:51PM +0200, Dragan Simic wrote: > Thus, if someone wants to have a complete longer-than-one-screen hunk > displayed and use the terminal emulator scrollback to inspect the > hunk in its entirety, passing such (or all) hunks through the pager > would make such inspection impossible. I'd assume that at least some > Git users already do that (I do, for example), and we surely don't want > to make that no longer possible. I'm not sure if I understand the problem... disabling the pager is still an option, no? $ git -P add -p $ git -c pager.add=false add -p