Open mtausig opened 11 years ago
Seems to be already fixed in jgit but not in ngit:
http://stackoverflow.com/questions/26298129/jgit-bundlewriter-error-when-including-refs https://git.eclipse.org/r/#/c/35092/1/org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleWriter.java
I want to create a bundle with the BundleWriter class. I can add branches to the bundle, but adding the current HEAD (which is neccesary to actually pull from a bundle) does not work. The following code
throws an exception: