| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
|\ |
|
| * | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| |\ |
|
| | * | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | |\ |
|
| | | * | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-09-18 | 1 | -7/+12 |
| | | |\ |
|
| | | | * | Fix IOException when LockToken#close fails | Matthias Sohn | 2018-09-15 | 1 | -7/+12 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
| |\| | | |
|
| | * | | | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-12 | 3 | -2/+5 |
| | |\| | |
|
| | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-09-12 | 3 | -2/+10 |
| | | |\| |
|
| | | | * | Fix NoSuchFileException during directory cleanup in RefDirectory | Matthias Sohn | 2018-09-12 | 1 | -1/+1 |
| | | | * | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-09-11 | 3 | -1/+4 |
| | | | * | Suppress warning for trying to delete non-empty directory | Thomas Wolf | 2018-09-11 | 1 | -0/+5 |
| | | | * | Prepare 4.7.4-SNAPSHOT builds | Matthias Sohn | 2018-09-09 | 3 | -45/+45 |
| | | | * | JGit v4.7.3.201809090215-rv4.7.3.201809090215-r | Matthias Sohn | 2018-09-09 | 3 | -4/+4 |
* | | | | | Prepare 4.11.3-SNAPSHOT builds | Matthias Sohn | 2018-09-10 | 3 | -49/+49 |
* | | | | | JGit v4.11.2.201809100523-rv4.11.2.201809100523-r | Matthias Sohn | 2018-09-10 | 3 | -4/+4 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-09-09 | 2 | -2/+2 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-09-09 | 2 | -2/+2 |
| |\| | | |
|
| | * | | | Prepare 4.9.5-SNAPSHOT builds | Matthias Sohn | 2018-09-09 | 3 | -49/+49 |
| | * | | | JGit v4.9.4.201809090327-rv4.9.4.201809090327-r | Matthias Sohn | 2018-09-09 | 3 | -4/+4 |
| | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-09-09 | 2 | -2/+2 |
| | |\| | |
|
| | | * | | Fix @since tag for LOCK_SUFFIX | Matthias Sohn | 2018-09-09 | 2 | -1/+10 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-09-08 | 11 | -67/+227 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-09-08 | 11 | -17/+250 |
| |\| | | |
|
| | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-09-08 | 11 | -71/+233 |
| | |\| | |
|
| | | * | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-09-08 | 11 | -18/+229 |
| | | |\| |
|
| | | | * | Fix atomic lock file creation on NFS | Matthias Sohn | 2018-09-07 | 5 | -6/+176 |
| | | | * | Use constant for ".lock" | Matthias Sohn | 2018-09-07 | 6 | -9/+25 |
| | | | * | Fix handling of option core.supportsAtomicCreateNewFile | Christian Halstrick | 2018-09-07 | 1 | -4/+10 |
| | | | * | GC: Avoid logging errors when deleting non-empty folders | Hector Caballero | 2018-09-05 | 1 | -0/+3 |
* | | | | | Silence API warning for new ObjectIdSerializer introduced in 4.11.1 | Matthias Sohn | 2018-08-25 | 1 | -0/+6 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-08-25 | 2 | -6/+31 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-08-24 | 2 | -6/+31 |
| |\| | | |
|
| | * | | | Ignore API warnings | Matthias Sohn | 2018-08-24 | 1 | -0/+6 |
| | * | | | Suppress warning for trying to delete non-empty directory | Thomas Wolf | 2018-08-22 | 1 | -0/+5 |
| | * | | | Fix fetching with duplicate ref updates | Thomas Wolf | 2018-08-22 | 1 | -5/+23 |
| | * | | | Fetch(Process): should tolerate duplicate refspecs | Marc Strapetz | 2018-08-22 | 1 | -1/+3 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| |\| | | |
|
| | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | |\| | |
|
| | | * | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | | |\| |
|
| | | | * | Fix GC run in foreground to not use executor | Hugo Arès | 2018-08-15 | 2 | -55/+22 |
| | * | | | Prepare 4.9.4-SNAPSHOT builds | Matthias Sohn | 2018-07-31 | 3 | -49/+49 |
| | * | | | JGit v4.9.3.201807311005-rv4.9.3.201807311005-r | Matthias Sohn | 2018-07-31 | 3 | -4/+4 |
* | | | | | Prepare 4.11.2-SNAPSHOT builds | Matthias Sohn | 2018-07-31 | 3 | -49/+49 |
* | | | | | JGit v4.11.1.201807311124-rv4.11.1.201807311124-r | Matthias Sohn | 2018-07-31 | 3 | -4/+4 |
* | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-07-27 | 4 | -17/+28 |
|\| | | | |
|
| * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-07-27 | 4 | -2/+57 |
| |\| | | |
|
| | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-07-27 | 4 | -2/+57 |
| | |\| | |
|
| | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-07-27 | 4 | -2/+60 |
| | | |\| |
|