projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
cf21919
)
Fix up progress report for off-by-one error
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 10 Jul 2005 23:14:22 +0000
(16:14 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 10 Jul 2005 23:14:22 +0000
(16:14 -0700)
We used to print the index of the object we unpacked, not how many we
had unpacked. Which caused slightly confusing progress reports like
100% (2/3) done
rather than the more obvious "3/3" for 100% ;)
No differences found