]> source.dussan.org Git - jgit.git/commit
upload-pack: send symbolic refs as capabilities 24/36824/5
authorYuxuan 'fishy' Wang <fishywang@google.com>
Thu, 20 Nov 2014 23:50:24 +0000 (15:50 -0800)
committerYuxuan 'fishy' Wang <fishywang@google.com>
Fri, 21 Nov 2014 17:47:41 +0000 (09:47 -0800)
commit749dfeffc8bed6caf39dfae196a98537bc36a326
treeb0f5be6e7c0c44b1811adbfca94ce9083742ad20
parentbabc24b46e41f2ec19168701b985956050d4def2
upload-pack: send symbolic refs as capabilities

cgit has this feature for some time. This will teach JGit to send symbolic refs,
too.

Change-Id: I7cb2ab4e6d31a838a0af92eac64535fdb66ed74a
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/GitProtocolConstants.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java