chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
e396093
)
Fix indexing error during "diff -r/"
author
Karl Hasselström
<kha@treskal.com>
Wed, 24 May 2006 06:06:58 +0000
(08:06 +0200)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Wed, 24 May 2006 20:59:52 +0000
(21:59 +0100)
The string indexing when decoding the -r argument for diff made an
implicit assumption that the revision string was at least two
characters long, which broke on the simple invocation "diff -r/".
No differences found