1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Indexer: make sure to qote the name.
Henrik Grubbström
as Henrik Grubbström (Grubba)
More... almost 13 years ago
Remove lefover line that was missed in manual merge. More... over 13 years ago
Handle commit message = 0. Probably an importer problem, but work around it for now. More... over 13 years ago
Make the filtering aware of new formatting. More... over 13 years ago
Filter out Pike specific revision messages and present them in the header. More... over 13 years ago
Remove ".git" suffix from modules in the file listings. More... over 13 years ago
Less debug output More... over 13 years ago
No need, in the general case, to split modules by their first character More... over 13 years ago
Various scalability fixes More... over 13 years ago
Sort names in the userlist differently. More... over 13 years ago
Sort names in the userlist differently. More... over 13 years ago
de-utf8 usernames in annotate. Shorten dates and revisions. More... over 13 years ago
Be persistent about decoding utf-8 characters in usernames and hostnames. Commented out old text-based taglog format More... over 13 years ago
Use » instead of 8bit iso-8859-1 character More... over 13 years ago
Part 2 of Use the revision we already have from git to identify commits. This will limit the commit-links somewhat, but it should be good enough most of the time. The most important feature is that there is no longer any need to write a lot of data each time someone looks at a git-doc page. More... over 13 years ago
Some optimizations. Don't do the grouping (trying to detect similar checkins) for git that was done for cvs, instead simply use the revision hash (from a04c2) More... over 13 years ago
Cherry picked HTML changes. More... over 13 years ago
By default, assume the repository is git-based More... over 13 years ago
More whitespace-handling fixes.
Henrik Grubbström
as Henrik Grubbström (Grubba)
More... over 13 years ago
Fixed indexing of paths containing spaces for git. Fixes [bug 5605].
Henrik Grubbström
as Henrik Grubbström (Grubba)
More... over 13 years ago
Easier-to-search (at least if you prefer email) userlist. $CVSDOC-27 Added merges. More... almost 14 years ago
Use the revision we already have from git to identify commits. This will limit the commit-links somewhat, but it should be good enough most of the time. The most important feature is that there is no longer any need to write a lot of data each time someone looks at a git-doc page. More... almost 14 years ago
Removed some unused code. More... about 14 years ago
When using 'show revisions' and the repository is GIT based, only show the revision once per commit, instead of for each file, since it's the same for all files anyway. More... about 14 years ago
Only keep one copy of the commit data in RAM at one time. Slightly reduces RAM usage. More... about 14 years ago
There is a difference between \u and \\u More... about 14 years ago
Reintroduced no-merges init-code. More... over 14 years ago
Optimized to only do one query instead of two to fetch buginfo (keep the already known buginfo around). Added support for explicitly specified commits. Added JSON support. Use subqueries for some tasks. Merged from 415701a36b5d5024cd697060f9b7c66851640902 More... over 14 years ago
Added missing </if> More... over 14 years ago
Optimized to only do one query instead of two. More... over 14 years ago