author | Lars Hjemli <hjemli@gmail.com> | 2009-01-06 20:51:09 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-01-06 20:51:09 (UTC) |
commit | 25f6a1f4c29b6a6009a185e9473317f0fe64616d (patch) (side-by-side diff) | |
tree | fe159412ae3c4c81d0c5aabfabc4ac8cc7ce6215 | |
parent | 50fbd46c917a06f60235da59adb860697ea94eb0 (diff) | |
parent | f3c99cf1cee25ae95ffea6188b40734e877bce20 (diff) | |
download | cgit-25f6a1f4c29b6a6009a185e9473317f0fe64616d.zip cgit-25f6a1f4c29b6a6009a185e9473317f0fe64616d.tar.gz cgit-25f6a1f4c29b6a6009a185e9473317f0fe64616d.tar.bz2 |
Merge branch 'stable'
-rwxr-xr-x | tests/t0104-tree.sh | 2 | ||||
-rw-r--r-- | ui-tree.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/t0104-tree.sh b/tests/t0104-tree.sh index 0d62cc8..33f4eb0 100755 --- a/tests/t0104-tree.sh +++ b/tests/t0104-tree.sh @@ -17,3 +17,3 @@ run_test 'find line 1' ' run_test 'no line 2' ' - grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp + ! grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp ' @@ -56,4 +56,6 @@ static void print_object(const unsigned char *sha1, char *path) } + if (start < idx) { htmlf(linefmt, ++lineno); html_txt(buf + start); + } html("</td></tr>\n"); |