https://github.com/git/git
Revision 56e29f597c8f85b0dfee9ba7408f8d09fd5adb5a authored by Shawn O. Pearce on 09 July 2007, 15:55:45 UTC, committed by Shawn O. Pearce on 10 July 2007, 01:12:35 UTC
Our file browser was showing bad output as it did not properly buffer
a partial record when read from `ls-tree -z`.  This did not show up on
my Mac OS X system as most trees are small, the pipe buffers generally
big and `ls-tree -z` was generally fast enough that all data was ready
before Tcl started to read.  However on my Cygwin system one of my
production repositories had a large enough tree and packfile that it
took a couple of pipe buffers for `ls-tree -z` to complete its dump.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 88dce86
History
Tip revision: 56e29f597c8f85b0dfee9ba7408f8d09fd5adb5a authored by Shawn O. Pearce on 09 July 2007, 15:55:45 UTC
git-gui: Correct ls-tree buffering problem in browser
Tip revision: 56e29f5
File Mode Size
lib
.gitignore -rw-r--r-- 62 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 3.7 KB
git-gui.sh -rwxr-xr-x 56.7 KB

back to top