Merge branch 'pu/pb/index_refactor'
commit1854fc0bd0ed3c335359af743965f41340ab167a
authorPieter de Bie <pdebie@ai.rug.nl>
Thu, 17 Sep 2009 21:47:43 +0000 (17 23:47 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Thu, 17 Sep 2009 21:47:43 +0000 (17 23:47 +0200)
tree6152a7a8bd0fc00cb4fa7829dc02d11b374d56ba
parent1a5a211ddfdfa08622d1413cb5aa5634dcedaee2
parenta2b3bf3d1e05c581468c32b41008223322f2a718
Merge branch 'pu/pb/index_refactor'

* pu/pb/index_refactor: (24 commits)
  PBGitIndex: post notifications when index stuff fails
  GitIndexController: reorder methods a bit, remove unnecessary stuff
  PBGitIndex: Migrate discardChanges to the GitIndex
  CommitController: Make commit message editable after commit failed
  GitIndex: Fix a few comments
  GitIndex: explicitly tell when stuff is updated
  Remove cruft
  Show previous commit message when amending
  CommitController: Empty commit title when commit is successful
  CommitView: Remove cruft
  Add failed commit notifications
  GitIndex: add commit notifications
  CommitController: Add status messages for index operations
  GitIndex: Add a few notifications
  CommitView: Migrate patch apply stuff to GitIndex
  GitIndex: Add support for applying patches
  CommitController: Replace commit method with the one from GitIndex
  GitIndex: add basic commit method
  GitIndexController: Migrate stageFiles functions to GitIndex
  GitIndex: Add methods to stage and unstage files
  ...

Conflicts:
PBGitCommitController.m
PBGitIndexController.h
PBGitIndexController.m