| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Change JGit minimum execution environment to JavaSE-1.8 | Matthias Sohn | 2016-09-20 | 65 | -245/+100 |
* | | | Move AtomicObjectOutputStream to lfs/internal | Christian Halstrick | 2016-09-20 | 10 | -10/+20 |
* | | | Add built-in LFS smudge filter for local case | Christian Halstrick | 2016-09-20 | 9 | -44/+293 |
* | | | Add built-in LFS clean filter | Christian Halstrick | 2016-09-20 | 12 | -7/+616 |
* | | | Add configuration parameter to enable built-in hooks/filters | Christian Halstrick | 2016-09-20 | 3 | -1/+33 |
* | | | Add support for built-in smudge filters | Christian Halstrick | 2016-09-20 | 4 | -37/+170 |
* | | | Add support for built-in clean filters | Christian Halstrick | 2016-09-20 | 6 | -0/+476 |
|/ / |
|
* / | Prepare 4.6.0-SNAPSHOT builds | Matthias Sohn | 2016-09-19 | 56 | -304/+304 |
|/ |
|
* | 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 |