248 Commits (6e155d5f415e7f62f3f25e082dbee558e5be0b2d)

Author SHA1 Message Date
Shawn O. Pearce 0b46e70155 Fix infinite loop in IndexPack 14 years ago
Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 14 years ago
Christian Halstrick b840ed0121 Added dirty-detection to WorkingTreeIterator 14 years ago
Robin Rosenberg 845714158a Handle the tilde notation (~user) of git url 14 years ago
Stefan Lay 233e0130b5 Git Porcelain API: Add Command 14 years ago
Charley Wang b878cdcf6b Add compatibility with gitignore specifications 14 years ago
Jeff Schumacher bc08fafb41 Added very small optimization to exact rename detection 14 years ago
Jeff Schumacher a20e6f6fec Fixed Misleading Javadoc 14 years ago
Jeff Schumacher 9a48de86d8 Added file path similarity to scoring metric in rename detection 14 years ago
Jeff Schumacher 4c14b7869d Fixed potential div by zero bug 14 years ago
Jeff Schumacher 64b9458640 Added file size based rename detection optimization 14 years ago
Robin Rosenberg d787a82e50 Internationalize RepositoryState descriptions 14 years ago
Robin Rosenberg a1492f1922 Say that commit is allowed during bisect 14 years ago
Matthias Sohn b8f2bb7d2a Add support for updateNeeded flag in DirCacheEntry 14 years ago
Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 14 years ago
Stefan Lay 354b90131a Fix javadoc typos in JGit API 14 years ago
Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago
Stefan Lay 311da9b211 Fix comparison of nanoseconds 14 years ago
Shawn O. Pearce 1913b41bc7 log: Implement --follow 14 years ago
Shawn O. Pearce e9de5643fa Cache the diff configuration section 14 years ago
Shawn O. Pearce 8a0c58394d log: Add whitespace ignore options 14 years ago
Shawn O. Pearce bd8740dc14 Format submodule links during differences 14 years ago
Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 14 years ago
Shawn O. Pearce 04a9d23b9a log, diff: Add rename detection support 14 years ago
Shawn O. Pearce 978535b090 Implement similarity based rename detection 14 years ago
Jeff Schumacher cb8e1e6014 Added a preliminary version of rename detection 14 years ago
Jeff Schumacher 7b0b4110ed Refactored code out of FileHeader to facilitate rename detection 14 years ago
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
Matthias Sohn 767fb175ed Fix line endings 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 14 years ago
Shawn O. Pearce 239ce58553 Start 0.9 development 14 years ago
Shawn O. Pearce d28a40d679 Qualify post-0.8.4 builds 14 years ago
Matthias Sohn 6970edf35a JGit 0.8.4 14 years ago
Matthias Sohn 5255d66143 JGit 0.8.3 14 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