192 Commits (stable-0.9)

Author SHA1 Message Date
  Shawn O. Pearce 9f61c615e8 Support core.autocrlf = input 13 years ago
  Shawn O. Pearce 693f454e71 Use 8192 as default buffer size in ObjectLoader copyTo 13 years ago
  Shawn O. Pearce b505e2a558 Use 5 MiB for RevWalk default limit 13 years ago
  Jens Baumgart f714988c61 Fix RepositoryState.MERGING 13 years ago
  Marc Strapetz ea4ff61ad3 IndexDiff honors Index entries' "skipWorkTree" flag. 13 years ago
  Mathias Kinzler 2941d23e7e Avoid double quotes in Git Config 13 years ago
  Chris Aniszczyk b7465b8fe5 Remove deprecated PersonIdent constructor 13 years ago
  Shawn O. Pearce e6bd689d2c Improve LargeObjectException reporting 13 years ago
  Shawn O. Pearce b24f907e3e Buffer very large delta streams to reduce explosion of CPU work 13 years ago
  Marc Strapetz 80c622c49c Fix parsing of multiple authors in PersonIdent. 14 years ago
  Shawn O. Pearce cb0c05b5b4 Increase the default streaming threshold to 15 MiB 14 years ago
  Shawn O. Pearce 3a972f8664 Cleanup and correct resolve Javadoc 14 years ago
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 14 years ago
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 14 years ago
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 14 years ago
  Shawn O. Pearce c11711f98e Use limited getCachedBytes code to reduce duplication 14 years ago
  Shawn O. Pearce 2292655e9e Add brute force byte array loading to ObjectLoader 14 years ago
  Shawn O. Pearce 7cfe2f12ff Don't copy more than the object size 14 years ago
  Shawn O. Pearce b474de1da3 Use the ObjectStream size during copyTo 14 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 14 years ago
  Shawn O. Pearce 32466c33ba Delete deprecated ObjectWriter 14 years ago
  Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder 14 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 14 years ago
  Shawn O. Pearce 6a51d97948 Add documentation explaining how to read Commit and Tag 14 years ago
  Marc Strapetz e2e38792b5 Perform automatic CRLF to LF conversion during WorkingTreeIterator 14 years ago
  Shawn O. Pearce f048af3fd1 Implement async/batch lookup of object data 14 years ago
  Shawn O. Pearce 11a5bef8b1 Offer ObjectReaders advice about a RevWalk 14 years ago
  Shawn O. Pearce 69f8fa31be Expose OBJ_ANY in ObjectReader 14 years ago
  Shawn O. Pearce d1ebc4aa00 Add copyTo(ByteBuffer) to AnyObjectId 14 years ago
  Shawn O. Pearce 8878d301ac Add copyTo(byte[], int) to AnyObjectId 14 years ago
  Shawn O. Pearce 707912b35d Make Tag class only for writing 14 years ago
  Shawn O. Pearce b46b635c03 Make Commit class only for writing 14 years ago
  Shawn O. Pearce cf9537c8ce Correct PersonIdent hashCode() and equals() to ignore milliseconds 14 years ago
  Shawn O. Pearce 3820b0281a Fix formatting of serialization code in ObjectId 14 years ago
  Shawn O. Pearce 1c2290c8d6 Make ObjectId.compareTo final 14 years ago
  Shawn O. Pearce 5adcd708e4 Make ObjectId.hashCode final too 14 years ago
  Mathias Kinzler b7388637d8 Fix missing Configuration Change eventing 14 years ago
  Chris Aniszczyk 94ba9574cd Allow for optional tagger and message in Tag 14 years ago
  Chris Aniszczyk 6c9d82b4ce Remove getter and setter for author in Tag 14 years ago
  Matthias Sohn 2d3a806271 Backout RevObject's object-identity based equals implementation 14 years ago
  Jens Baumgart cd1141cd45 Improve IndexDiff performance 14 years ago
  Jens Baumgart 9a6a433576 Fix NPE on commit in empty Repository 14 years ago
  Jens Baumgart 3ba1c7c068 Add gitignore support to IndexDiff and use TreeWalk 14 years ago
  Shawn O. Pearce 1a06179ea7 Move PackWriter configuration to PackConfig 14 years ago
  Mathias Kinzler 6e59e6dab9 Meaningful error message when trying to check-out submodules 14 years ago
  Christian Halstrick f56a459966 Add methods which write MERGE_HEAD and MERGE_MSG 14 years ago
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 years ago
  Shawn O. Pearce 7ff18f3ec9 Make StoredConfig an abstraction above FileBasedConfig 14 years ago
  Jens Baumgart e99c48a61a Fix concurrent read / write issue in GitIndex on Windows 14 years ago
  Christian Halstrick c98d97731b Smudge racily clean index entries by truncating length (like git.git) 14 years ago