Commit Graph

9 Commits

Author SHA1 Message Date
Pieter de Bie 378016c84f Allow case-insensitive author search 2008-06-14 21:47:54 +02:00
Pieter de Bie 3e7c1f8a5e Set the table view as initial first responder 2008-06-14 21:29:08 +02:00
Pieter de Bie 12b13d2aa4 Use a Commit model in Javascript to parse commit data
This includes the prototype library in the bundle for convenience.
Whenever a new commit is selected, a new Commit object is created that
is going to parse the raw message. From the object we can select
author information, diffs, etc.

Currently there is still a bug with commits without content changes.
2008-06-14 21:03:49 +02:00
Pieter de Bie 79e9ba9fb6 Add a detailed HTML view 2008-06-14 17:38:29 +02:00
Pieter de Bie 646b5146a7 Use a box to display SHA1 2008-06-14 02:43:20 +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
Pieter de Bie 0fda285125 Use a separate Git class 2008-06-13 17:09:42 +02:00
Pieter de Bie 2763141b12 Initial commit 2008-06-13 15:41:30 +02:00