summaryrefslogtreecommitdiff
path: root/gitweb.cgi
AgeCommit message (Collapse)AuthorFilesLines
2006-05-22v266Libravatar Kay Sievers1-1/+1
2006-05-22remove Christian's email addressLibravatar Kay Sievers1-3/+3
2006-05-01v265Libravatar Kay Sievers1-1/+1
2006-05-01handle utf8 characters from /etc/passwdLibravatar Kay Sievers1-3/+3
2006-01-17v264Libravatar Kay Sievers1-1/+1
2006-01-17fix: Use of uninitialized valueLibravatar Kay Sievers1-4/+5
The subroutine did not check the case where HEAD does not verify. Patch from Junio C Hamano <junkio@cox.net>
2006-01-09v263Libravatar Kay Sievers1-1/+1
2006-01-09allow working in repositories with textual symref HEADLibravatar Junio C Hamano1-16/+33
2005-12-22resolve textual hashes when looking up "refs"Libravatar Kay Sievers1-4/+4
Thanks to Jon Nelson for the patch. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-19v262Libravatar Kay Sievers1-1/+1
2005-12-19define default colorsLibravatar Kay Sievers1-1/+4
Thanks to Kir Kolyshkin for pointing it out. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07v261Libravatar Kay Sievers1-1/+1
2005-12-07fix leading whitespace in commit textLibravatar Kay Sievers1-1/+3
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07more tagsLibravatar Kay Sievers1-7/+22
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07v260Libravatar Kay Sievers1-1/+1
2005-12-07attach tag to the linkLibravatar Kay Sievers1-14/+17
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07v259Libravatar Kay Sievers1-1/+1
2005-12-07show multiple tagsLibravatar Kay Sievers1-1/+5
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07v258Libravatar Kay Sievers1-1/+1
2005-12-07show tags in listsLibravatar Kay Sievers1-14/+45
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24v257Libravatar Kay Sievers1-1/+1
2005-11-24fix "rename" outputLibravatar Kay Sievers1-1/+1
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24v256Libravatar Kay Sievers1-1/+1
2005-11-24fix quoted filename lookupLibravatar Kay Sievers1-2/+2
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24v255Libravatar Kay Sievers1-1/+1
2005-11-24v254Libravatar Kay Sievers1-1/+0
2005-11-24allow utf8 characters in url parameter escapeLibravatar Kay Sievers1-206/+222
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-23v253Libravatar Kay Sievers1-1/+1
2005-11-23set logo output to raw modeLibravatar Kay Sievers1-0/+1
2005-11-23fix utf8 decodingLibravatar Kay Sievers1-2/+3
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-20v252Libravatar Kay Sievers1-1/+1
2005-11-20fix another typoLibravatar Kay Sievers1-1/+1
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-20v251Libravatar Kay Sievers1-1/+1
2005-11-20add missing esc() renameLibravatar Kay Sievers1-2/+3
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-19v250Libravatar Kay Sievers1-1/+1
2005-11-19replace invalid utf8 sequences by UTF-8 REPLACEMENT CHARACTER (efbfbd)Libravatar Kay Sievers1-232/+241
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>
2005-11-14escape ' ' with '+' in url'sLibravatar Kay Sievers1-2/+2
2005-11-14v249Libravatar Kay Sievers1-1/+1
2005-11-14make ' ' and '+' in filenames some kind of workingLibravatar Kay Sievers1-5/+5
2005-11-14escape '+' and ' ' in url'sLibravatar Kay Sievers1-191/+199
2005-11-14add test filesLibravatar Kay Sievers1-0/+1
2005-10-19v248Libravatar Kay Sievers1-1/+1
2005-10-19add Expires: +1d header to commit and commitdiff pagesLibravatar Kay Sievers1-3/+15
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-17provide filename for "save as" in plaintext viewsLibravatar Kay Sievers1-6/+13
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-04v247Libravatar Kay Sievers1-1/+1
2005-10-04rename "branches" to "heads"Libravatar Kay Sievers1-9/+9
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-20v246Libravatar Kay Sievers1-1/+1
2005-09-17start searching at the current $hash valueLibravatar Kay Sievers1-0/+8
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-13v245Libravatar Kay Sievers1-1/+1
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-13switch to git-rev-list for commit readingLibravatar Kay Sievers1-25/+24
This way we don't need to parse the "grafts". Signed-off-by: Kay Sievers <kay.sievers@suse.de>