aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * fix "rename" outputKay Sievers2005-11-24
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v256Kay Sievers2005-11-24
| |
| * fix quoted filename lookupKay Sievers2005-11-24
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v255Kay Sievers2005-11-24
| |
| * v254Kay Sievers2005-11-24
| |
| * allow utf8 characters in url parameter escapeKay Sievers2005-11-24
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v253Kay Sievers2005-11-23
| |
| * set logo output to raw modeKay Sievers2005-11-23
| |
| * add broken latin encoding to test fileKay Sievers2005-11-23
| |
| * add ut8 test fileKay Sievers2005-11-23
| | | | | | | | It contains Märchen. (\xc3a4)
| * fix utf8 decodingKay Sievers2005-11-23
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v252Kay Sievers2005-11-20
| |
| * fix another typoKay Sievers2005-11-20
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v251Kay Sievers2005-11-20
| |
| * add missing esc() renameKay Sievers2005-11-20
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v250Kay Sievers2005-11-19
| |
| * replace invalid utf8 sequences by UTF-8 REPLACEMENT CHARACTER (efbfbd)Kay Sievers2005-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I still strongly disagree with the git maintainers not to hint people, to use the only sane default encoding for a distributed project, which is utf8. I'm tired of hearing filesystem development arguments. Git is a software offered to merge forth and back across the world and not to provide a content neutral filesystem. Btw: I have nothing against the ability to run git in a closed environment, with a different encoding, that's fine, sure. But that is obviously not the case for the projects on kernel.org. It's about sane defaults, nothing else. You have to make decisions guy, as always in life. The problems to allow random encoded garbage in commit messages _without_ storing the encoding, just makes zero sense. Eighter you introduce a per-commit encoding field, if you insist on this craziness, or you define a default encoding. Everything else is just lazy and does not solve any problem, besides that you can claim now, that you are not responsible for the mess in the repository. Gitweb shows several commits at once, you allow various encodings committed to the same repository, without any hint what that garbage from the individual commits is encoded with. No idea why you don't get the problem - it's unsolvable. If you merge different peoples work, you have to speak a common language! Kay Sievers <kay.sievers@vrfy.org>
| * escape ' ' with '+' in url'sKay Sievers2005-11-14
| |
| * v249Kay Sievers2005-11-14
| |
| * make ' ' and '+' in filenames some kind of workingKay Sievers2005-11-14
| |
| * escape '+' and ' ' in url'sKay Sievers2005-11-14
| |
| * update the test files to have a diffKay Sievers2005-11-14
| |
| * add test filesKay Sievers2005-11-14
| |
| * v248Kay Sievers2005-10-19
| |
| * add Expires: +1d header to commit and commitdiff pagesKay Sievers2005-10-19
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * provide filename for "save as" in plaintext viewsKay Sievers2005-10-17
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v247Kay Sievers2005-10-04
| |
| * rename "branches" to "heads"Kay Sievers2005-10-04
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v246Kay Sievers2005-09-20
| |
| * start searching at the current $hash valueKay Sievers2005-09-17
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v245Kay Sievers2005-09-13
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * switch to git-rev-list for commit readingKay Sievers2005-09-13
| | | | | | | | | | | | This way we don't need to parse the "grafts". Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v244Kay Sievers2005-09-06
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * fix typo in link parameter of git_commitKay Sievers2005-09-06
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * translate reference into hash while reading a commitKay Sievers2005-09-04
| |
| * v243Kay Sievers2005-09-03
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * common input validation to allow passing of textual hash id'sKay Sievers2005-09-03
| |
| * v242Kay Sievers2005-08-31
| | | | | | | | | | | | fix typo Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * v241Kay Sievers2005-08-31
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * Show tooltips (like this one :)) containing full titles for truncated commit ↵Kay Sievers2005-08-31
| | | | | | | | | | | | | | titles in the summary and shortlog views. Thanks for the patch to: Timo Hirvonen <tihirvon at gmail.com>
| * don't chop_str if adding ... is longer than the originalKay Sievers2005-08-31
| | | | | | | | Signed-off-by: Kay Sievers <kay.sievers@suse.de>
| * Add <author> and <guid> to RSS feedYasushi SHOJI2005-08-18
| | | | | | | | | | | | | | | | From http://blogs.law.harvard.edu/tech/rss author - Email address of the author of the item. guid - A string that uniquely identifies the item. Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
| * fix search parsing, later git does not print a trailing spaceKay Sievers2005-08-12
| |
| * make index page sorting more visible and increase RSS item countKay Sievers2005-08-12
| | | | | | | | | | The RSS feed now shows 30 items + all items more recent than 48 hours but not more than 150. Let's see how that works...
| * allow sorting of index page by project path, owner and ageKay Sievers2005-08-10
| |
| * Make the tag view look like commit header.Kay Sievers2005-08-08
| |
| * add READMEKay Sievers2005-08-07
| | | | | | | | Two files are better than one. :)
| * v236Kay Sievers2005-08-07
| |
| * v235Kay Sievers2005-08-07
| |
| * v234Kay Sievers2005-08-07
| |