907 Commits (stable-0.11)

Author SHA1 Message Date
  Chris Aniszczyk 923443f94f Add CheckoutCommand 13 years ago
  Christian Halstrick 5adef23365 Fix bug regarding handling of non-versioned files during merge 13 years ago
  Chris Aniszczyk f7690cceef Add RmCommand to Git API 13 years ago
  Mathias Kinzler e5b96a7848 Initial implementation of a Rebase command 13 years ago
  Shawn O. Pearce bd98a0a9a5 Move WorkingTreeIterator inherited state into an object 13 years ago
  Shawn O. Pearce 3de186fbf0 Name TreeFilter and MergeFilter implementations 13 years ago
  Chris Aniszczyk 2054c3fb8a Add core.filemode to CoreConfig 13 years ago
  Christian Halstrick da1ea27fa2 Fixed checkouts when HEAD is ignored 13 years ago
  Shawn O. Pearce ef70a12fd1 Base64: Reformat to match JGit style 13 years ago
  Shawn O. Pearce d2ce91199e Base64: Strip out code JGit doesn't use 13 years ago
  Christian Halstrick 484807e82b Added one-tree constructor to DirCacheCheckout 13 years ago
  Shawn O. Pearce e7e9a47b52 Remove unnecessary note fanout when removing notes 13 years ago
  Shawn O. Pearce 2b0df15f7f Split note leaf buckets at 256 elements 13 years ago
  Shawn O. Pearce 3728918d72 Add internal API for note iteration 13 years ago
  Shawn O. Pearce 3e2b9b691e Allow writing a NoteMap back to the repository 13 years ago
  Shawn O. Pearce faa0747cce Add in-memory updating support to NoteMap 13 years ago
  Shawn O. Pearce 2f6e79307d Remove unnecessary flush calls from LockFile 13 years ago
  Shawn O. Pearce ed5fe8af9a Remove unnecessary region locking from LockFile 13 years ago
  Shawn O. Pearce e0e7fe531d Support core.fsyncRefFiles option 13 years ago
  Shawn O. Pearce 24fccadeda Support core.fsyncObjectFiles option 13 years ago
  Shawn O. Pearce bc9bca064d RenameDetector: Only scan deletes if adds exist 13 years ago
  Shawn O. Pearce 05653bda04 SimilarityRenameDetector: Initialize sizes to 0 13 years ago
  Shawn O. Pearce 68baa3097e SimilarityRenameDetector: Avoid allocating source index 13 years ago
  Shawn O. Pearce 918e6e20f0 SimilarityRenameDetector: Only attempt to index large files once 13 years ago
  Shawn O. Pearce 0e307a6afd SimilarityIndex: Don't overflow internal counter fields 13 years ago
  Shawn O. Pearce d63887127e SimilarityIndex: Accept files larger than 8 MB 13 years ago
  Shawn O. Pearce f3b511568b SimilarityIndex: Correct comment explaining the logic 13 years ago
  Shawn O. Pearce 5a2cbd4aa7 Remember non-note tree entries when reading 13 years ago
  Shawn O. Pearce b81b97fbdd Lazy load note subtrees from fanout levels 13 years ago
  Shawn O. Pearce 936820988f Define NoteMap, a simple note tree reader 13 years ago
  Shawn O. Pearce d279bc83b0 Support CredentialsProvider for SSH connections 13 years ago
  Shawn O. Pearce ce99b48384 Define a default CredentialsProvider 13 years ago
  Shawn O. Pearce 308e074f65 Enable providing credentials for HTTP authentication 13 years ago
  Lluis Sanchez 3b4dcb3c02 Fix null ref exception in DirCacheCheckout 13 years ago
  Stefan Lay 20a5a34444 Fix WWW-Authenticate auth-scheme comparison 13 years ago
  Shawn O. Pearce cfa3f365d6 Simplify LockFile write(ObjectId) case 13 years ago
  Shawn O. Pearce 6af7e4d91a Fix URIish parsing of absolute scp-style URIs 13 years ago
  Shawn O. Pearce 08a9682e32 Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn" 13 years ago
  Jens Baumgart 2dc2dd8b1b IndexDiff: support state [removed, untracked] 13 years ago
  Matthias Sohn 1e510ec20e [findBugs] Silence DM_STRING_CTOR on PacketLineIn 13 years ago
  Matthias Sohn 220cd43482 [findBugs] Fix NP_LOAD_OF_KNOWN_NULL_VALUE 13 years ago
  Christian Halstrick 0e815fe8c5 Fixed ResolveMerger regarding handling of deletions 13 years ago
  Robin Stocker 6290ca3a63 Format merge commit messages like C Git 13 years ago
  Robin Stocker 2fb0f5cfc0 Make Repository.shortenRefName static 13 years ago
  Shawn O. Pearce e488f1cacd Add MutableObjectId setByte to modify a mutable id 13 years ago
  Shawn O. Pearce b22a4e8488 Add ObjectId getByte for random access 13 years ago
  Shawn O. Pearce c27e1daa55 Refactor tree entry formatting into a common class 13 years ago
  Christian Halstrick 99771f04bc Fixed merge algorithm regarding adjacent modifications 13 years ago
  Shawn O. Pearce aa09599a3d Fix ugly diff showing insertion of new method 13 years ago
  Shawn O. Pearce b88b693a3d Fix broken HistogramDiff 13 years ago