Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Qualify post-0.9.3 buildsstable-0.9Matthias Sohn27-168/+168
2010-09-15JGit 0.9.3v0.9.3Matthias Sohn27-168/+168
2010-09-15Merge "Qualify post-0.9.1 builds" into stable-0.9Chris Aniszczyk27-168/+168
2010-09-15clone: Correct formatting of init messageShawn O. Pearce2-4/+10
2010-09-15Fix cloning of repositories with big objectsShawn O. Pearce4-16/+54
2010-09-15Qualify post-0.9.1 buildsMatthias Sohn27-168/+168
2010-09-15JGit 0.9.1v0.9.1Matthias Sohn27-168/+168
2010-09-14Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2-15/+385
2010-09-11Correct Javadoc for WS_IGNORE_CHANGE comparatorShawn O. Pearce1-1/+1
2010-09-09Merge changes I3668a396,I18f48321,I121f356cMatthias Sohn10-192/+402
2010-09-08Update .eclipse_iplog for 0.9Matthias Sohn1-0/+5
2010-09-08Unpack and cache large deltas as loose objectsShawn O. Pearce5-61/+105
2010-09-08Remember loose objects and fast-track their lookupShawn O. Pearce3-2/+176
2010-09-08Correctly name DeltaBaseCacheShawn O. Pearce4-16/+8
2010-09-08Support core.autocrlf = inputShawn O. Pearce9-11/+187
2010-09-07Refactor diff sequence APIShawn O. Pearce26-688/+573
2010-09-07Merge "Reduce compares in Edit.getType"Chris Aniszczyk1-7/+12
2010-09-06Fix checkReferencedIsReachable to use correct base listShawn O. Pearce3-14/+34
2010-09-06Discard object bodies when checking connectivityShawn O. Pearce1-0/+2
2010-09-06DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce2-2/+21
2010-09-06Use 8192 as default buffer size in ObjectLoader copyToShawn O. Pearce1-1/+1
2010-09-06Merge "Add helper methods to Edit"Chris Aniszczyk2-1/+65
2010-09-06Merge "log: Fix commit headers and -p flag"Shawn O. Pearce1-1/+1
2010-09-06Merge "Use 5 MiB for RevWalk default limit"Shawn O. Pearce2-27/+3
2010-09-04cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2-2/+0
2010-09-04Reduce compares in Edit.getTypeShawn O. Pearce1-7/+12
2010-09-04Add helper methods to EditShawn O. Pearce2-1/+65
2010-09-04log: Fix commit headers and -p flagShawn O. Pearce1-1/+1
2010-09-03Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce2-2/+17
2010-09-03Remove costly quoting test in DiffFormatterShawn O. Pearce1-2/+1
2010-09-03Merge branch 'unpack-error'Shawn O. Pearce5-5/+123
2010-09-03ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce5-5/+123
2010-09-02Use 5 MiB for RevWalk default limitShawn O. Pearce2-27/+3
2010-09-02Move ObjectDirectory streaming limit to WindowCacheConfigShawn O. Pearce7-30/+35
2010-09-02diff: Default arguments to HEAD, working directoryShawn O. Pearce2-4/+37
2010-09-02Support creating the working directory differenceShawn O. Pearce5-41/+471
2010-09-02Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce6-6/+32
2010-09-02log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce3-0/+35
2010-09-02Move rename detection, path following into DiffFormatterShawn O. Pearce7-149/+441
2010-09-02Merge "Fix RepositoryState.MERGING"Chris Aniszczyk1-2/+2
2010-09-02Fix RepositoryState.MERGINGJens Baumgart1-2/+2
2010-09-02Merge "Add reset() to AbstractTreeIterator API"Chris Aniszczyk5-0/+45
2010-09-02Merge "Improve DiffFormatter text file access"Chris Aniszczyk1-38/+75
2010-09-02Merge "Correct diff header formatting"Chris Aniszczyk2-84/+235
2010-09-02Merge "Remove duplicated code in DiffFormatter"Chris Aniszczyk1-33/+23
2010-09-02Merge "Adding sorting to LongList"Christian Halstrick1-0/+7
2010-09-02Merge "Use int[] rather than IntList for RawText hashes"Christian Halstrick5-11/+9
2010-09-02Adding sorting to LongListShawn O. Pearce1-0/+7
2010-09-02Merge "Add toString and improve Javadoc of NotIgnoredFilter"Chris Aniszczyk1-13/+11
2010-09-01Use int[] rather than IntList for RawText hashesShawn O. Pearce5-11/+9

Back to the top