summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-279-4/+353
* Make InMemoryRepository pack names globally uniqueDave Borowitz2012-06-271-1/+2
* Merge "Disable PackParser EOF check if more data expected"Shawn Pearce2012-06-271-1/+2
|\
| * Disable PackParser EOF check if more data expectedIan Wetherbee2012-06-261-1/+2
* | Use the working tree's .gitmodules in SubmoduleWalk.forIndex()Dave Borowitz2012-06-252-22/+12
* | Merge changes I6b2ce96b,I499f518fChristian Halstrick2012-06-253-10/+160
|\ \
| * | Fix order of deletion for files/dirs in ResolveMergerRobin Stocker2012-06-232-9/+61
| * | Don't return success on failing paths in ResolveMergerRobin Stocker2012-06-232-1/+99
* | | Add toString() to simplify debugging rebase stepsMatthias Sohn2012-06-241-0/+14
* | | Ignore empty lines when parsing git-rebase-todoRobin Stocker2012-06-232-5/+27
|/ /
* | 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
| |\ \