]> source.dussan.org Git - jgit.git/commit
Fix the reflog prefix for cherry-pick, revert and merge commands 05/4205/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 8 Sep 2011 16:05:01 +0000 (18:05 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 21 Sep 2011 21:36:26 +0000 (23:36 +0200)
commit4f4e468f6f344ed7c106b86b850d2c9171dd1a0f
tree2b19f589dab8ffd8af3211c6122d37406b4d1d2d
parent19a366d532f829bb4955f7344b68d9b2c9514fc7
Fix the reflog prefix for cherry-pick, revert and merge commands

We should see whether the commit was a regular commit or something
else.

Change-Id: I82d8300cf3c53cb2bdcb6495386aadb803e0c6f7
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CherryPickCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/MergeCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RevertCommand.java