summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ReceivePack supports InputStream data after packIan Wetherbee2012-06-155-9/+203
* 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
| * | Configure maven-source-plugin execution in parent POMKevin Sawicki2012-06-051-0/+14
| * | Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-042-25/+89
| * | Merge "Relax RevisionSyntaxException to an IllegalArgumentException" into sta...Christian Halstrick2012-06-041-2/+1
| |\ \
| | * | Relax RevisionSyntaxException to an IllegalArgumentExceptionRobin Rosenberg2012-06-041-2/+1
* | | | Make DirCacheCheckout update timestamps in the index.Markus Duft2012-06-062-2/+98
| |_|/ |/| |
* | | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4dShawn O. Pearce2012-06-058-112/+606
|\ \ \
| * | | Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-224-97/+195
| * | | Batch reference updates together for storageShawn O. Pearce2012-05-224-8/+355
| * | | Expose ReceiveCommand.updateType to check for UPDATE_NONFASTFORWARDShawn O. Pearce2012-05-222-5/+46
| * | | Reject non-fast-forwards earlier in BaseReceivePackShawn O. Pearce2012-05-221-2/+10
* | | | Merge "fix PackWriter excluded objects handling"Shawn Pearce2012-06-0482-455/+852
|\ \ \ \
| * | | | fix PackWriter excluded objects handlingChristian Halstrick2012-06-042-1/+68
| | |/ / | |/| |