]> source.dussan.org Git - jgit.git/commit
Make use of Repository.writeMerge...() 97/1197/1
authorChristian Halstrick <christian.halstrick@sap.com>
Thu, 29 Jul 2010 07:09:54 +0000 (09:09 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Thu, 29 Jul 2010 13:12:14 +0000 (15:12 +0200)
commit94207f0a43a44261b8170d3cdba3028059775d9d
treea91f7ab5afeacb09a73b9307c8081f831ed41088
parent7b8e8df7995400637469d08baab2ee1af5537831
Make use of Repository.writeMerge...()

The CommitCommand should not use java.io to delete MERGE_HEAD and MERGE_MSG
files since Repository already has utility methods for that.

Change-Id: If66a419349b95510e5b5c2237a91f06c1d5ba0d4
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java