aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Garbage collector for FileRepositoriesChristian Halstrick2012-07-294-0/+903
* Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-191-26/+74
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+2
* Rename local variables in Repository.resolveRobin Rosenberg2012-07-131-61/+63
* Get rid of warning about possible NullPointerExceptionRobin Rosenberg2012-07-131-5/+5
* Merge "Work around smart HTTP bugs in C Git"Shawn O. Pearce2012-07-112-3/+32
|\
| * Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-272-3/+32
* | Create parent dir if necessary on checkoutRobin Stocker2012-07-081-2/+5
* | Merge branch 'stable-2.0'Matthias Sohn2012-07-021-0/+11
|\ \ | |/ |/|
| * Improve performance of persisting an index by magnitudesstable-2.0Christian Halstrick2012-06-281-0/+11
* | 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-163-9/+54
|\ \ \
| * | | ReceivePack supports InputStream data after packIan Wetherbee2012-06-153-9/+54
| |/ /
* / / Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-165-42/+74
|/ /
* | Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-152-7/+143
* | Add a release() method to SubmoduleWalkDave Borowitz2012-06-151-12/+29
* | Add "--squash" option to MergeCommandTomasz Zarna2012-06-1510-54/+334
* | Remove unused import of ObjectInserter in ResolveMergerTomasz Zarna2012-06-151-2/+1
* | Merge "Add Transport URI constructor without a repository"Shawn Pearce2012-06-155-0/+90
|\ \
| * | Add Transport URI constructor without a repositoryIan Wetherbee2012-06-145-0/+90
* | | 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
|/ /
* | Merge branch 'stable-2.0'Matthias Sohn2012-06-141-2/+0
|\|
| * 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
|\|
| * 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
| |\