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

111 commits

Author SHA1 Message Date
Kay Sievers
00cd07943a remove Christian's email address 2006-05-22 14:30:47 +02:00
Kay Sievers
8872653e5a v265 2006-05-01 03:40:54 +02:00
Kay Sievers
281bf0cf4e handle utf8 characters from /etc/passwd 2006-05-01 03:40:22 +02:00
Kay Sievers
2326acfa95 v264 2006-01-17 03:50:44 +01:00
Kay Sievers
2c5c008b46 fix: Use of uninitialized value
The subroutine did not check the case where HEAD does not verify.

Patch from Junio C Hamano <junkio@cox.net>
2006-01-17 03:50:20 +01:00
Kay Sievers
f76ddc2015 v263 2006-01-09 13:14:00 +01:00
Junio C Hamano
df2c37a5a1 allow working in repositories with textual symref HEAD 2006-01-09 13:13:39 +01:00
Kay Sievers
d3a6fd9486 resolve textual hashes when looking up "refs"
Thanks to Jon Nelson for the patch.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-22 22:58:29 +01:00
Kay Sievers
212848746e v262 2005-12-19 04:09:32 +01:00
Kay Sievers
8240accb65 define default colors
Thanks to Kir Kolyshkin for pointing it out.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-19 04:09:02 +01:00
Kay Sievers
fdeb2fb616 v261 2005-12-07 16:33:08 +01:00
Kay Sievers
c2488d064b fix leading whitespace in commit text
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07 16:32:51 +01:00
Kay Sievers
edde3735d0 more tags
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-07 16:10:01 +01:00
Kay Sievers
4e8c09a331 v260 2005-12-07 10:51:59 +01:00
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