Commit Graph

8 Commits

Author SHA1 Message Date
Pieter de Bie 3861deecfa Require Git 1.6.0 or higher
Git 1.6.0 was released over a year ago now, so it shouldn't be too hard
to get people to upgrade to that. We need 1.6.0 for the --children revlist
option.

Requiring Git 1.6.0 or higher means we can also revert
a94981f35 (RevList: Don't rely on the presence of %x00) sometime.
2009-09-08 00:06:57 +02:00
Pieter de Bie 46740dc3f3 Remove use of deprecated stringWithCString 2009-06-15 23:09:09 +01:00
Pieter de Bie 5a8ddeb096 GitBinary: Show an error if someone entered an invalid git binary 2009-01-19 16:38:07 +00:00
Christian Jacobsen 0f09401aa6 Add a preferences window
This adds a preference window with default preferences to change the
sparkle options and to set a custom path to a git binary.
2009-01-19 16:38:02 +00:00
Pieter de Bie 3ba009dcde GitBinary: Add git version information
This makes sure that any git binary found will actually be
version 1.5.4 or higher.
2008-10-14 16:27:50 +02:00
Pieter de Bie 19750e15a0 Add ~/bin/git to search paths 2008-10-10 21:59:21 +02:00
Rufus Cable 7f4d6c28a9 Add /usr/local/git/bin/git to binary search path (this is used by the OSX binaries listed on the Git home page). 2008-10-10 21:59:21 +02:00
Pieter de Bie 8c9697968b Better handle the cases when a Git binary can't be found 2008-10-04 22:41:16 +02:00