Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Qualify post-0.9.1 buildsMatthias Sohn2-25/+25
2010-09-15JGit 0.9.1v0.9.1Matthias Sohn2-25/+25
2010-09-14Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick1-15/+79
2010-09-11Correct Javadoc for WS_IGNORE_CHANGE comparatorShawn O. Pearce1-1/+1
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. Pearce6-9/+151
2010-09-07Refactor diff sequence APIShawn O. Pearce15-569/+432
2010-09-07Merge "Reduce compares in Edit.getType"Chris Aniszczyk1-7/+12
2010-09-06Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2-10/+21
2010-09-06Discard object bodies when checking connectivityShawn O. Pearce1-0/+2
2010-09-06DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce1-1/+3
2010-09-06Use 8192 as default buffer size in ObjectLoader copyToShawn O. Pearce1-1/+1
2010-09-06Merge "Add helper methods to Edit"Chris Aniszczyk1-0/+41
2010-09-06Merge "Use 5 MiB for RevWalk default limit"Shawn O. Pearce2-27/+3
2010-09-04cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg1-1/+0
2010-09-04Reduce compares in Edit.getTypeShawn O. Pearce1-7/+12
2010-09-04Add helper methods to EditShawn O. Pearce1-0/+41
2010-09-03Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce1-1/+11
2010-09-03Remove costly quoting test in DiffFormatterShawn O. Pearce1-2/+1
2010-09-03Merge branch 'unpack-error'Shawn O. Pearce4-0/+70
2010-09-03ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce4-0/+70
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-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-02Move rename detection, path following into DiffFormatterShawn O. Pearce3-36/+368
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 Aniszczyk1-84/+165
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
2010-09-01Refactor Git API exceptions to a new packageChris Aniszczyk16-28/+102
2010-09-01Add toString and improve Javadoc of NotIgnoredFilterShawn O. Pearce1-13/+11
2010-09-01IndexDiff honors Index entries' "skipWorkTree" flag.Marc Strapetz2-2/+100
2010-09-01Merge "Avoid double quotes in Git Config"Shawn Pearce1-3/+9
2010-09-01Merge "Add FS.detect() for detection of file system abstraction."Shawn Pearce1-6/+34
2010-09-01Add reset() to AbstractTreeIterator APIShawn O. Pearce5-0/+45
2010-09-01Improve DiffFormatter text file accessShawn O. Pearce1-38/+75
2010-09-01Correct diff header formattingShawn O. Pearce1-84/+165
2010-09-01Remove duplicated code in DiffFormatterShawn O. Pearce1-33/+23
2010-09-01Move DiffFormatter default initialization to fieldsShawn O. Pearce1-4/+2
2010-09-01Correct Javadoc of DiffFormatter classShawn O. Pearce1-1/+1

Back to the top