]> source.dussan.org Git - jgit.git/commit
Copy all branch configuration values when renaming 87/5387/3
authorKevin Sawicki <kevin@github.com>
Tue, 20 Mar 2012 01:03:20 +0000 (18:03 -0700)
committerChris Aniszczyk <zx@twitter.com>
Wed, 21 Mar 2012 17:20:54 +0000 (10:20 -0700)
commitfd0c468b7a181062eee910c655ec843950a7b51c
tree95fba11e8b2f0eec6cb78e4cbb371ffe2368ca02
parent04ab2dac3728f8e43dc42a9e700819dd2e7a4a93
Copy all branch configuration values when renaming

Previously only certain values were copied over which caused
divergence in behavior between the JGit command and corresponding
CGit command.

Bug: 372051
Change-Id: I72a83215a679a713138da31f5ab838f14388d4bd
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RenameBranchCommandTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/RenameBranchCommand.java