| Commit message (Expand) | Author | Age | Files | Lines |
* | Support parsing git describe style output | Shawn O. Pearce | 2010-08-25 | 2 | -16/+64 |
* | Rename T0008_testparserev to RepositoryResolveTest | Shawn O. Pearce | 2010-08-25 | 1 | -1/+1 |
* | Throw AmbiguousObjectException during resolve if its ambiguous | Shawn O. Pearce | 2010-08-25 | 2 | -3/+24 |
* | Complete an abbreviation when formatting a patch | Shawn O. Pearce | 2010-08-25 | 5 | -9/+144 |
* | Use limited getCachedBytes in RevWalk | Shawn O. Pearce | 2010-08-25 | 6 | -48/+78 |
* | Use limited getCachedBytes code to reduce duplication | Shawn O. Pearce | 2010-08-25 | 4 | -83/+12 |
* | Add brute force byte array loading to ObjectLoader | Shawn O. Pearce | 2010-08-25 | 3 | -6/+380 |
* | Merge "Add ObjectId to the LargeObjectException" | Chris Aniszczyk | 2010-08-25 | 1 | -2/+26 |
|\ |
|
| * | Add ObjectId to the LargeObjectException | Shawn O. Pearce | 2010-08-25 | 1 | -2/+26 |
* | | Merge "Don't copy more than the object size" | Chris Aniszczyk | 2010-08-25 | 1 | -3/+3 |
|\ \ |
|
| * | | Don't copy more than the object size | Shawn O. Pearce | 2010-08-24 | 1 | -3/+3 |
* | | | Merge "Use the ObjectStream size during copyTo" | Chris Aniszczyk | 2010-08-25 | 1 | -1/+2 |
|\| |
| |/
|/| |
|
| * | Use the ObjectStream size during copyTo | Shawn O. Pearce | 2010-08-24 | 1 | -1/+2 |
* | | Fixed typo in DirCache documentation | Benjamin Muskalla | 2010-08-25 | 1 | -1/+1 |
|/ |
|
* | Fix ObjectDirectory abbreviation resolution to notice new packs | Shawn O. Pearce | 2010-08-24 | 2 | -12/+23 |
* | Fully implement SHA-1 abbreviations | Shawn O. Pearce | 2010-08-23 | 20 | -82/+724 |
* | Delete deprecated ObjectWriter | Shawn O. Pearce | 2010-08-23 | 14 | -399/+262 |
* | Add openEntryStream to WorkingTreeIterator | Shawn O. Pearce | 2010-08-23 | 2 | -6/+36 |
* | Add setLength(long) to DirCacheEntry | Shawn O. Pearce | 2010-08-23 | 3 | -0/+18 |
* | Move commit and tag formatting to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 13 | -139/+214 |
* | Rename Commit, Tag to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 15 | -44/+49 |
* | Add documentation explaining how to read Commit and Tag | Shawn O. Pearce | 2010-08-23 | 2 | -0/+8 |
* | Improved creation of JGitInternalException | Christian Halstrick | 2010-08-23 | 2 | -3/+3 |
* | Perform automatic CRLF to LF conversion during WorkingTreeIterator | Marc Strapetz | 2010-08-20 | 12 | -67/+627 |
* | Expose pack fetch/push connections for subclassing | Shawn O. Pearce | 2010-08-20 | 2 | -5/+41 |
* | Allow ObjectReuseAsIs to have more control over write ordering | Shawn O. Pearce | 2010-08-20 | 5 | -27/+110 |
* | Allow ObjectToPack subclasses to use up to 4 bits of flags | Shawn O. Pearce | 2010-08-20 | 1 | -3/+69 |
* | Implement async/batch lookup of object data | Shawn O. Pearce | 2010-08-20 | 10 | -176/+864 |
* | Offer ObjectReaders advice about a RevWalk | Shawn O. Pearce | 2010-08-20 | 6 | -3/+70 |
* | Allow object reuse selection to occur in parallel | Shawn O. Pearce | 2010-08-20 | 6 | -15/+45 |
* | Flush the pack header as soon as its ready | Shawn O. Pearce | 2010-08-20 | 1 | -0/+1 |
* | Export the ObjectId on MissingObjectException | Shawn O. Pearce | 2010-08-20 | 1 | -0/+8 |
* | Expose OBJ_ANY in ObjectReader | Shawn O. Pearce | 2010-08-20 | 1 | -1/+1 |
* | Expose getType in ObjectToPack | Shawn O. Pearce | 2010-08-20 | 1 | -1/+2 |
* | Add copyTo(ByteBuffer) to AnyObjectId | Shawn O. Pearce | 2010-08-20 | 1 | -0/+10 |
* | Add copyTo(byte[], int) to AnyObjectId | Shawn O. Pearce | 2010-08-20 | 1 | -0/+16 |
* | Add a public RevTag.parse() method | Shawn O. Pearce | 2010-08-20 | 2 | -0/+73 |
* | Add a public RevCommit.parse() method | Shawn O. Pearce | 2010-08-20 | 2 | -0/+69 |
* | Make Tag class only for writing | Shawn O. Pearce | 2010-08-20 | 11 | -338/+185 |
* | Make Commit class only for writing | Shawn O. Pearce | 2010-08-20 | 15 | -454/+378 |
* | Correct PersonIdent hashCode() and equals() to ignore milliseconds | Shawn O. Pearce | 2010-08-20 | 1 | -2/+5 |
* | Try really hard to load a commit or tag | Shawn O. Pearce | 2010-08-20 | 1 | -1/+25 |
* | Fix ReadTreeTests to not rely on cached index | Christian Halstrick | 2010-08-20 | 2 | -1/+7 |
* | Fix formatting of serialization code in ObjectId | Shawn O. Pearce | 2010-08-19 | 1 | -3/+4 |
* | Make ObjectId.compareTo final | Shawn O. Pearce | 2010-08-19 | 1 | -4/+4 |
* | Make ObjectId.hashCode final too | Shawn O. Pearce | 2010-08-19 | 1 | -1/+1 |
* | Remove unnecessary ObjectId.copy() calls | Shawn O. Pearce | 2010-08-19 | 7 | -14/+10 |
* | Fix missing Configuration Change eventing | Mathias Kinzler | 2010-08-19 | 5 | -1/+146 |
* | Enhance MergeResult to report conflicts, etc | Christian Halstrick | 2010-08-19 | 3 | -25/+136 |
* | Allow for optional tagger and message in Tag | Chris Aniszczyk | 2010-08-18 | 1 | -4/+7 |