Staging
v0.5.0
https://github.com/git/git
Revision bbbadf6e58f72ac6bf739d2a1109cbd872eb1083 authored by Shawn O. Pearce on 21 October 2007, 00:42:01 UTC, committed by Shawn O. Pearce on 21 October 2007, 00:42:01 UTC
Git progress bars from tools like git-push and git-fetch use CR
to skip back to the start of the current line and redraw it with
an updated progress.  We were doing this in our Tk widget but had
failed to skip the CR, which Tk doesn't draw well.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent bea6878
History
Tip revision: bbbadf6e58f72ac6bf739d2a1109cbd872eb1083 authored by Shawn O. Pearce on 21 October 2007, 00:42:01 UTC
git-gui: Don't display CR within console windows
Tip revision: bbbadf6
File Mode Size
lib
.gitignore -rw-r--r-- 62 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 5.7 KB
git-gui.sh -rwxr-xr-x 65.9 KB

back to top