aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge changes I6543c2e1,I21ed029dTerry Parker2020-05-115-4/+156
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov2020-05-081-0/+152
| * | | | | | | | | Moving transport/internal -> internal/transportDemetr Starshov2020-05-084-4/+4
* | | | | | | | | | Fix error occurring during checkoutNail Samatov2020-05-071-1/+1
* | | | | | | | | | ApplyCommand: use Files#copy to copy fileMatthias Sohn2020-05-061-9/+4
* | | | | | | | | | Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-3/+4
* | | | | | | | | | Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+1
* | | | | | | | | | Reduce BitmappedObjectReachabilityChecker visibilityIvan Frade2020-05-041-3/+1
* | | | | | | | | | Add missing @since to new APIThomas Wolf2020-05-041-0/+2
* | | | | | | | | | ObjectReachabilityCheckers: Make walk member finalIvan Frade2020-04-302-2/+2
|/ / / / / / / / /
* | | | | | | | | UploadPack: Use more relevant refs first in object reachability checkIvan Frade2020-04-281-4/+29
* | | | | | | | | UploadPack: Refactor to generalize the object reachability checksIvan Frade2020-04-284-33/+34
* | | | | | | | | UploadPack: Use BitmappedReachabilityChecker for not advertised wantsIvan Frade2020-04-281-18/+12
* | | | | | | | | revwalk: Introduce bitmap-based object reachability checkerIvan Frade2020-04-281-0/+79
* | | | | | | | | revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2020-04-283-58/+85
* | | | | | | | | UploadPack: Extract walk-based reachability checkIvan Frade2020-04-282-33/+115
* | | | | | | | | RefTreeBatch: fix unclosed resource warningMatthias Sohn2020-04-281-2/+3
* | | | | | | | | CherryPickCommand: fix unclosed resource warningMatthias Sohn2020-04-281-6/+8
* | | | | | | | | URIish: suppress non-localized message warningMatthias Sohn2020-04-281-1/+2
* | | | | | | | | UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-3/+10
|/ / / / / / / /
* | | | | | | | Fix human name for local .bundle filesKonrad Windszus2020-04-212-0/+12
* | | | | | | | Merge "ReceivePack: Use error message if set"Terry Parker2020-04-061-36/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | ReceivePack: Use error message if setMasaya Suzuki2020-03-271-36/+40
* | | | | | | | | FileUtils: improve delete (Windows)Alexander Nittka2020-04-031-18/+33
* | | | | | | | | Merge branch 'stable-5.7'Thomas Wolf2020-04-034-6/+34
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-034-6/+34
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-033-4/+29
| | * | | | | | | Handle non-normalized index also for executable filesThomas Wolf2020-03-251-2/+5
* | | | | | | | | Define constants for pack config option keysMatthias Sohn2020-04-032-41/+197
* | | | | | | | | Fix javadoc typoKarsten Thoms2020-04-021-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Scan through all merged reftables for max/min update indicesMinh Thai2020-03-201-4/+20
* | | | | | | | ResolveMerger: Ignore merge conflicts if asked soIvan Frade2020-03-191-16/+26
* | | | | | | | Merge "tag option for clone command"Christian Halstrick2020-03-151-1/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | tag option for clone commandAlexander Nittka2020-03-151-1/+35
* | | | | | | | | RevWalk: fix bad topo flags error messageAlex Spradlin2020-03-122-2/+2
* | | | | | | | | RevWalk: new topo sort to not mix lines of historyAlex Spradlin2020-03-116-2/+152
|/ / / / / / / /
* / / / / / / / TransportHttp: support HTTP response 308 Permanent RedirectThomas Wolf2020-03-102-1/+15
|/ / / / / / /
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-03-055-52/+121
|\| | | | | |
| * | | | | | Expose FileStoreAttributes.setBackground()Alex Blewitt2020-03-041-1/+12
| * | | | | | Update reftable storage repo layoutHan-Wen Nienhuys2020-03-044-44/+124
* | | | | | | Add validation to hex decoderMichael Dardis2020-03-042-3/+19
* | | | | | | Merge "ObjectWalk: Add null check before skip tree."Jonathan Nieder2020-03-021-1/+3
|\ \ \ \ \ \ \
| * | | | | | | ObjectWalk: Add null check before skip tree.Yunjie Li2020-02-261-1/+3
* | | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-02-2811-14/+15
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Cygwin expects forward slashes for commands to be run via sh.exeThomas Wolf2020-02-281-1/+1
| * | | | | | | Make Logger instances finalDavid Pursehouse2020-02-272-2/+3
| * | | | | | | Move array designators from the variable to the typeDavid Pursehouse2020-02-278-11/+11
* | | | | | | | Using for-each loop in jdtLars Vogel2020-02-288-16/+14
* | | | | | | | Merge "Revert "RevWalk: stop mixing lines of history in topo sort""Jonathan Nieder2020-02-263-33/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin2020-02-263-33/+21