mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
The comment at the top of pager.c claims that we've split the code out so that Windows can do something different. This dates back tof67b45f(Introduce trivial new pager.c helper infrastructure, 2006-02-28), because the original implementation used fork(). Later, we ended up sticking the Windows #ifdefs into this file anyway. And then even later, inea27a18(spawn pager via run_command interface, 2008-07-22) we unified the implementations. So these days this comment is really saying nothing at all. Let's drop it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
3.5 KiB
3.5 KiB