Add easy pipe handling library. Use it to find real git repository path
commit08757ad610fb12e727ae5ce11cb7d2085fe86211
authorPieter de Bie <pdebie@ai.rug.nl>
Sun, 15 Jun 2008 23:52:12 +0000 (16 01:52 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Sun, 15 Jun 2008 23:52:12 +0000 (16 01:52 +0200)
tree7ebc8a938096cab448e32a1bc258e2143e452a2d
parent0171c6d065edba129a2e502edf24bd0b74b1d551
Add easy pipe handling library. Use it to find real git repository path

This adds a new class, PBEasyPipe, which can do most of the pipe handling
in an easy way.

We use this to call `git rev-parse --git-dir` to find our current git
repository. This means that we can now call GitX within a subdirectory :)
ApplicationController.m
GitX.xcodeproj/project.pbxproj
PBEasyPipe.h [new file with mode: 0644]
PBEasyPipe.m [new file with mode: 0644]
PBGitRepository.m