aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-212-158/+95
* | | | | | checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-211-40/+36
* | | | | | ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-214-8/+49
* | | | | | UploadPack: Prioritize references for non-advertised wants checksIvan Frade2019-11-211-7/+44
* | | | | | ReceivePack: Fix name hiding of 'atomic' memberDavid Pursehouse2019-11-171-2/+1
* | | | | | ReceivePack: Remove unnecessarily nested else-clauseDavid Pursehouse2019-11-171-3/+3
* | | | | | Simplify comparator codeMichael Keppler2019-11-171-6/+2
* | | | | | Fix typo in JavadocMichael Keppler2019-11-171-2/+2
* | | | | | file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-167-11/+1634
* | | | | | ReceivePack: Reduce visibility of methodsDavid Pursehouse2019-11-161-23/+20
* | | | | | TopoSortGenerator: simplify first-parent handlingThomas Wolf2019-11-151-8/+7
* | | | | | RewriteGenerator: avoid adding null parentThomas Wolf2019-11-151-3/+7
* | | | | | DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-153-19/+66
* | | | | | IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurableThomas Wolf2019-11-153-8/+149
* | | | | | IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-152-3/+10
* | | | | | Merge changes I583491f6,Idd44e3bbJonathan Nieder2019-11-143-24/+30
|\ \ \ \ \ \
| * | | | | | Move KetchSystem.delay to FileUtils.Han-Wen Nienhuys2019-11-133-24/+30
* | | | | | | Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-143-1/+4
* | | | | | | ReceivePack: Remove unused getLockMessageProcessName methodDavid Pursehouse2019-11-131-9/+0
* | | | | | | ReceivePack: Remove unnecessary ReceivePack. prefix on static callDavid Pursehouse2019-11-131-1/+1
* | | | | | | transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-137-2047/+1884
* | | | | | | BaseReceivePack: Add hasReceivedPack methodDavid Pursehouse2019-11-131-0/+14
|/ / / / / /
* | | | | | Merge branch 'stable-5.5'Thomas Wolf2019-11-121-3/+0
|\| | | | |
| * | | | | Fix NPE in SystemReader in testsThomas Wolf2019-11-121-3/+0
* | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-11-116-31/+154
|\| | | | |
| * | | | | BaseReceivePack: Fix the formatMasaya Suzuki2019-11-101-1/+1
| * | | | | Prepend hostname to subsection used to store file timestamp resolutionMatthias Sohn2019-11-091-2/+3
| * | | | | Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-094-15/+104
| * | | | | SystemReader: extract updating config and its parents if outdatedThomas Wolf2019-11-082-14/+47
* | | | | | DirCacheCheckout: don't use deprecated methodThomas Wolf2019-11-031-2/+5
* | | | | | WorkingTreeModifiedEvent: must be fired explicitly after mergeThomas Wolf2019-11-033-11/+28
* | | | | | Merge "HttpSupport.proxyFor(): use only scheme, host, and port"David Pursehouse2019-10-301-1/+4
|\ \ \ \ \ \
| * | | | | | HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-301-1/+4
* | | | | | | reftable: enforce ascending order in sortAndWriteRefsHan-Wen Nienhuys2019-10-301-0/+7
|/ / / / / /
* | | | | | [errorprone] Don't throw exception in finallyMatthias Sohn2019-10-251-1/+1
* | | | | | [errorprone] Add parenthesis to clarify operator precedenceMatthias Sohn2019-10-251-4/+4
* | | | | | GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-232-10/+84
* | | | | | Merge "reftable: remove assert calls"Jonathan Tan2019-10-222-2/+7
|\ \ \ \ \ \
| * | | | | | reftable: remove assert callsHan-Wen Nienhuys2019-10-222-2/+7
* | | | | | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key"Gunnar Wagenknecht2019-10-221-6/+35
|\ \ \ \ \ \ \
| * | | | | | | GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* | | | | | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys"Gunnar Wagenknecht2019-10-221-1/+7
|\| | | | | | |
| * | | | | | | GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* | | | | | | | Support for core.hooksPathThomas Wolf2019-10-216-52/+95
| |/ / / / / / |/| | | | | |
* | | | | | | Implement mirror option in CloneCommandMatthias Sohn2019-10-211-26/+66
|/ / / / / /
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-1776-592/+552
* | | | | | Merge "reftable: split off generic code from DFS code"Jonathan Tan2019-10-164-369/+683
|\ \ \ \ \ \
| * | | | | | reftable: split off generic code from DFS codeHan-Wen Nienhuys2019-10-164-369/+683
* | | | | | | Merge "reftable: fix lookup by ID in merged reftables"Jonathan Tan2019-10-161-1/+37
|\ \ \ \ \ \ \
| * | | | | | | reftable: fix lookup by ID in merged reftablesHan-Wen Nienhuys2019-10-161-1/+37