]> source.dussan.org Git - jgit.git/commit
Add CheckoutCommand 32/1832/5
authorChris Aniszczyk <caniszczyk@gmail.com>
Sat, 30 Oct 2010 15:19:51 +0000 (10:19 -0500)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 22 Nov 2010 21:53:35 +0000 (15:53 -0600)
commit923443f94faba9e903cabf35a925e65487b17ac3
treef0f8382415f6f5225578855ac6762cb130506704
parent34962b4700940221e07371e0a965f02b88b84711
Add CheckoutCommand

Add the ability to checkout a branch to the working tree.

Bug: 330860
Change-Id: Ie06b9e799a9e1be384da0b8996efa7209b32eac3
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java [new file with mode: 0644]
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java