| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Fix carrying over flags during a RevWalk | Christian Halstrick | 2016-09-23 | 2 | -1/+147 |
* | | | | | | | Turn off doclint also during Maven site generation | Matthias Sohn | 2016-09-21 | 1 | -0/+11 |
* | | | | | | | Prepare 4.5.1-SNAPSHOT builds | Matthias Sohn | 2016-09-21 | 56 | -302/+302 |
* | | | | | | | JGit v4.5.0.201609210915-rv4.5.0.201609210915-r | Matthias Sohn | 2016-09-21 | 56 | -59/+59 |
* | | | | | | | Unconditionally close repository in unregisterAndCloseRepository | Saša Živkov | 2016-09-21 | 1 | -5/+3 |
|/ / / / / / |
|
* | | | | | | Handle all values of branch.[name].rebase | Thomas Wolf | 2016-09-15 | 5 | -78/+174 |
* | | | | | | Ignore trailing spaces in directory rule patterns | Andrey Loskutov | 2016-09-14 | 5 | -6/+91 |
* | | | | | | Add support for post-commit hooks | Martin Goellnitz | 2016-09-13 | 6 | -6/+204 |
* | | | | | | Don't log error if system git config does not exist | Matthias Sohn | 2016-09-05 | 7 | -23/+192 |
* | | | | | | Add missing dependency to slf4j-log4j bridge | Matthias Sohn | 2016-09-05 | 1 | -1/+2 |
* | | | | | | Rename FSJava7Test to FSTest | Matthias Sohn | 2016-09-03 | 1 | -1/+1 |
* | | | | | | Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository | Matthias Sohn | 2016-09-01 | 1 | -0/+23 |
* | | | | | | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 4 | -11/+49 |
* | | | | | | Added a clean command. | Ned Twigg | 2016-08-30 | 5 | -0/+230 |
* | | | | | | Add specific exception for LFS unavailable | David Pursehouse | 2016-08-30 | 4 | -11/+79 |
* | | | | | | Add Javadoc for LFS exception messages | David Pursehouse | 2016-08-30 | 7 | -0/+7 |
* | | | | | | ReceivePack: integrate push option parsing into recvCommands | Shawn Pearce | 2016-08-29 | 2 | -11/+23 |
* | | | | | | ReceivePack: simplify getPushOptions | Shawn Pearce | 2016-08-29 | 1 | -13/+7 |
* | | | | | | ReceivePack: allow push options to be set | Shawn Pearce | 2016-08-29 | 1 | -6/+18 |
* | | | | | | Make GC.RepoStatistics static | Jonathan Nieder | 2016-08-26 | 1 | -1/+1 |
* | | | | | | ReceivePack: refactor push option parsing | Shawn Pearce | 2016-08-26 | 3 | -85/+66 |
* | | | | | | Fix push option initalization on HTTP | Stefan Beller | 2016-08-26 | 2 | -2/+4 |
* | | | | | | Merge "DfsReader: check object type during open" | Shawn Pearce | 2016-08-25 | 2 | -4/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | DfsReader: check object type during open | Shawn Pearce | 2016-08-25 | 2 | -4/+17 |
* | | | | | | | Merge "Fix HttpClientConnection leaking temporary buffer files" | Shawn Pearce | 2016-08-25 | 2 | -12/+33 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix HttpClientConnection leaking temporary buffer files | Matthias Sohn | 2016-08-24 | 2 | -12/+33 |
* | | | | | | | | Clarify the semantics of DfsRefDatabase#compareAndPut | Masaya Suzuki | 2016-08-25 | 3 | -26/+56 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Merge "Do not fake a SymbolicRef as an ObjectIdRef" | Shawn Pearce | 2016-08-25 | 4 | -11/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Do not fake a SymbolicRef as an ObjectIdRef | Masaya Suzuki | 2016-08-25 | 4 | -11/+12 |
* | | | | | | | | NoteMapTest: Add missing @Test annotations | Dave Borowitz | 2016-08-26 | 1 | -1/+7 |
* | | | | | | | | Add a RepeatRule to help repeating flaky tests | Matthias Sohn | 2016-08-25 | 3 | -1/+188 |
|/ / / / / / / |
|
* | | | | | | | LfsProtocolServlet: Add support for insufficient storage error | David Pursehouse | 2016-08-24 | 2 | -0/+65 |
* | | | | | | | Packet logging for JGit | Dan Wang | 2016-08-24 | 2 | -5/+31 |
* | | | | | | | push: Do not use push options unless requested | Stefan Beller | 2016-08-24 | 1 | -1/+3 |
* | | | | | | | Use FS#lastModified instead of File#lastModified | Masaya Suzuki | 2016-08-24 | 7 | -23/+40 |
* | | | | | | | Don't check lastModified, length on folders for submodules | Christian Halstrick | 2016-08-24 | 1 | -3/+13 |
|/ / / / / / |
|
* | | | | | | Added Java 7 launch config with LANG env. variable set | Andrey Loskutov | 2016-08-24 | 1 | -0/+30 |
* | | | | | | Add HTTP status code to ServiceMayNotContinueException | Masaya Suzuki | 2016-08-23 | 7 | -5/+54 |
* | | | | | | LfsProtocolServlet: Add support for rate limit and bandwidth limit errors | David Pursehouse | 2016-08-20 | 3 | -0/+132 |
* | | | | | | LfsProtocolServlet: Always include message in error response | David Pursehouse | 2016-08-20 | 1 | -1/+2 |
* | | | | | | LfsRepository{NotFound,ReadOnly}: Externalize message strings | David Pursehouse | 2016-08-20 | 4 | -3/+15 |
* | | | | | | Merge "DownloadTest: Use enums from org.apache.http.HttpStatus" | Matthias Sohn | 2016-08-19 | 1 | -3/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | DownloadTest: Use enums from org.apache.http.HttpStatus | David Pursehouse | 2016-08-20 | 1 | -3/+8 |
* | | | | | | | Merge "Ignore IOException thrown from close" | Shawn Pearce | 2016-08-19 | 1 | -1/+10 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Ignore IOException thrown from close | Masaya Suzuki | 2016-08-19 | 1 | -1/+10 |
* | | | | | | | DfsObjDatabase: clear PackList dirty bit if no new packs | Shawn Pearce | 2016-08-19 | 1 | -1/+14 |
|/ / / / / / |
|
* | | | | | | Enhance ResetCommand to allow disabling reflog update | Matthias Sohn | 2016-08-17 | 2 | -2/+68 |
* | | | | | | LfsProtocolServlet: Always set the Content-Type header on response | David Pursehouse | 2016-08-16 | 1 | -2/+3 |
* | | | | | | LfsProtocolServlet: Don't set pretty printing on Gson | David Pursehouse | 2016-08-16 | 1 | -5/+4 |
* | | | | | | Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions" | Jonathan Nieder | 2016-08-15 | 1 | -3/+19 |
|\ \ \ \ \ \ |
|