summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix idOffset when the working tree iterator matches a dircache entryRobin Rosenberg2012-08-152-4/+35
|/ /
* | Merge "Allow JGit to read C Git rebase state"Christian Halstrick2012-08-132-3/+10
|\ \
| * | Allow JGit to read C Git rebase stateRobin Rosenberg2012-08-072-3/+10
* | | Make CheckoutCommand pass modified files through resultMarkus Duft2012-08-072-12/+61
* | | Allow detection of case insensitive file systemsMatthias Sohn2012-08-065-0/+41
* | | Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-064-0/+47
* | | Merge "Fix PlotCommit for commits with duplicate parents"Robin Rosenberg2012-08-052-3/+41
|\ \ \ | |/ / |/| |
| * | Fix PlotCommit for commits with duplicate parentsRobin Rosenberg2012-08-052-3/+41
* | | Merge "Update the README file to refer to the EDL rather than BSD license."Shawn Pearce2012-08-011-2/+3
|\ \ \
| * | | Update the README file to refer to the EDL rather than BSD license.Robin Rosenberg2012-08-011-2/+3
* | | | Merge "Fix resolving of relative file URIs in TransportLocal"Robin Rosenberg2012-07-292-2/+15
|\ \ \ \
| * | | | Fix resolving of relative file URIs in TransportLocalRobin Stocker2012-07-272-2/+15
* | | | | Merge "Garbage collector for FileRepositories"Robin Rosenberg2012-07-299-2/+1368
|\ \ \ \ \
| * | | | | Garbage collector for FileRepositoriesChristian Halstrick2012-07-299-2/+1368
| | |/ / / | |/| | |
* | | | | Merge "Expose some DFS APIs as public or protected"Shawn O. Pearce2012-07-293-3/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Expose some DFS APIs as public or protectedShawn O. Pearce2012-07-273-3/+22
* | | | | Merge "[findBugs] Make ChunkKey serializable"Robin Rosenberg2012-07-261-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [findBugs] Make ChunkKey serializableRobin Stocker2012-07-151-1/+4
* | | | | Again teach ResolveMerger to create more correct DirCacheEntry'sChristian Halstrick2012-07-263-35/+549
* | | | | Merge "Revert "Teach ResolveMerger to create more correct DirCacheEntry's""Shawn Pearce2012-07-253-280/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Teach ResolveMerger to create more correct DirCacheEntry's"Shawn Pearce2012-07-243-280/+27
* | | | | Merge "Teach ResolveMerger to create more correct DirCacheEntry's"Robin Rosenberg2012-07-193-27/+280
|\| | | |
| * | | | Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-193-27/+280
* | | | | show: Implement command line show for any objectShawn O. Pearce2012-07-184-1/+322
|/ / / /
* | | | 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
|\ \ \ \