180 Commits (629fd0d594d242eab26161b0dac34f7576fd4d3d)

Author SHA1 Message Date
  Dmitry Neverov 44854741c5 Fix missing flush in StreamCopyThread 14 years ago
  Jeff Schumacher 9f2249bd26 Added check for binary files while diffing 14 years ago
  Jeff Schumacher 9869ef2592 Added further support for whitespace ignoring during diff 14 years ago
  Jeff Schumacher 543235b805 Added support for whitespace ignoring 14 years ago
  Shawn O. Pearce 5ed96eb7f4 UploadPack: Avoid unnecessary flush in smart HTTP 14 years ago
  Shawn O. Pearce 066df3d1a1 Add MutableObjectId.copyFrom(AnyObjectId) 14 years ago
  Shawn O. Pearce 677b9b17e2 Expose AnyObjectId compareTo(byte[]) and compareTo(int[]) 14 years ago
  Shawn O. Pearce 864cc3de10 Expose RefWriter constructor taking RefList 14 years ago
  Shawn O. Pearce bfc43c13bc Expose RefUpdate constructor to any subclass 14 years ago
  Shawn O. Pearce 8e40697047 Expose repository change event constructors 14 years ago
  Shawn O. Pearce b3254d1159 isValidRefName: Inline the forbidden ref suffix of ".lock" 14 years ago
  Andrew Bayer 068eb92710 Make ObjectId, RefSpec, RemoteConfig, URIish serializable 14 years ago
  Mathias Kinzler 3c51b35e03 "Bare" Repository should not return working directory. 14 years ago
  Mathias Kinzler c1c1300a74 Allow to read configured keys 14 years ago
  Shawn O. Pearce bc238acdc5 Add missing @Override tags in AlternateRepositoryDatabase 15 years ago
  Robin Rosenberg 3bf96dd04b Cache filemode in GitIndex 14 years ago
  Robin Rosenberg 3a2a43a1dc Remove unused parent field in PlotLane 14 years ago
  Robin Rosenberg 292fe88c50 Removed unused repo field in WorkDirCheckout 14 years ago
  Robin Rosenberg ce56c5dcc9 Extend DiffFormatter API to simplify styling 14 years ago
  Marc Strapetz 936e4ab2f2 Repository can be configured with FS 14 years ago
  Robin Rosenberg 920d89d6af Add support for computing a Change-Id à la Gerrit 14 years ago
  Alex Blewitt 046d1a2ef6 Provide a public entry method to determine whether a URI protocol is supported 14 years ago
  Shawn O. Pearce 16419dad35 Don't use interruptable pread() to access pack files 14 years ago
  Stefan Lay 5b0e73b849 Add a merge command to the jgit API 14 years ago
  Christian Halstrick 6ca9843f3e Added merge support to CommitCommand 14 years ago
  Sasa Zivkov f3d8a8ecad Externalize strings from JGit 14 years ago
  Shawn O. Pearce 2e961989e4 Fix SSH deadlock during OutOfMemoryError 14 years ago
  Dmitry Neverov b3247ba524 Fix race condition in StreamCopyThread 14 years ago
  Shawn O. Pearce ae972e774e Remove unnecessary truncation of in-pack size during copy 14 years ago
  Shawn O. Pearce b6d0586bef Reduce the size of PackWriter's ObjectToPack instances 14 years ago
  Shawn O. Pearce cb5bc19540 Reduce size of PackedObjectLoader by dropping long to int 14 years ago
  Shawn O. Pearce 9c4d42e94d Factor out duplicate Inflater setup in WindowCursor 14 years ago
  Shawn O. Pearce d8f20745bf Squash OffsetCache into WindowCache 14 years ago
  Shawn O. Pearce 3cb59216f5 Avoid unnecessary second read on OBJ_OFS_DELTA headers 14 years ago
  Shawn O. Pearce 3cba5377df Fix hang when fetching over SSH 14 years ago
  Shawn O. Pearce f999b4aa63 Fix interrupted write in StreamCopyThread 14 years ago
  Dmitry Neverov 3f143b8d6b Fix missing flush in StreamCopyThread 14 years ago
  Christian Halstrick f3fb5824ba Add builder-style API to jgit and Commit & Log cmd 14 years ago
  Robin Rosenberg a496410df9 A stages field and getter for GitIndex entry introduced 14 years ago
  Christian Halstrick b9ab040b45 Added MERGING_RESOLVED repository state 14 years ago
  Shawn O. Pearce dd63f5cfc1 Fix FooterLine.matches(FooterKey) on same length keys 14 years ago
  Robin Rosenberg c10e134157 Fix handling of corruption for truncated objects 14 years ago
  Shawn O. Pearce 374c28057a Don't insert the same pack twice into a pack list 14 years ago
  Shawn O. Pearce a0a52897ed Favor earlier PackFile instances over later duplicates 14 years ago
  Shawn O. Pearce eeed0abd16 Cleanup duplicated object reuse code in PackWriter 14 years ago
  Shawn O. Pearce dafa8fbff4 Fix NPE during InflaterCache return after corrupt loose object 14 years ago
  Shawn O. Pearce 585dcb7a1c ReceivePack: Clarify the check reachable option 14 years ago
  Shawn O. Pearce a770205070 ReceivePack: Micro-optimize object lookup when checking connectivity 14 years ago
  Shawn O. Pearce 6029bb24ad ReceivePack: Correct type of not provided object 14 years ago
  Shawn O. Pearce 2bb8defa54 IndexPack: Tighten up new and base object bookkeeping 14 years ago