summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-272-3/+32
* 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-251-19/+9
* | Merge changes I6b2ce96b,I499f518fChristian Halstrick2012-06-251-10/+17
|\ \
| * | Fix order of deletion for files/dirs in ResolveMergerRobin Stocker2012-06-231-9/+16
| * | Don't return success on failing paths in ResolveMergerRobin Stocker2012-06-231-1/+1
* | | Add toString() to simplify debugging rebase stepsMatthias Sohn2012-06-241-0/+14
* | | Ignore empty lines when parsing git-rebase-todoRobin Stocker2012-06-231-3/+2
|/ /
* / Make clear method on StoredConfig publicRobin Rosenberg2012-06-211-0/+5
|/
* 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-164-9/+55
|\ \
| * | ReceivePack supports InputStream data after packIan Wetherbee2012-06-154-9/+55
| |/
* / Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-165-42/+74
|/
* Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-153-7/+144
* Add a release() method to SubmoduleWalkDave Borowitz2012-06-151-12/+29
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-1511-54/+335
* 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-151-13/+8
|\ \
| * | Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-13/+8
| |/
* | 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-143-32/+32
* Merge branch 'stable-2.0'Matthias Sohn2012-06-141-2/+0
|\
| * Prepare post v2.0.0.201206130900-r buildsMatthias Sohn2012-06-143-3/+3
| * JGit v2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn2012-06-133-3/+3
| * Do not set core.autocrlf when creating repoRobin Rosenberg2012-06-121-2/+0
* | Fix GitDateFormatter javadoc.Tomasz Zarna2012-06-141-1/+3
* | Merge branch 'stable-2.0'Shawn O. Pearce2012-06-0728-138/+232
|\|
| * Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2012-06-063-3/+3
| * JGit v2.0.0.201206060730-rc3v2.0.0.201206060730-rc3Matthias Sohn2012-06-063-3/+3
| * Merge "Use working tree iterator to compare file modes" into stable-2.0Christian Halstrick2012-06-062-24/+41
| |\
| | * Use working tree iterator to compare file modesKevin Sawicki2012-06-052-24/+41
| * | Get rid of warnings about empty statmentsRobin Rosenberg2012-06-062-5/+8
| * | Removed unused parameters from private methodsRobin Rosenberg2012-06-062-8/+7
| * | cleanup: Remove unused declarationsRobin Rosenberg2012-06-061-1/+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
| * Throw formal CheckoutConflictException on hard resetKevin Sawicki2012-06-051-3/+10
| * Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-25/+32
| * 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-061-2/+8
* | | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4dShawn O. Pearce2012-06-057-111/+604
|\ \ \
| * | | Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-223-96/+193