summaryrefslogtreecommitdiff
path: root/gitweb.cgi
AgeCommit message (Expand)AuthorFilesLines
2005-12-07attach tag to the linkLibravatar Kay Sievers1-14/+17
2005-12-07v259Libravatar Kay Sievers1-1/+1
2005-12-07show multiple tagsLibravatar Kay Sievers1-1/+5
2005-12-07v258Libravatar Kay Sievers1-1/+1
2005-12-07show tags in listsLibravatar Kay Sievers1-14/+45
2005-11-24v257Libravatar Kay Sievers1-1/+1
2005-11-24fix "rename" outputLibravatar Kay Sievers1-1/+1
2005-11-24v256Libravatar Kay Sievers1-1/+1
2005-11-24fix quoted filename lookupLibravatar Kay Sievers1-2/+2
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
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
2005-11-20v252Libravatar Kay Sievers1-1/+1
2005-11-20fix another typoLibravatar Kay Sievers1-1/+1
2005-11-20v251Libravatar Kay Sievers1-1/+1
2005-11-20add missing esc() renameLibravatar Kay Sievers1-2/+3
2005-11-19v250Libravatar Kay Sievers1-1/+1
2005-11-19replace invalid utf8 sequences by UTF-8 REPLACEMENT CHARACTER (efbfbd)Libravatar Kay Sievers1-232/+241
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
2005-10-17provide filename for "save as" in plaintext viewsLibravatar Kay Sievers1-6/+13
2005-10-04v247Libravatar Kay Sievers1-1/+1
2005-10-04rename "branches" to "heads"Libravatar Kay Sievers1-9/+9
2005-09-20v246Libravatar Kay Sievers1-1/+1
2005-09-17start searching at the current $hash valueLibravatar Kay Sievers1-0/+8
2005-09-13v245Libravatar Kay Sievers1-1/+1
2005-09-13switch to git-rev-list for commit readingLibravatar Kay Sievers1-25/+24
2005-09-06v244Libravatar Kay Sievers1-1/+1
2005-09-06fix typo in link parameter of git_commitLibravatar Kay Sievers1-1/+1
2005-09-04translate reference into hash while reading a commitLibravatar Kay Sievers1-2/+11
2005-09-03v243Libravatar Kay Sievers1-1/+1
2005-09-03common input validation to allow passing of textual hash id'sLibravatar Kay Sievers1-41/+37
2005-08-31v242Libravatar Kay Sievers1-2/+2
2005-08-31v241Libravatar Kay Sievers1-2/+2
2005-08-31Show tooltips (like this one :)) containing full titles for truncated commit ...Libravatar Kay Sievers1-6/+18
2005-08-31don't chop_str if adding ... is longer than the originalLibravatar Kay Sievers1-7/+10
2005-08-18Add <author> and <guid> to RSS feedLibravatar Yasushi SHOJI1-0/+2
2005-08-12fix search parsing, later git does not print a trailing spaceLibravatar Kay Sievers1-2/+2
2005-08-12make index page sorting more visible and increase RSS item countLibravatar Kay Sievers1-11/+31
2005-08-10allow sorting of index page by project path, owner and ageLibravatar Kay Sievers1-36/+64
2005-08-08Make the tag view look like commit header.Libravatar Kay Sievers1-2/+6
2005-08-07v236Libravatar Kay Sievers1-27/+44