Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2019-03-13 | 6 | -13/+97 | |
| | | | | |\| | | | ||||||
| | | | | | * | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2019-03-13 | 6 | -13/+97 | |
| | | | | | |\| | | ||||||
| | | | | | | * | | Prepare 4.9.10-SNAPSHOT builds | Matthias Sohn | 2019-03-13 | 56 | -333/+333 | |
| | | | | | | * | | JGit v4.9.9.201903122025-rv4.9.9.201903122025-r | Matthias Sohn | 2019-03-13 | 56 | -59/+59 | |
| | | | | | | * | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2019-03-13 | 6 | -13/+97 | |
| | | | | | | |\ \ | ||||||
| | | | | | | | * \ | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2019-03-13 | 6 | -13/+97 | |
| | | | | | | | |\ \ | ||||||
| | | | | | | | | * | | Prepare 4.7.9-SNAPSHOT builds | Matthias Sohn | 2019-03-12 | 56 | -321/+321 | |
| | | | | | | | | * | | JGit v4.7.8.201903121755-rv4.7.8.201903121755-r | Matthias Sohn | 2019-03-12 | 56 | -59/+59 | |
| | | | | | | | | * | | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2019-03-12 | 6 | -13/+97 | |
| | | | | | | | | |\ \ | ||||||
| | | | | | | | | | * \ | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2019-03-12 | 6 | -13/+113 | |
| | | | | | | | | | |\ \ | ||||||
| | | | | | | | | | | * | | Prepare 4.5.7-SNAPSHOT builds | Matthias Sohn | 2019-03-12 | 56 | -302/+302 | |
| | | | | | | | | | | * | | JGit v4.5.6.201903121547-rv4.5.6.201903121547-r | Matthias Sohn | 2019-03-12 | 56 | -59/+59 | |
| | | | | | | | | | | * | | Check for packfile validity and fd before reading | Luca Milanesio | 2019-03-12 | 1 | -0/+8 | |
| | | | | | | | | | | * | | Move throw of PackInvalidException outside the catch | Luca Milanesio | 2019-03-12 | 1 | -2/+3 | |
| | | | | | | | | | | * | | Use FileSnapshot to get lastModified on PackFile | Luca Milanesio | 2019-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | * | | Include size when comparing FileSnapshot | Luca Milanesio | 2019-03-12 | 5 | -9/+107 | |
| | | | | | | | | | | * | | Do not reuse packfiles when changed on filesystem | Luca Milanesio | 2019-03-12 | 2 | -2/+15 | |
| | | | | | | | | | | * | | Silence API warnings for new API introduced for fixes | Matthias Sohn | 2019-03-12 | 1 | -0/+14 | |
* | | | | | | | | | | | | | Merge branch 'stable-5.3' | Matthias Sohn | 2019-03-12 | 3 | -28/+51 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| |\| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| | |\| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| | | |\| | | | | | | | | | ||||||
| | | | * | | | | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| | | | |\| | | | | | | | | ||||||
| | | | | * | | | | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| | | | | |\| | | | | | | | ||||||
| | | | | | * | | | | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2019-03-12 | 1 | -26/+35 | |
| | | | | | |\| | | | | | | ||||||
| | | | | | | * | | | | | | Reduce contention on PackFile.idx() function. | Juergen Denner | 2019-03-11 | 1 | -26/+35 | |
| * | | | | | | | | | | | | Use SystemReader in JSchConfigSessionFactoryTest | Matthias Sohn | 2019-03-11 | 1 | -1/+11 | |
| * | | | | | | | | | | | | Avoid NPE in ObjectId.isId() | Michael Keppler | 2019-03-09 | 1 | -1/+5 | |
* | | | | | | | | | | | | | Fix Javadoc typo | Michael Keppler | 2019-03-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | UploadPack: Do not retain commit body when checking wants | Jonathan Nieder | 2019-03-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | FetchV2Request.getWantedRefs: Bump @since to 5.4 | Ivan Frade | 2019-03-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge "FetchV2Request: make getWantedRefs public" | Jonathan Nieder | 2019-03-07 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | FetchV2Request: make getWantedRefs public | Ivan Frade | 2019-02-28 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | Merge "Prepare 5.4.0-SNAPSHOT builds" | Matthias Sohn | 2019-03-07 | 68 | -425/+425 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Prepare 5.4.0-SNAPSHOT builds | Matthias Sohn | 2019-03-07 | 68 | -425/+425 | |
* | | | | | | | | | | | | | | | Merge "Merge branch 'stable-5.3'" | Matthias Sohn | 2019-03-07 | 0 | -0/+0 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'stable-5.3' | Matthias Sohn | 2019-03-07 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Prepare 5.3.0-SNAPSHOT builds | Matthias Sohn | 2019-03-06 | 68 | -89/+89 | |
| | * | | | | | | | | | | | | | JGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1 | Matthias Sohn | 2019-03-06 | 68 | -89/+89 | |
| | * | | | | | | | | | | | | | Merge branch 'master' into stable-5.3 | Matthias Sohn | 2019-03-06 | 126 | -1707/+2825 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-03-06 | 6 | -12/+71 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2019-03-06 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2019-03-06 | 0 | -0/+0 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / / / / | | | | | |/| | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2019-03-06 | 7 | -11/+74 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / / | | | | | | |/| | | | | | | | | ||||||
| | | | | | * | | | | | | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2019-03-06 | 7 | -11/+74 | |
| | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | |_|/ / / / / / | | | | | | | |/| | | | | | | | ||||||
| | | | | | | * | | | | | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2019-03-06 | 7 | -11/+74 | |
| | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | |_|/ / / / / | | | | | | | | |/| | | | | | | ||||||
| | | | | | | | * | | | | | | | Fix error log message in ObjectDirectory.handlePackError() | Matthias Sohn | 2019-03-06 | 2 | -3/+3 | |
| | | | | | | | * | | | | | | | Properly format pack checksums in PackFile.idx() | Matthias Sohn | 2019-03-06 | 1 | -2/+3 | |
| | | | | | | | * | | | | | | | Cancel gc if thread was interrupted | Matthias Sohn | 2019-03-06 | 2 | -1/+53 | |
| | | | | | | | * | | | | | | | PackFile: report correct message for checksum mismatch | Luca Milanesio | 2019-03-06 | 2 | -6/+7 |