summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HttpClientConnection: Don't use deprecated HttpClient classesDavid Pursehouse2016-09-222-45/+60
* Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-213-3/+3
* Merge branch 'stable-4.5'Matthias Sohn2016-09-212-5/+14
|\
| * Turn off doclint also during Maven site generationMatthias Sohn2016-09-211-0/+11
| * Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2016-09-2156-302/+302
| * JGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2016-09-2156-59/+59
| * Unconditionally close repository in unregisterAndCloseRepositorySaša Živkov2016-09-211-5/+3
* | Merge "Add ReceivedPackStatistics for PackParser"Shawn Pearce2016-09-203-2/+268
|\ \
| * | Add ReceivedPackStatistics for PackParserMasaya Suzuki2016-09-193-2/+268
* | | 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