gitk: Add a progress bar for checking out a head
commit08ba820fd7d82cd798d271a9ef6caaf83ffed387
authorPaul Mackerras <paulus@samba.org>
Mon, 12 May 2008 00:18:38 +0000 (12 10:18 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 12 May 2008 00:18:38 +0000 (12 10:18 +1000)
tree0895f081c1a0a34050a5207864493a68bdb4f3db
parent6df7403a98737026daeb77cf5a75e2a491aeac70
gitk: Add a progress bar for checking out a head

Now that git checkout reports progress when checking out files, we
can use that to provide a progress bar in gitk.  We re-use the green
progress bar (formerly used when reading stuff in) for that.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk