Issue 20: Move GitCommand.doCat() into GitUtils.getFileRevision()
commit9656b5f956818bba9db596d9f96870abcfb4e149
authorJonas Fonseca <fonseca@diku.dk>
Wed, 9 Sep 2009 02:32:42 +0000 (8 22:32 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 11 Sep 2009 00:38:39 +0000 (10 20:38 -0400)
treebd87151fd99cb6deb96a8cea9047fbd02ae75248
parent24f89e39d322812d4dc07b69cfd7a1ae9324c765
Issue 20: Move GitCommand.doCat() into GitUtils.getFileRevision()

IOExceptions thrown by the checkout will now be passed on.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
src/org/nbgit/util/GitCommand.java
src/org/nbgit/util/GitUtils.java