aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-2/+5
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-131-1/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-4/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Factor a base class out of ReceivePackDave Borowitz2012-05-141-1/+1
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+2
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-0/+105