Ciarán Walsh
ce37b09862
Merge commit 'pieter/master' into grapher
...
Conflicts:
ApplicationController.m
GitX.xcodeproj/project.pbxproj
PBGitRepository.m
PBGitRevList.m
2008-08-19 13:12:20 +01:00
Pieter de Bie
d39648e8d4
Show the current checked out HEAD if no branch is selected
2008-08-19 00:25:32 +02:00
Pieter de Bie
ec9861e543
Allow switching of branches
2008-08-18 23:54:48 +02:00
Pieter de Bie
c55c916ace
PBGitRevList: use --topo-order for better graphs
...
--topo-order makes sure that commits are output in a saner way. This
results in cleaner graphs.
2008-06-18 13:15:14 +02:00
Pieter de Bie
65cdf55ca8
Merge branch 'master' into grapher
...
* master:
PBGitRevList: Fix parsing of date
2008-06-18 01:13:32 +02:00
Pieter de Bie
727703c2f1
PBGitRevList: Fix parsing of date
...
This slipped in when adding parent collecting.. oops
2008-06-18 01:12:39 +02:00
Pieter de Bie
52d9402513
First take on graphing
...
This implements some sort of graph shower like Gitk has. However, it still
has bugs and can't do color very well.
2008-06-18 01:02:29 +02:00
Pieter de Bie
ede8892dc9
PBGitRepository: Abstract revision walking to new class PBGitRevList
...
The revision walking code made the PBGitRepository unclean. Especially if
we want to keep multiple PBGitRepository objects around (e.g. persistent
data store), it needs to be more simple. This neatly extracts the revision
walking code from the repository code.
2008-06-17 19:32:38 +02:00