summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-25/+25
* Merge branch 'stable-0.9'Shawn O. Pearce2010-09-167-56/+158
|\
| * Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-25/+25
| * JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-25/+25
| * Merge "Qualify post-0.9.1 builds" into stable-0.9Chris Aniszczyk2010-09-152-25/+25
| |\
| | * Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-25/+25
| * | Fix cloning of repositories with big objectsShawn O. Pearce2010-09-154-16/+54
| |/
| * JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-25/+25
| * Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2010-09-141-15/+79
* | Merge branch 'stable-0.9'Shawn O. Pearce2010-09-101-1/+1
|\|
| * Correct Javadoc for WS_IGNORE_CHANGE comparatorShawn O. Pearce2010-09-101-1/+1
* | Allow ../relative paths in remotesChris West (Faux)2010-09-101-1/+6
|/
* Unpack and cache large deltas as loose objectsShawn O. Pearce2010-09-075-61/+105
* Remember loose objects and fast-track their lookupShawn O. Pearce2010-09-073-2/+176
* Correctly name DeltaBaseCacheShawn O. Pearce2010-09-074-16/+8
* Support core.autocrlf = inputShawn O. Pearce2010-09-076-9/+151
* Refactor diff sequence APIShawn O. Pearce2010-09-0615-569/+432
* Merge "Reduce compares in Edit.getType"Chris Aniszczyk2010-09-061-7/+12
|\
| * Reduce compares in Edit.getTypeShawn O. Pearce2010-09-031-7/+12
* | Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-062-10/+21
* | Discard object bodies when checking connectivityShawn O. Pearce2010-09-061-0/+2
* | DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce2010-09-061-1/+3
* | Use 8192 as default buffer size in ObjectLoader copyToShawn O. Pearce2010-09-061-1/+1
* | Merge "Add helper methods to Edit"Chris Aniszczyk2010-09-061-0/+41
|\|
| * Add helper methods to EditShawn O. Pearce2010-09-031-0/+41
* | Merge "Use 5 MiB for RevWalk default limit"Shawn O. Pearce2010-09-062-27/+3
|\ \
| * | Use 5 MiB for RevWalk default limitShawn O. Pearce2010-09-022-27/+3
* | | cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2010-09-051-1/+0
| |/ |/|
* | Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce2010-09-031-1/+11
* | Remove costly quoting test in DiffFormatterShawn O. Pearce2010-09-031-2/+1
* | Merge branch 'unpack-error'Shawn O. Pearce2010-09-034-0/+70
|\ \ | |/ |/|
| * ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-034-0/+70
* | Move ObjectDirectory streaming limit to WindowCacheConfigShawn O. Pearce2010-09-027-30/+35
* | Support creating the working directory differenceShawn O. Pearce2010-09-025-41/+471
* | Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-026-6/+32
* | Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-023-36/+368
* | Merge "Fix RepositoryState.MERGING"Chris Aniszczyk2010-09-021-2/+2
|\ \
| * | Fix RepositoryState.MERGINGJens Baumgart2010-09-021-2/+2
* | | Merge "Add reset() to AbstractTreeIterator API"Chris Aniszczyk2010-09-025-0/+45
|\ \ \
| * | | Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-015-0/+45
* | | | Merge "Improve DiffFormatter text file access"Chris Aniszczyk2010-09-021-38/+75
|\| | |
| * | | Improve DiffFormatter text file accessShawn O. Pearce2010-09-011-38/+75
* | | | Merge "Correct diff header formatting"Chris Aniszczyk2010-09-021-84/+165
|\| | |
| * | | Correct diff header formattingShawn O. Pearce2010-09-011-84/+165
* | | | Merge "Remove duplicated code in DiffFormatter"Chris Aniszczyk2010-09-021-33/+23
|\| | |
| * | | Remove duplicated code in DiffFormatterShawn O. Pearce2010-09-011-33/+23
* | | | Merge "Adding sorting to LongList"Christian Halstrick2010-09-021-0/+7
|\ \ \ \
| * | | | Adding sorting to LongListShawn O. Pearce2010-09-021-0/+7
* | | | | Merge "Use int[] rather than IntList for RawText hashes"Christian Halstrick2010-09-025-11/+9
|\| | | | | |_|/ / |/| | |
| * | | Use int[] rather than IntList for RawText hashesShawn O. Pearce2010-09-015-11/+9