531 Commits (stable-0.9)

Author SHA1 Message Date
  Chris Aniszczyk 38327a54a8 Refactor Git API exceptions to a new package 13 years ago
  Shawn O. Pearce 028a613ced Add toString and improve Javadoc of NotIgnoredFilter 13 years ago
  Marc Strapetz ea4ff61ad3 IndexDiff honors Index entries' "skipWorkTree" flag. 13 years ago
  Shawn O. Pearce 408d4b5375 Add reset() to AbstractTreeIterator API 13 years ago
  Shawn O. Pearce 9f323462be Improve DiffFormatter text file access 13 years ago
  Shawn O. Pearce df8adefe86 Correct diff header formatting 13 years ago
  Shawn O. Pearce 797d5c4d40 Remove duplicated code in DiffFormatter 13 years ago
  Shawn O. Pearce 1ea356b346 Move DiffFormatter default initialization to fields 13 years ago
  Shawn O. Pearce 9df493a318 Correct Javadoc of DiffFormatter class 13 years ago
  Marc Strapetz a46abab244 Add FS.detect() for detection of file system abstraction. 13 years ago
  Mathias Kinzler 2941d23e7e Avoid double quotes in Git Config 13 years ago
  Marc Strapetz 253b36d27a Partial support for index file format "3". 13 years ago
  Marc Strapetz 80f4947e8b Fix RawParseUtils.formatBase10 to work with negative values 13 years ago
  Chris Aniszczyk b7465b8fe5 Remove deprecated PersonIdent constructor 13 years ago
  Christian Halstrick 0c017188b4 Improve MergeAlgorithm to produce smaller conflicts 13 years ago
  Marc Strapetz 2eb5426aa9 DirCacheEntry: UPDATE_NEEDED should be in-core flag. 13 years ago
  Christian Halstrick 47f4171315 Let Resolve be the default Merge strategy 13 years ago
  Christian Halstrick 45e79a526c Added merge strategy RESOLVE 13 years ago
  Shawn O. Pearce e6bd689d2c Improve LargeObjectException reporting 13 years ago
  Shawn O. Pearce a3945d1bc8 IndexPack: Use byte limited form of getCachedBytes 13 years ago
  Shawn O. Pearce 1709800f27 Undo translation of protocol string 'unpack error' 13 years ago
  Robin Rosenberg 236899204a Revert "Hide Maven target directories from Eclipse" 13 years ago
  Shawn O. Pearce b24f907e3e Buffer very large delta streams to reduce explosion of CPU work 13 years ago
  Chris Aniszczyk f54e883566 Add TagCommand 13 years ago
  Christian Halstrick 2059ed205e Implement a Dircache checkout (needed for merge) 14 years ago
  Christian Halstrick 0e7a38b60f Add getBaseCommit() to Merger 13 years ago
  Chris Aniszczyk d1edd00f56 Run formatter on edited lines via save action 13 years ago
  Marc Strapetz 80c622c49c Fix parsing of multiple authors in PersonIdent. 13 years ago
  Shawn O. Pearce cb0c05b5b4 Increase the default streaming threshold to 15 MiB 13 years ago
  Shawn O. Pearce 7a9edb3662 Fix reuse from pack file for REF_DELTA types 13 years ago
  Shawn O. Pearce 3a972f8664 Cleanup and correct resolve Javadoc 13 years ago
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 13 years ago
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 13 years ago
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 13 years ago
  Shawn O. Pearce c44495fa2f Complete an abbreviation when formatting a patch 13 years ago
  Shawn O. Pearce 127a5f95e1 Use limited getCachedBytes in RevWalk 13 years ago
  Shawn O. Pearce c11711f98e Use limited getCachedBytes code to reduce duplication 13 years ago
  Shawn O. Pearce 2292655e9e Add brute force byte array loading to ObjectLoader 13 years ago
  Shawn O. Pearce 1f4b48a37c Add ObjectId to the LargeObjectException 13 years ago
  Benjamin Muskalla 700b8b4514 Fixed typo in DirCache documentation 13 years ago
  Shawn O. Pearce 7cfe2f12ff Don't copy more than the object size 13 years ago
  Shawn O. Pearce b474de1da3 Use the ObjectStream size during copyTo 13 years ago
  Shawn O. Pearce 1c3f3fdbd2 Fix ObjectDirectory abbreviation resolution to notice new packs 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce 32466c33ba Delete deprecated ObjectWriter 13 years ago
  Shawn O. Pearce 9d5b926ed1 Add openEntryStream to WorkingTreeIterator 13 years ago
  Shawn O. Pearce edd8029558 Add setLength(long) to DirCacheEntry 13 years ago
  Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce 6a51d97948 Add documentation explaining how to read Commit and Tag 13 years ago