aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHookChain.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+5
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-131-2/+2
* Move BaseReceivePack#advertisedRefs getter and setter to ReceivePackJonathan Nieder2018-12-291-1/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-4/+7
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Factor a base class out of ReceivePackDave Borowitz2012-05-141-3/+3
* Add an AdvertiseRefsHookChain, similar to the other hook chainsDave Borowitz2012-02-291-0/+98