Pieter de Bie
447a8dc48c
PBGitRepository: Also request parents when doing our revwalk
...
This is necessary for cool graph displaying, to be made.
2008-06-17 19:18:40 +02:00
Pieter de Bie
39797876fe
Optimize rev-list parsing
...
This uses the C fgets() over the weird readLine implementation I found.
It speeds up the rev-parsing significantly: we went from ~4.5 seconds
on the git.git repo to ~0.95 seconds. And that's with the secret new date
parsing!
2008-06-17 15:04:49 +02:00
Pieter de Bie
7cdfdf0954
Use UTF-8 for data decoding
2008-06-16 05:31:12 +02:00
Pieter de Bie
e6da252ee0
Add shortcuts and menu items for different views
2008-06-16 03:19:01 +02:00
Pieter de Bie
3a672aee16
Cache commit details so we have to fork less
2008-06-16 02:01:38 +02:00
Pieter de Bie
3106379334
Use unified interface and display tree contents
2008-06-15 23:10:05 +02:00
Pieter de Bie
9be3c50a75
Add a Tree displayer
...
This displays the tree of a specific commit in an NSBrowser.
2008-06-15 20:35:07 +02:00
Pieter de Bie
a3d0d66d31
Use a stylesheet for detailed view
...
This simplifies the HTML code somewhat
2008-06-14 20:08:01 +02:00
Pieter de Bie
79e9ba9fb6
Add a detailed HTML view
2008-06-14 17:38:29 +02:00
Pieter de Bie
d444c9d5d1
Add an author field
2008-06-14 02:31:29 +02:00
Pieter de Bie
b752f5bc02
Add a search field and subject
2008-06-14 02:24:55 +02:00