Ok, an update with most of your comments and a mix of other fixes founding since then during testing. Robin Rosenberg (6): Make sure we get the right storage for loose/pack/loose and packed refs Add ref rename support to JGit Add ref rename support to the branch dialog Allow non-ASCII ref names when writing the packed-refs file Use Constants.PACKED_REFS in RefWriter Improve error reporting in the branch dialog .../src/org/spearce/egit/ui/UIText.java | 15 ++ .../ui/internal/dialogs/BranchSelectionDialog.java | 119 ++++++++++++---- .../src/org/spearce/egit/ui/uitext.properties | 6 + .../tst/org/spearce/jgit/lib/RefTest.java | 94 ++++++++++++ .../tst/org/spearce/jgit/lib/RefUpdateTest.java | 152 ++++++++++++++++++++ .../src/org/spearce/jgit/lib/RefDatabase.java | 56 +++++++- .../src/org/spearce/jgit/lib/RefLogWriter.java | 20 +++- .../src/org/spearce/jgit/lib/RefRename.java | 101 +++++++++++++ .../src/org/spearce/jgit/lib/RefUpdate.java | 29 +++- .../src/org/spearce/jgit/lib/RefWriter.java | 2 +- .../src/org/spearce/jgit/lib/Repository.java | 16 ++ 11 files changed, 567 insertions(+), 43 deletions(-) create mode 100644 org.spearce.jgit/src/org/spearce/jgit/lib/RefRename.java -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html