summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-2065-245/+100
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-2010-10/+20
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-209-44/+293
* Add built-in LFS clean filterChristian Halstrick2016-09-2012-7/+616
* Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-203-1/+33
* Add support for built-in smudge filtersChristian Halstrick2016-09-204-37/+170
* Add support for built-in clean filtersChristian Halstrick2016-09-206-0/+476
* Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-1956-304/+304
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-155-78/+174
* 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