]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
Make rev-list flush the stdio buffers after each rev.
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 23:36:48 +0000 (16:36 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 23:36:48 +0000 (16:36 -0700)
commit7620d39fcbff834d00320d295fbdbd9b7006d66a
tree51259bd9b9851cd10fb379bed8da58df4806f90b
parent75bfc6c232689ae06aba6a7d4aa15ac2791d9a11
Make rev-list flush the stdio buffers after each rev.

We'd rather get the revisions in a slow but timely manner than
have to wait for them.
rev-list.c