1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-02 07:17:58 +01:00
Commit graph

97 commits

Author SHA1 Message Date
Kay Sievers
4df1191071 attach tag to the link
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07 10:51:42 +01:00
Kay Sievers
70dd8acb9a v259 2005-12-07 10:13:19 +01:00
Kay Sievers
045e531a8f show multiple tags
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07 10:12:55 +01:00
Kay Sievers
4cdd1f9031 v258 2005-12-07 09:47:34 +01:00
Kay Sievers
6a928415e2 show tags in lists
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07 09:44:06 +01:00
Kay Sievers
94140c7ab0 v257 2005-11-24 19:44:28 +01:00
Kay Sievers
f5ac835a58 fix "rename" output
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24 19:43:53 +01:00
Kay Sievers
e7e470c9b8 v256 2005-11-24 18:14:44 +01:00
Kay Sievers
ae78620525 fix quoted filename lookup
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24 18:14:25 +01:00
Kay Sievers
6dc05fa749 v255 2005-11-24 17:30:38 +01:00
Kay Sievers
3957fa1779 v254 2005-11-24 17:15:30 +01:00
Kay Sievers
232ff5536c allow utf8 characters in url parameter escape
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-24 16:56:55 +01:00
Kay Sievers
e13dd505c5 v253 2005-11-23 18:00:34 +01:00
Kay Sievers
8f1deb5f53 set logo output to raw mode 2005-11-23 16:02:13 +01:00
Kay Sievers
10bb903660 fix utf8 decoding
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-23 04:26:40 +01:00
Kay Sievers
5b7a14fb4d v252 2005-11-20 02:13:08 +01:00
Kay Sievers
440c8a2ad0 fix another typo
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-20 02:12:45 +01:00
Kay Sievers
d81caf21e9 v251 2005-11-20 02:03:29 +01:00
Kay Sievers
afeaa5d8da add missing esc() rename
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-20 02:03:09 +01:00
Kay Sievers
b8470d86e5 v250 2005-11-19 17:56:29 +01:00
Kay Sievers
40c138134f 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>
2005-11-19 17:41:29 +01:00
Kay Sievers
a9e60b7d09 escape ' ' with '+' in url's 2005-11-14 15:15:12 +01:00
Kay Sievers
7f2a645e4f v249 2005-11-14 06:12:33 +01:00
Kay Sievers
182167100f make ' ' and '+' in filenames some kind of working 2005-11-14 06:10:07 +01:00
Kay Sievers
353347b0b8 escape '+' and ' ' in url's 2005-11-14 05:47:18 +01:00
Kay Sievers
cc3245b651 add test files 2005-11-14 05:43:02 +01:00
Kay Sievers
5b6dcc3fde v248 2005-10-19 03:24:27 +02:00
Kay Sievers
11044297b2 add Expires: +1d header to commit and commitdiff pages
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-19 03:18:45 +02:00
Kay Sievers
9312944d35 provide filename for "save as" in plaintext views
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-17 03:27:54 +02:00
Kay Sievers
0c3eb45fa4 v247 2005-10-04 01:13:22 +02:00
Kay Sievers
d8f1c5c2f3 rename "branches" to "heads"
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-04 01:12:47 +02:00
Kay Sievers
972062bbb8 v246 2005-09-20 10:25:01 +02:00
Kay Sievers
c39e47d98a start searching at the current $hash value
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-17 03:00:21 +02:00
Kay Sievers
bd4d3c92d7 v245
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-13 02:22:51 +02:00
Kay Sievers
25f422fb87 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>
2005-09-13 02:21:59 +02:00
Kay Sievers
55d0b8e4f7 v244
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-06 23:26:57 +02:00
Kay Sievers
324d7cca68 fix typo in link parameter of git_commit
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-06 23:26:10 +02:00
Kay Sievers
f912756146 translate reference into hash while reading a commit 2005-09-04 01:37:25 +02:00
Kay Sievers
86f5b8a098 v243
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-03 14:51:13 +02:00
Kay Sievers
c91da262b3 common input validation to allow passing of textual hash id's 2005-09-03 14:50:33 +02:00
Kay Sievers
76a8323ac7 v242
fix typo

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-31 04:11:33 +02:00
Kay Sievers
48c771f4a7 v241
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-31 03:54:45 +02:00
Kay Sievers
c24fd7b7cc 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>
2005-08-31 03:47:13 +02:00
Kay Sievers
a48e11ca90 don't chop_str if adding ... is longer than the original
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-31 03:25:29 +02:00
Yasushi SHOJI
e00c9e18a7 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>
2005-08-18 18:24:28 +02:00
Kay Sievers
53b89d8ddb fix search parsing, later git does not print a trailing space 2005-08-12 22:12:58 +02:00
Kay Sievers
d8d17b5deb 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...
2005-08-12 21:43:32 +02:00
Kay Sievers
f7ab660c15 allow sorting of index page by project path, owner and age 2005-08-10 03:53:09 +02:00
Kay Sievers
e4669df9a6 Make the tag view look like commit header. 2005-08-08 00:02:39 +02:00
Kay Sievers
d263a6bd45 v236 2005-08-07 20:29:03 +02:00