summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "ReceivePack: Open visibility for some methods"Jonathan Nieder2019-11-261-2/+10
|\
| * ReceivePack: Open visibility for some methodsIvan Frade2019-11-261-2/+10
* | Make blame work correctly on merge conflictsThomas Wolf2019-11-275-72/+183
|/
* Merge changes I8698001d,I5c1177acJonathan Nieder2019-11-251-0/+43
|\
| * Add missing license header to ReftableDatabaseJonathan Nieder2019-11-251-0/+43
* | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-261-1/+2
* | FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2019-11-261-0/+13
|/
* Silence API error for new method in ReachabilityCheckerMatthias Sohn2019-11-251-0/+8
* 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-168-12/+1639
* ReceivePack: Reduce visibility of methodsDavid Pursehouse2019-11-162-23/+26
* Suppress API error raised for constant added in 345e2648Matthias Sohn2019-11-161-0/+8
* 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-144-1/+63
* | 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
|/
* Silence API errors for new API introduced in 5.5.2Matthias Sohn2019-11-121-0/+36
* 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-117-31/+156
|\|
| * 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-096-15/+140
| * SystemReader: extract updating config and its parents if outdatedThomas Wolf2019-11-083-14/+55
* | 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
|/ /
* | Merge "[errorprone] Don't throw exception in finally"David Pursehouse2019-10-251-1/+1
|\ \
| * | [errorprone] Don't throw exception in finallyMatthias Sohn2019-10-251-1/+1
* | | Merge "[errorprone] Add parenthesis to clarify operator precedence"David Pursehouse2019-10-251-4/+4
|\| |
| * | [errorprone] Add parenthesis to clarify operator precedenceMatthias Sohn2019-10-251-4/+4
* | | Replace "Rebase interactive" with "Interactive rebase"Matthias Sohn2019-10-251-1/+1
|/ /
* | GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-233-11/+85