Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JGit 0.9.3v0.9.3 | Matthias Sohn | 2010-09-16 | 27 | -168/+168 |
* | Merge "Qualify post-0.9.1 builds" into stable-0.9 | Chris Aniszczyk | 2010-09-15 | 27 | -168/+168 |
|\ | |||||
| * | Qualify post-0.9.1 builds | Matthias Sohn | 2010-09-15 | 27 | -168/+168 |
* | | clone: Correct formatting of init message | Shawn O. Pearce | 2010-09-15 | 2 | -4/+10 |
* | | Fix cloning of repositories with big objects | Shawn O. Pearce | 2010-09-15 | 4 | -16/+54 |
|/ | |||||
* | JGit 0.9.1v0.9.1 | Matthias Sohn | 2010-09-15 | 27 | -168/+168 |
* | Fix PlotCommitList to set lanes on child-less commits | Christian Halstrick | 2010-09-14 | 2 | -15/+385 |
* | Correct Javadoc for WS_IGNORE_CHANGE comparator | Shawn O. Pearce | 2010-09-10 | 1 | -1/+1 |
* | Merge changes I3668a396,I18f48321,I121f356c | Matthias Sohn | 2010-09-09 | 10 | -192/+402 |
|\ | |||||
| * | Unpack and cache large deltas as loose objects | Shawn O. Pearce | 2010-09-07 | 5 | -61/+105 |
| * | Remember loose objects and fast-track their lookup | Shawn O. Pearce | 2010-09-07 | 3 | -2/+176 |
| * | Correctly name DeltaBaseCache | Shawn O. Pearce | 2010-09-07 | 4 | -16/+8 |
* | | Update .eclipse_iplog for 0.9 | Matthias Sohn | 2010-09-08 | 1 | -0/+5 |
|/ | |||||
* | Support core.autocrlf = input | Shawn O. Pearce | 2010-09-07 | 9 | -11/+187 |
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 26 | -688/+573 |
* | Merge "Reduce compares in Edit.getType" | Chris Aniszczyk | 2010-09-06 | 1 | -7/+12 |
|\ | |||||
| * | Reduce compares in Edit.getType | Shawn O. Pearce | 2010-09-03 | 1 | -7/+12 |
* | | Fix checkReferencedIsReachable to use correct base list | Shawn O. Pearce | 2010-09-06 | 3 | -14/+34 |
* | | Discard object bodies when checking connectivity | Shawn O. Pearce | 2010-09-06 | 1 | -0/+2 |
* | | DeltaStream: Fix data corruption when reading large copies | Shawn O. Pearce | 2010-09-06 | 2 | -2/+21 |
* | | Use 8192 as default buffer size in ObjectLoader copyTo | Shawn O. Pearce | 2010-09-06 | 1 | -1/+1 |
* | | Merge "Add helper methods to Edit" | Chris Aniszczyk | 2010-09-06 | 2 | -1/+65 |
|\| | |||||
| * | Add helper methods to Edit | Shawn O. Pearce | 2010-09-03 | 2 | -1/+65 |
* | | Merge "log: Fix commit headers and -p flag" | Shawn O. Pearce | 2010-09-06 | 1 | -1/+1 |
|\| | |||||
| * | log: Fix commit headers and -p flag | Shawn O. Pearce | 2010-09-03 | 1 | -1/+1 |
* | | Merge "Use 5 MiB for RevWalk default limit" | Shawn O. Pearce | 2010-09-06 | 2 | -27/+3 |
|\ \ | |||||
| * | | Use 5 MiB for RevWalk default limit | Shawn O. Pearce | 2010-09-02 | 2 | -27/+3 |
* | | | cleanup: Remove unnecessary @SuppressWarnings | Robin Rosenberg | 2010-09-05 | 2 | -2/+0 |
| |/ |/| | |||||
* | | Fix QuotedString.GIT_PATH escaping rules | Shawn O. Pearce | 2010-09-03 | 2 | -2/+17 |
* | | Remove costly quoting test in DiffFormatter | Shawn O. Pearce | 2010-09-03 | 1 | -2/+1 |
* | | Merge branch 'unpack-error' | Shawn O. Pearce | 2010-09-03 | 5 | -5/+123 |
|\ \ | |/ |/| | |||||
| * | ReceivePack: Rethrow exceptions caught during indexing | Shawn O. Pearce | 2010-09-03 | 5 | -5/+123 |
* | | Move ObjectDirectory streaming limit to WindowCacheConfig | Shawn O. Pearce | 2010-09-02 | 7 | -30/+35 |
* | | diff: Default arguments to HEAD, working directory | Shawn O. Pearce | 2010-09-02 | 2 | -4/+37 |
* | | Support creating the working directory difference | Shawn O. Pearce | 2010-09-02 | 5 | -41/+471 |
* | | Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFF | Shawn O. Pearce | 2010-09-02 | 6 | -6/+32 |
* | | log, diff: Add --src-prefix, --dst-prefix, --no-prefix | Shawn O. Pearce | 2010-09-02 | 3 | -0/+35 |
* | | Move rename detection, path following into DiffFormatter | Shawn O. Pearce | 2010-09-02 | 7 | -149/+441 |
* | | Merge "Fix RepositoryState.MERGING" | Chris Aniszczyk | 2010-09-02 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix RepositoryState.MERGING | Jens Baumgart | 2010-09-02 | 1 | -2/+2 |
* | | | Merge "Add reset() to AbstractTreeIterator API" | Chris Aniszczyk | 2010-09-02 | 5 | -0/+45 |
|\ \ \ | |||||
| * | | | Add reset() to AbstractTreeIterator API | Shawn O. Pearce | 2010-09-01 | 5 | -0/+45 |
* | | | | Merge "Improve DiffFormatter text file access" | Chris Aniszczyk | 2010-09-02 | 1 | -38/+75 |
|\| | | | |||||
| * | | | Improve DiffFormatter text file access | Shawn O. Pearce | 2010-09-01 | 1 | -38/+75 |
* | | | | Merge "Correct diff header formatting" | Chris Aniszczyk | 2010-09-02 | 2 | -84/+235 |
|\| | | | |||||
| * | | | Correct diff header formatting | Shawn O. Pearce | 2010-09-01 | 2 | -84/+235 |
* | | | | Merge "Remove duplicated code in DiffFormatter" | Chris Aniszczyk | 2010-09-02 | 1 | -33/+23 |
|\| | | | |||||
| * | | | Remove duplicated code in DiffFormatter | Shawn O. Pearce | 2010-09-01 | 1 | -33/+23 |
* | | | | Merge "Adding sorting to LongList" | Christian Halstrick | 2010-09-02 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Adding sorting to LongList | Shawn O. Pearce | 2010-09-02 | 1 | -0/+7 |