gitweb.git
v255Kay Sievers Thu, 24 Nov 2005 16:30:38 +0000 (17:30 +0100)

v255

v254Kay Sievers Thu, 24 Nov 2005 16:15:30 +0000 (17:15 +0100)

v254

allow utf8 characters in url parameter escapeKay Sievers Thu, 24 Nov 2005 15:56:55 +0000 (16:56 +0100)

allow utf8 characters in url parameter escape

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v253Kay Sievers Wed, 23 Nov 2005 17:00:34 +0000 (18:00 +0100)

v253

set logo output to raw modeKay Sievers Wed, 23 Nov 2005 15:02:13 +0000 (16:02 +0100)

set logo output to raw mode

add broken latin encoding to test fileKay Sievers Wed, 23 Nov 2005 14:16:49 +0000 (15:16 +0100)

add broken latin encoding to test file

add ut8 test fileKay Sievers Wed, 23 Nov 2005 14:09:59 +0000 (15:09 +0100)

add ut8 test file

It contains Märchen. (\xc3a4)

fix utf8 decodingKay Sievers Wed, 23 Nov 2005 03:26:40 +0000 (04:26 +0100)

fix utf8 decoding

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v252Kay Sievers Sun, 20 Nov 2005 01:13:08 +0000 (02:13 +0100)

v252

fix another typoKay Sievers Sun, 20 Nov 2005 01:12:45 +0000 (02:12 +0100)

fix another typo

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v251Kay Sievers Sun, 20 Nov 2005 01:03:29 +0000 (02:03 +0100)

v251

add missing esc() renameKay Sievers Sun, 20 Nov 2005 01:03:09 +0000 (02:03 +0100)

add missing esc() rename

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v250Kay Sievers Sat, 19 Nov 2005 16:56:29 +0000 (17:56 +0100)

v250

replace invalid utf8 sequences by UTF-8 REPLACEMENT... Kay Sievers Sat, 19 Nov 2005 16:41:29 +0000 (17:41 +0100)

replace invalid utf8 sequences by UTF-8 REPLACEMENT CHARACTER (efbfbd)

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 Sievers Mon, 14 Nov 2005 14:15:12 +0000 (15:15 +0100)

escape ' ' with '+' in url's

v249Kay Sievers Mon, 14 Nov 2005 05:12:33 +0000 (06:12 +0100)

v249

make ' ' and '+' in filenames some kind of workingKay Sievers Mon, 14 Nov 2005 05:10:07 +0000 (06:10 +0100)

make ' ' and '+' in filenames some kind of working

escape '+' and ' ' in url'sKay Sievers Mon, 14 Nov 2005 04:47:18 +0000 (05:47 +0100)

escape '+' and ' ' in url's

update the test files to have a diffKay Sievers Mon, 14 Nov 2005 04:45:31 +0000 (05:45 +0100)

update the test files to have a diff

add test filesKay Sievers Mon, 14 Nov 2005 04:43:02 +0000 (05:43 +0100)

add test files

v248Kay Sievers Wed, 19 Oct 2005 01:24:27 +0000 (03:24 +0200)

v248

add Expires: +1d header to commit and commitdiff pagesKay Sievers Wed, 19 Oct 2005 01:18:45 +0000 (03:18 +0200)

add Expires: +1d header to commit and commitdiff pages

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

provide filename for "save as" in plaintext viewsKay Sievers Mon, 17 Oct 2005 01:27:54 +0000 (03:27 +0200)

provide filename for "save as" in plaintext views

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v247Kay Sievers Mon, 3 Oct 2005 23:13:22 +0000 (01:13 +0200)

v247

rename "branches" to "heads"Kay Sievers Mon, 3 Oct 2005 23:12:47 +0000 (01:12 +0200)

rename "branches" to "heads"

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v246Kay Sievers Tue, 20 Sep 2005 08:25:01 +0000 (10:25 +0200)

v246

start searching at the current $hash valueKay Sievers Sat, 17 Sep 2005 01:00:21 +0000 (03:00 +0200)

start searching at the current $hash value

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v245Kay Sievers Tue, 13 Sep 2005 00:22:51 +0000 (02:22 +0200)

v245

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

switch to git-rev-list for commit readingKay Sievers Tue, 13 Sep 2005 00:21:59 +0000 (02:21 +0200)

switch to git-rev-list for commit reading

This way we don't need to parse the "grafts".

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v244Kay Sievers Tue, 6 Sep 2005 21:26:57 +0000 (23:26 +0200)

v244

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

fix typo in link parameter of git_commitKay Sievers Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200)

fix typo in link parameter of git_commit

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

translate reference into hash while reading a commitKay Sievers Sat, 3 Sep 2005 23:37:25 +0000 (01:37 +0200)

translate reference into hash while reading a commit

v243Kay Sievers Sat, 3 Sep 2005 12:51:13 +0000 (14:51 +0200)

v243

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

common input validation to allow passing of textual... Kay Sievers Sat, 3 Sep 2005 12:50:33 +0000 (14:50 +0200)

common input validation to allow passing of textual hash id's

v242Kay Sievers Wed, 31 Aug 2005 02:11:33 +0000 (04:11 +0200)

v242

fix typo

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

v241Kay Sievers Wed, 31 Aug 2005 01:54:45 +0000 (03:54 +0200)

v241

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

Show tooltips (like this one :)) containing full titles... Kay Sievers Wed, 31 Aug 2005 01:47:13 +0000 (03:47 +0200)

Show tooltips (like this one :)) containing full titles for truncated commit 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 Sievers Wed, 31 Aug 2005 01:25:29 +0000 (03:25 +0200)

don't chop_str if adding ... is longer than the original

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

Add <author> and <guid> to RSS feedYasushi SHOJI Thu, 18 Aug 2005 16:24:28 +0000 (18:24 +0200)

Add <author> and <guid> to RSS feed

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... Kay Sievers Fri, 12 Aug 2005 20:12:58 +0000 (22:12 +0200)

fix search parsing, later git does not print a trailing space

make index page sorting more visible and increase RSS... Kay Sievers Fri, 12 Aug 2005 19:43:32 +0000 (21:43 +0200)

make index page sorting more visible and increase RSS item count

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... Kay Sievers Wed, 10 Aug 2005 01:53:09 +0000 (03:53 +0200)

allow sorting of index page by project path, owner and age

Make the tag view look like commit header.Kay Sievers Sun, 7 Aug 2005 22:02:39 +0000 (00:02 +0200)

Make the tag view look like commit header.

add READMEKay Sievers Sun, 7 Aug 2005 20:39:58 +0000 (22:39 +0200)

add README

Two files are better than one. :)

v236Kay Sievers Sun, 7 Aug 2005 18:29:03 +0000 (20:29 +0200)

v236

v235Kay Sievers Sun, 7 Aug 2005 18:28:53 +0000 (20:28 +0200)

v235

v234Kay Sievers Sun, 7 Aug 2005 18:28:42 +0000 (20:28 +0200)

v234

v233Kay Sievers Sun, 7 Aug 2005 18:28:33 +0000 (20:28 +0200)

v233

v232Kay Sievers Sun, 7 Aug 2005 18:28:01 +0000 (20:28 +0200)

v232

v229Kay Sievers Sun, 7 Aug 2005 18:27:49 +0000 (20:27 +0200)

v229

v227Kay Sievers Sun, 7 Aug 2005 18:27:38 +0000 (20:27 +0200)

v227

v225Kay Sievers Sun, 7 Aug 2005 18:27:27 +0000 (20:27 +0200)

v225

v220Kay Sievers Sun, 7 Aug 2005 18:27:18 +0000 (20:27 +0200)

v220

v206Kay Sievers Sun, 7 Aug 2005 18:26:49 +0000 (20:26 +0200)

v206

v205Kay Sievers Sun, 7 Aug 2005 18:26:38 +0000 (20:26 +0200)

v205

v203Kay Sievers Sun, 7 Aug 2005 18:26:27 +0000 (20:26 +0200)

v203

v165Kay Sievers Sun, 7 Aug 2005 18:26:12 +0000 (20:26 +0200)

v165

v164Kay Sievers Sun, 7 Aug 2005 18:26:03 +0000 (20:26 +0200)

v164

v163Kay Sievers Sun, 7 Aug 2005 18:25:54 +0000 (20:25 +0200)

v163

v160Kay Sievers Sun, 7 Aug 2005 18:25:42 +0000 (20:25 +0200)

v160

v157Kay Sievers Sun, 7 Aug 2005 18:25:27 +0000 (20:25 +0200)

v157

v154Kay Sievers Sun, 7 Aug 2005 18:24:51 +0000 (20:24 +0200)

v154

v152Kay Sievers Sun, 7 Aug 2005 18:24:43 +0000 (20:24 +0200)

v152

v150Kay Sievers Sun, 7 Aug 2005 18:24:35 +0000 (20:24 +0200)

v150

v149Kay Sievers Sun, 7 Aug 2005 18:24:01 +0000 (20:24 +0200)

v149

v148Kay Sievers Sun, 7 Aug 2005 18:23:49 +0000 (20:23 +0200)

v148

v145Kay Sievers Sun, 7 Aug 2005 18:23:35 +0000 (20:23 +0200)

v145

v143Kay Sievers Sun, 7 Aug 2005 18:23:24 +0000 (20:23 +0200)

v143

v142Kay Sievers Sun, 7 Aug 2005 18:23:12 +0000 (20:23 +0200)

v142

v136Kay Sievers Sun, 7 Aug 2005 18:22:53 +0000 (20:22 +0200)

v136

v133Kay Sievers Sun, 7 Aug 2005 18:22:44 +0000 (20:22 +0200)

v133

v125Kay Sievers Sun, 7 Aug 2005 18:21:46 +0000 (20:21 +0200)

v125

v121Kay Sievers Sun, 7 Aug 2005 18:21:34 +0000 (20:21 +0200)

v121

v118Kay Sievers Sun, 7 Aug 2005 18:21:23 +0000 (20:21 +0200)

v118

v107Kay Sievers Sun, 7 Aug 2005 18:21:04 +0000 (20:21 +0200)

v107

v089Kay Sievers Sun, 7 Aug 2005 18:20:20 +0000 (20:20 +0200)

v089

v088Kay Sievers Sun, 7 Aug 2005 18:20:07 +0000 (20:20 +0200)

v088

v085Kay Sievers Sun, 7 Aug 2005 18:19:56 +0000 (20:19 +0200)

v085

v082Kay Sievers Sun, 7 Aug 2005 18:19:45 +0000 (20:19 +0200)

v082

v080Kay Sievers Sun, 7 Aug 2005 18:18:44 +0000 (20:18 +0200)

v080

v078Kay Sievers Sun, 7 Aug 2005 18:18:30 +0000 (20:18 +0200)

v078

v077Kay Sievers Sun, 7 Aug 2005 18:18:13 +0000 (20:18 +0200)

v077

v073Kay Sievers Sun, 7 Aug 2005 18:18:01 +0000 (20:18 +0200)

v073

v071Kay Sievers Sun, 7 Aug 2005 18:17:50 +0000 (20:17 +0200)

v071

v070Kay Sievers Sun, 7 Aug 2005 18:17:42 +0000 (20:17 +0200)

v070

v064Kay Sievers Sun, 7 Aug 2005 18:17:19 +0000 (20:17 +0200)

v064

v063Kay Sievers Sun, 7 Aug 2005 18:17:09 +0000 (20:17 +0200)

v063

v062Kay Sievers Sun, 7 Aug 2005 18:17:00 +0000 (20:17 +0200)

v062

v057Kay Sievers Sun, 7 Aug 2005 18:16:07 +0000 (20:16 +0200)

v057

v056Kay Sievers Sun, 7 Aug 2005 18:15:57 +0000 (20:15 +0200)

v056

v055Kay Sievers Sun, 7 Aug 2005 18:15:44 +0000 (20:15 +0200)

v055

v053Kay Sievers Sun, 7 Aug 2005 18:14:48 +0000 (20:14 +0200)

v053

rename gitweb.pl to gitweb.cgi

v049Kay Sievers Sun, 7 Aug 2005 18:13:11 +0000 (20:13 +0200)

v049

v048Kay Sievers Sun, 7 Aug 2005 18:13:02 +0000 (20:13 +0200)

v048

v043Kay Sievers Sun, 7 Aug 2005 18:12:11 +0000 (20:12 +0200)

v043

v042Kay Sievers Sun, 7 Aug 2005 18:09:33 +0000 (20:09 +0200)

v042

v041Kay Sievers Sun, 7 Aug 2005 18:08:29 +0000 (20:08 +0200)

v041

v041Kay Sievers Sun, 7 Aug 2005 18:08:03 +0000 (20:08 +0200)

v041

v035Kay Sievers Sun, 7 Aug 2005 18:06:09 +0000 (20:06 +0200)

v035

v031Kay Sievers Sun, 7 Aug 2005 18:05:55 +0000 (20:05 +0200)

v031