summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.5.2.201704071617-rv4.5.2.201704071617-rMatthias Sohn2017-04-0756-59/+59
* Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-266-18/+245
* Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
* Prepare 4.5.2-SNAPSHOT buildsMatthias Sohn2017-03-2556-302/+302
* JGit v4.5.1.201703201650-rv4.5.1.201703201650-rMatthias Sohn2017-03-2056-59/+59
* Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-153-9/+40
* Fix one case of missing objectHector Oswaldo Caballero2016-12-131-3/+8
* Use the same variable to check and extract LFS object idJacek Centkowski2016-11-241-2/+3
* Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
* Fix eviction of repositories with negative usage countHugo Arès2016-10-122-1/+22
* pgm: Fix misspelled key of an externalized stringMatthias Sohn2016-10-021-1/+1
* Add missing online help for Ketch server type option in CLI daemonMatthias Sohn2016-10-022-1/+3
* Remove wrong junit dependencies in org.eclipse.jgit.pgmMatthias Sohn2016-10-021-11/+0
* Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-242-1/+147
|\
| * Fix carrying over flags during a RevWalkChristian Halstrick2016-09-232-1/+147
* | 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
|/
* 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