aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-1/+4
* Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-141-0/+1
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-131-4/+4
* Move BaseReceivePack#advertisedRefs getter and setter to ReceivePackJonathan Nieder2018-12-291-2/+2
* Remove unnecessary modifiers from interfacesIvan Frade2018-11-151-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-6/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Factor a base class out of ReceivePackDave Borowitz2012-05-141-4/+4
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-1/+5
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-0/+87