aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't return success on failing paths in ResolveMergerRobin Stocker2012-06-232-1/+99
* Merge "Serve 403 from RepositoryFilter on ServiceMayNotContinueException"Shawn Pearce2012-06-211-1/+1
|\
| * Serve 403 from RepositoryFilter on ServiceMayNotContinueExceptionDave Borowitz2012-06-201-1/+1
* | Make clear method on StoredConfig publicRobin Rosenberg2012-06-211-0/+5
* | Merge "Fix boxing warnings in org.eclipse.jgit.lib.ConfigTest"Shawn Pearce2012-06-181-4/+4
|\ \
| * | Fix boxing warnings in org.eclipse.jgit.lib.ConfigTestTomasz Zarna2012-06-181-4/+4
* | | Merge "Refactor TransportHttp for long-polling"Shawn Pearce2012-06-161-92/+139
|\ \ \
| * | | Refactor TransportHttp for long-pollingIan Wetherbee2012-06-151-92/+139
| | |/ | |/|
* | | Merge "ReceivePack supports InputStream data after pack"Shawn Pearce2012-06-165-9/+203
|\ \ \
| * | | ReceivePack supports InputStream data after packIan Wetherbee2012-06-155-9/+203
| |/ /
* | | In org.eclipse.jgit.pgm.ConfigTest expect core.filemode=false on WindowsTomasz Zarna2012-06-161-8/+10
* | | Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-1613-64/+129
* | | Fix LockFileTest on WindowsChristian Halstrick2012-06-161-2/+3
|/ /
* | Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-154-7/+288
* | Add a CommitBuilder method to edit arbitrary DirCacheEntrysDave Borowitz2012-06-151-2/+6
* | Add a release() method to SubmoduleWalkDave Borowitz2012-06-151-12/+29
|/
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-1517-60/+765
* Remove unused import of ObjectInserter in ResolveMergerTomasz Zarna2012-06-151-2/+1
* Merge "Add Transport URI constructor without a repository"Shawn Pearce2012-06-156-0/+91
|\
| * Add Transport URI constructor without a repositoryIan Wetherbee2012-06-146-0/+91
* | Merge "Fix UnionInputStream.read to be more Java-like"Shawn Pearce2012-06-152-13/+31
|\ \
| * | Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-142-13/+31
| |/
* | Use only a single ObjectInserter in ResolveMergerShawn O. Pearce2012-06-141-5/+3
* | Define ObjectInserter.Filter to wrap another ObjectInserterShawn O. Pearce2012-06-141-0/+54
* | Allow applications to pass ObjectInserter to MergerShawn O. Pearce2012-06-141-0/+19
|/
* Prepare 2.1.0 buildsMatthias Sohn2012-06-1447-262/+262
* Merge branch 'stable-2.0'Matthias Sohn2012-06-1432-9/+1070
|\
| * Prepare post v2.0.0.201206130900-r buildsMatthias Sohn2012-06-1447-47/+47
| * JGit v2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn2012-06-1347-48/+48
| * Add org.eclipse.jgit.pgm.feature to enable consumption via p2Matthias Sohn2012-06-1230-0/+1062
| * Do not set core.autocrlf when creating repoRobin Rosenberg2012-06-122-9/+8
* | Fix GitDateFormatter javadoc.Tomasz Zarna2012-06-141-1/+3
* | Add missing license header to modification times test.Markus Duft2012-06-111-0/+37
* | Merge changes I1c87fea9,I7bd5011f,Ie800c557Shawn Pearce2012-06-083-6/+238
|\ \
| * | Add MetaFilter.serveRegex(Pattern)Dave Borowitz2012-06-082-0/+16
| * | Expand RegexPipeline documentationDave Borowitz2012-06-081-6/+13
| * | Add simple tests for RegexPipelineDave Borowitz2012-06-081-0/+209
* | | Merge branch 'stable-2.0'Shawn O. Pearce2012-06-0739-188/+351
|\ \ \ | | |/ | |/|
| * | Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-06-0642-47/+47
| * | JGit v2.0.0.201206060730-rc3v2.0.0.201206060730-rc3Matthias Sohn2012-06-0642-47/+47
| * | Merge "Use working tree iterator to compare file modes" into stable-2.0Christian Halstrick2012-06-063-24/+81
| |\ \
| | * | Use working tree iterator to compare file modesKevin Sawicki2012-06-053-24/+81
| * | | Remove Jetty p2 repository from Maven buildMatthias Sohn2012-06-061-5/+0
| * | | Get rid of warnings about empty statmentsRobin Rosenberg2012-06-063-5/+14
| * | | Removed unused parameters from private methodsRobin Rosenberg2012-06-062-8/+7
| * | | cleanup: Remove unused declarationsRobin Rosenberg2012-06-064-4/+0
| * | | Make FS OS X detection work for OpenJDKRobin Rosenberg2012-06-062-5/+4
| |/ /
| * | Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-0517-65/+129
| * | Update build to use Tycho 0.15.0Matthias Sohn2012-06-054-42/+2
| * | Throw formal CheckoutConflictException on hard resetKevin Sawicki2012-06-051-3/+10