12 Commits

Author SHA1 Message Date
David Catmull 8053f57fbc add PBWebStashController 2011-06-12 21:46:30 -06:00
David Catmull 91026f857e base PBWebHistoryController on PBWebCommitController 2011-06-12 09:25:37 -06:00
David Catmull 0da73789eb saner method name 2011-06-10 17:12:50 -06:00
German Laullon ac1019d5cc no libgit2 2011-05-20 00:46:13 +02:00
German Laullon 1ec2ef2596 FileMerge.app on FileView diffs 2011-03-19 13:32:30 -07:00
German Laullon 8896dc993c basic FileMerge support 2011-03-04 13:38:55 -08:00
German Laullon ad90b3390a Initial file list stats on history view.
Based on kelan work
2010-12-30 23:54:44 -08:00
German Laullon 3f7a79c491 New History view
Less javascript
2010-12-29 01:08:23 -08:00
Nathan Kinsinger c17215e55e Create wrapper class around git_oid and use it
This is a convenience class to replace using NSStrings to store and compare SHAs. PBGitSHA has a much faster isEqual: function.

It is <NSCopying> compliant and implements isEqual: and hash so it can be used as a key in dictionaries.
2010-07-04 09:46:12 -06:00
Pieter de Bie a9dad9dd31 GitRevisionCell: Allow right-clicking on refs
This reuses the code in the RefController to show context menus
when right-clicking on refs.
2008-11-01 22:51:10 +01:00
Pieter de Bie e02ee5231c WebHistoryController: Move ref deletion to RefController
That's why it's there, after all. This also makes the system
more robust and catches some more errors.

The next thing this enables is to also allow right-clicking
on refs in the commit list.
2008-11-01 22:51:10 +01:00
Pieter de Bie 40e9726254 WebControllers: Refactor to use common code 2008-10-10 21:59:21 +02:00