summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "description" in o.e.jgit.source.feature/feature.propertiesTomasz Zarna2012-07-171-2/+2
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-163-0/+19
* Merge "Rename local variables in Repository.resolve"Christian Halstrick2012-07-161-61/+63
|\
| * Rename local variables in Repository.resolveRobin Rosenberg2012-07-131-61/+63
* | Typo in CLIText#unknownMergeStratey, should be #unknownMergeStrategyTomasz Zarna2012-07-143-3/+3
|/
* 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-119-4/+353
|\
| * Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-279-4/+353
* | Create parent dir if necessary on checkoutRobin Stocker2012-07-082-2/+20
* | 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-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