summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-145-6/+91
* | | | | | Add support for post-commit hooksMartin Goellnitz2016-09-136-6/+204
* | | | | | Don't log error if system git config does not existMatthias Sohn2016-09-057-23/+192
* | | | | | Add missing dependency to slf4j-log4j bridgeMatthias Sohn2016-09-051-1/+2
* | | | | | Rename FSJava7Test to FSTestMatthias Sohn2016-09-031-1/+1
* | | | | | Improve JavaDoc for LfsProtocolServlet.getLargeFileRepositoryMatthias Sohn2016-09-011-0/+23
* | | | | | CLI: implement option -d for deleting tagsNed Twigg2016-08-314-11/+49
* | | | | | Added a clean command.Ned Twigg2016-08-305-0/+230
* | | | | | Add specific exception for LFS unavailableDavid Pursehouse2016-08-304-11/+79
* | | | | | Add Javadoc for LFS exception messagesDavid Pursehouse2016-08-307-0/+7
* | | | | | ReceivePack: integrate push option parsing into recvCommandsShawn Pearce2016-08-292-11/+23
* | | | | | ReceivePack: simplify getPushOptionsShawn Pearce2016-08-291-13/+7
* | | | | | ReceivePack: allow push options to be setShawn Pearce2016-08-291-6/+18
* | | | | | Make GC.RepoStatistics staticJonathan Nieder2016-08-261-1/+1
* | | | | | ReceivePack: refactor push option parsingShawn Pearce2016-08-263-85/+66
* | | | | | Fix push option initalization on HTTPStefan Beller2016-08-262-2/+4
* | | | | | Merge "DfsReader: check object type during open"Shawn Pearce2016-08-252-4/+17
|\ \ \ \ \ \
| * | | | | | DfsReader: check object type during openShawn Pearce2016-08-252-4/+17
* | | | | | | Merge "Fix HttpClientConnection leaking temporary buffer files"Shawn Pearce2016-08-252-12/+33
|\ \ \ \ \ \ \
| * | | | | | | Fix HttpClientConnection leaking temporary buffer filesMatthias Sohn2016-08-242-12/+33
* | | | | | | | Clarify the semantics of DfsRefDatabase#compareAndPutMasaya Suzuki2016-08-253-26/+56
| |/ / / / / / |/| | | | | |
* | | | | | | Merge "Do not fake a SymbolicRef as an ObjectIdRef"Shawn Pearce2016-08-254-11/+12
|\ \ \ \ \ \ \
| * | | | | | | Do not fake a SymbolicRef as an ObjectIdRefMasaya Suzuki2016-08-254-11/+12
* | | | | | | | NoteMapTest: Add missing @Test annotationsDave Borowitz2016-08-261-1/+7
* | | | | | | | Add a RepeatRule to help repeating flaky testsMatthias Sohn2016-08-253-1/+188
|/ / / / / / /
* | | | | | | LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse2016-08-242-0/+65
* | | | | | | Packet logging for JGitDan Wang2016-08-242-5/+31
* | | | | | | push: Do not use push options unless requestedStefan Beller2016-08-241-1/+3
* | | | | | | Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-247-23/+40
* | | | | | | Don't check lastModified, length on folders for submodulesChristian Halstrick2016-08-241-3/+13
|/ / / / / /
* | | | | | Added Java 7 launch config with LANG env. variable setAndrey Loskutov2016-08-241-0/+30
* | | | | | Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-237-5/+54
* | | | | | LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2016-08-203-0/+132
* | | | | | LfsProtocolServlet: Always include message in error responseDavid Pursehouse2016-08-201-1/+2
* | | | | | LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse2016-08-204-3/+15
* | | | | | Merge "DownloadTest: Use enums from org.apache.http.HttpStatus"Matthias Sohn2016-08-191-3/+8
|\ \ \ \ \ \
| * | | | | | DownloadTest: Use enums from org.apache.http.HttpStatusDavid Pursehouse2016-08-201-3/+8
* | | | | | | Merge "Ignore IOException thrown from close"Shawn Pearce2016-08-191-1/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ignore IOException thrown from closeMasaya Suzuki2016-08-191-1/+10
* | | | | | | DfsObjDatabase: clear PackList dirty bit if no new packsShawn Pearce2016-08-191-1/+14
|/ / / / / /
* | | | | | Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-172-2/+68
* | | | | | LfsProtocolServlet: Always set the Content-Type header on responseDavid Pursehouse2016-08-161-2/+3
* | | | | | LfsProtocolServlet: Don't set pretty printing on GsonDavid Pursehouse2016-08-161-5/+4
* | | | | | Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"Jonathan Nieder2016-08-151-3/+19
|\ \ \ \ \ \
| * | | | | | BaseReceivePack: null and IllegalStateException cases for getPushOptionsDan Wang2016-08-101-3/+19
* | | | | | | Update .mailmapDavid Pursehouse2016-08-091-0/+1
* | | | | | | LfsProtocolServlet: Reuse existing Writer when sending error responseDavid Pursehouse2016-08-091-27/+19
* | | | | | | RepoCommand: Avoid group lists shadowing groups stringsJonathan Nieder2016-08-082-10/+10
* | | | | | | PackWriter: Fix Javadoc tag for thrown exception in preparePackDavid Pursehouse2016-08-091-1/+1
* | | | | | | Merge "Document new PackWriter#preparePack variant's parameters and exceptions"Jonathan Nieder2016-08-081-0/+20
|\ \ \ \ \ \ \