Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PackFile: report correct message for checksum mismatch | Luca Milanesio | 2019-03-03 | 1 | -1/+1 |
* | ObjectDirectory: Clean up logging | David Pursehouse | 2019-03-03 | 1 | -0/+1 |
* | BasePackConnection: Check for expected length of ref advertisement | David Pursehouse | 2018-12-20 | 1 | -0/+1 |
* | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-10-06 | 1 | -1/+5 |
|\ | |||||
| * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-10-06 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-10-06 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-10-06 | 1 | -0/+5 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-10-06 | 1 | -0/+5 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-10-06 | 1 | -0/+5 |
| | | | | |\ | |||||
| | | | | | * | BaseReceivePack: Validate incoming .gitmodules files | Ivan Frade | 2018-10-05 | 1 | -0/+1 |
| | | | | | * | SubmoduleAddCommand: Reject submodule URIs that look like cli options | Ivan Frade | 2018-10-05 | 1 | -0/+4 |
| * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-09-12 | 1 | -0/+1 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-12 | 1 | -0/+1 |
| | |\| | | | | |||||
| | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-12 | 1 | -0/+1 |
| | | |\| | | | |||||
| | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-12 | 1 | -0/+1 |
| | | | |\| | | |||||
| | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-09-12 | 1 | -0/+1 |
| | | | | |\| | |||||
| | | | | | * | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-09-11 | 1 | -0/+1 |
* | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
| | |\| | | | | |||||
| | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
| | | |\| | | | |||||
| | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
| | | | |\| | | |||||
| | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-09-08 | 1 | -0/+3 |
| | | | | |\| | |||||
| | | | | | * | Fix atomic lock file creation on NFS | Matthias Sohn | 2018-09-07 | 1 | -0/+3 |
* | | | | | | | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-08-27 | 1 | -0/+1 |
* | | | | | | | Abort rename detection in a timely manner if cancelled | Matthias Sohn | 2018-08-07 | 1 | -0/+1 |
* | | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-07-27 | 1 | -0/+1 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-07-27 | 1 | -0/+1 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-07-27 | 1 | -0/+1 |
| | |\| | | | | |||||
| | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-07-27 | 1 | -0/+1 |
| | | |\| | | | |||||
| | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-07-27 | 1 | -0/+1 |
| | | | |\| | | |||||
| | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-07-27 | 1 | -0/+1 |
| | | | | |\| | |||||
| | | | | | * | Delete all loose refs empty directories | Luca Milanesio | 2018-07-26 | 1 | -0/+1 |
* | | | | | | | Add API to specify the submodule name | Masaya Suzuki | 2018-07-12 | 1 | -0/+1 |
* | | | | | | | Add response message, if any, on HTTP status 404 | Thomas Wolf | 2018-07-03 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Propagate failure of ssh command to caller of SshSupport | Matthias Sohn | 2018-06-13 | 1 | -0/+1 |
* | | | | | | Teach UploadPack shallow fetch in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -0/+3 |
* | | | | | | Merge branch 'stable-4.11' | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| | |\| | | | |||||
| | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| | | |\| | | |||||
| | | | * | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| | | | |\| | |||||
| | | | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2018-05-10 | 1 | -0/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Retry stale file handles on .git/config file | Nasser Grainawi | 2018-05-10 | 1 | -0/+1 |
| | * | | | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-02-01 | 1 | -3/+3 |
| | |\| | | | | | |||||
| | | * | | | | | Minor fixes in three error messages | Thomas Wolf | 2018-01-31 | 1 | -3/+3 |
| | | * | | | | | Fix typo in key of a JGitText externalized string | Matthias Sohn | 2017-12-11 | 1 | -1/+1 |
* | | | | | | | | Fix non-externalized String warnings | Matthias Sohn | 2018-04-25 | 1 | -0/+2 |
* | | | | | | | | Teach UploadPack to support filtering by blob size | Jonathan Tan | 2018-03-15 | 1 | -0/+3 |
|/ / / / / / / |