]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-09-01 Shawn O. PearceCorrect Javadoc of DiffFormatter class 82/1482/1
2010-09-01 Shawn O. Pearcediff: Fix bad metaVar reference in --abbrev option 81/1481/1
2010-08-31 Marc StrapetzExtend DirCache test case to check "intent to add"... 75/1475/1
2010-08-31 Marc StrapetzPartial support for index file format "3". 46/1446/4
2010-08-31 Shawn PearceMerge "DirCacheEntry: UPDATE_NEEDED should be in-core...
2010-08-31 Shawn O. PearceAdd test for RawParseUtils.formatBase10 73/1473/1
2010-08-31 Marc StrapetzFix RawParseUtils.formatBase10 to work with negative... 66/1466/2
2010-08-31 Chris AniszczykRemove deprecated PersonIdent constructor 72/1472/1
2010-08-31 Christian HalstrickImprove MergeAlgorithm to produce smaller conflicts 70/1470/1
2010-08-31 Marc StrapetzDirCacheEntry: UPDATE_NEEDED should be in-core flag. 65/1465/1
2010-08-31 Matthias SohnFix build of JGit source bundle and feature 63/1463/2
2010-08-30 Christian HalstrickLet Resolve be the default Merge strategy 62/1462/1
2010-08-30 Christian HalstrickAdded merge strategy RESOLVE 26/1226/7
2010-08-30 Chris AniszczykMerge "Add one more test to ReadTreeTest"
2010-08-30 Matthias SohnWait for JIT optimization before measuring diff performance 49/1449/4
2010-08-30 Matthias SohnGenerate source plugin and source feature for jgit 42/1442/3
2010-08-30 Shawn O. PearceImprove LargeObjectException reporting 60/1460/1
2010-08-30 Shawn O. PearceIndexPack: Use byte limited form of getCachedBytes 59/1459/1
2010-08-30 Shawn O. PearceUndo translation of protocol string 'unpack error' 58/1458/1
2010-08-30 Christian HalstrickAdd one more test to ReadTreeTest 50/1450/1
2010-08-29 Shawn O. PearceMerge "Buffer very large delta streams to reduce explos...
2010-08-28 Robin RosenbergRevert "Hide Maven target directories from Eclipse" 44/1444/2
2010-08-27 Shawn O. PearceBuffer very large delta streams to reduce explosion... 41/1441/1
2010-08-27 Chris AniszczykAdd TagCommand 93/1293/11
2010-08-27 Christian HalstrickImplement a Dircache checkout (needed for merge) 25/825/18
2010-08-27 Christian HalstrickAdd getBaseCommit() to Merger 56/1356/3
2010-08-26 Matthias SohnIncrease heap size for jgit tests 35/1435/2
2010-08-26 Matthias SohnRemove unused import 33/1433/1
2010-08-26 Shawn PearceMerge "Fix parsing of multiple authors in PersonIdent."
2010-08-26 Shawn PearceMerge "Use JUnit4 for tests"
2010-08-26 Chris AniszczykRun formatter on edited lines via save action 31/1431/1
2010-08-26 Chris AniszczykUse JUnit4 for tests 30/1430/1
2010-08-26 Marc StrapetzFix parsing of multiple authors in PersonIdent. 24/1324/5
2010-08-26 Shawn O. PearceIncrease temporary buffer for unit test 28/1428/1
2010-08-26 Shawn O. PearceIncrease the default streaming threshold to 15 MiB 27/1427/1
2010-08-26 Shawn O. PearceFix reuse from pack file for REF_DELTA types 26/1426/1
2010-08-26 Shawn O. PearceCleanup and correct resolve Javadoc 10/1410/2
2010-08-26 Shawn O. PearceSupport parsing commit:path style blob references 09/1409/2
2010-08-26 Shawn O. PearceSupport parsing git describe style output 08/1408/2
2010-08-26 Shawn O. PearceRename T0008_testparserev to RepositoryResolveTest 07/1407/2
2010-08-26 Shawn O. PearceThrow AmbiguousObjectException during resolve if its... 03/1403/3
2010-08-26 Shawn O. PearceComplete an abbreviation when formatting a patch 02/1402/3
2010-08-26 Shawn O. PearceUse limited getCachedBytes in RevWalk 01/1401/3
2010-08-26 Shawn O. PearceUse limited getCachedBytes code to reduce duplication 00/1400/3
2010-08-26 Shawn O. PearceAdd brute force byte array loading to ObjectLoader 99/1399/3
2010-08-25 Chris AniszczykMerge "Add ObjectId to the LargeObjectException"
2010-08-25 Shawn O. PearceAdd ObjectId to the LargeObjectException 98/1398/3
2010-08-25 Chris AniszczykMerge "Don't copy more than the object size"
2010-08-25 Chris AniszczykMerge "Use the ObjectStream size during copyTo"
2010-08-25 Benjamin MuskallaFixed typo in DirCache documentation 18/1418/1
2010-08-25 Shawn O. PearceDon't copy more than the object size 97/1397/2
2010-08-25 Shawn O. PearceUse the ObjectStream size during copyTo 96/1396/2
2010-08-25 Shawn O. PearceFix ObjectDirectory abbreviation resolution to notice... 06/1406/1
2010-08-23 Shawn O. PearceFully implement SHA-1 abbreviations 89/1389/1
2010-08-23 Shawn O. PearceDelete deprecated ObjectWriter 87/1387/1
2010-08-23 Shawn O. PearceAdd openEntryStream to WorkingTreeIterator 86/1386/1
2010-08-23 Shawn O. PearceAdd setLength(long) to DirCacheEntry 85/1385/1
2010-08-23 Shawn O. PearceMove commit and tag formatting to CommitBuilder, TagBuilder 84/1384/1
2010-08-23 Shawn O. PearceRename Commit, Tag to CommitBuilder, TagBuilder 83/1383/1
2010-08-23 Shawn O. PearceAdd documentation explaining how to read Commit and Tag 82/1382/1
2010-08-23 Christian HalstrickImproved creation of JGitInternalException 70/1370/1
2010-08-21 Marc StrapetzPerform automatic CRLF to LF conversion during WorkingT... 79/1179/7
2010-08-21 Shawn O. PearceExpose pack fetch/push connections for subclassing 46/1246/3
2010-08-21 Shawn O. PearceAllow ObjectReuseAsIs to have more control over write... 24/1224/4
2010-08-21 Shawn O. PearceAllow ObjectToPack subclasses to use up to 4 bits of... 23/1223/4
2010-08-21 Shawn O. PearceImplement async/batch lookup of object data 22/1222/4
2010-08-21 Shawn O. PearceOffer ObjectReaders advice about a RevWalk 21/1221/3
2010-08-21 Shawn O. PearceAllow object reuse selection to occur in parallel 20/1220/3
2010-08-21 Shawn O. PearceFlush the pack header as soon as its ready 19/1219/3
2010-08-21 Shawn O. PearceExport the ObjectId on MissingObjectException 18/1218/3
2010-08-21 Shawn O. PearceExpose OBJ_ANY in ObjectReader 17/1217/3
2010-08-21 Shawn O. PearceExpose getType in ObjectToPack 16/1216/3
2010-08-21 Shawn O. PearceAdd copyTo(ByteBuffer) to AnyObjectId 15/1215/3
2010-08-21 Shawn O. PearceAdd copyTo(byte[], int) to AnyObjectId 14/1214/3
2010-08-21 Shawn O. PearceAdd a public RevTag.parse() method 67/1367/1
2010-08-21 Shawn O. PearceAdd a public RevCommit.parse() method 66/1366/1
2010-08-21 Shawn O. PearceMake Tag class only for writing 65/1365/1
2010-08-21 Shawn O. PearceMake Commit class only for writing 64/1364/1
2010-08-21 Shawn O. PearceCorrect PersonIdent hashCode() and equals() to ignore... 63/1363/1
2010-08-21 Shawn O. PearceTry really hard to load a commit or tag 62/1362/1
2010-08-20 Christian HalstrickFix ReadTreeTests to not rely on cached index 52/1352/1
2010-08-19 Shawn O. PearceFix formatting of serialization code in ObjectId 43/1343/1
2010-08-19 Shawn O. PearceMake ObjectId.compareTo final 42/1342/1
2010-08-19 Shawn O. PearceMake ObjectId.hashCode final too 41/1341/1
2010-08-19 Shawn O. PearceRemove unnecessary ObjectId.copy() calls 40/1340/1
2010-08-19 Mathias KinzlerFix missing Configuration Change eventing 81/1281/6
2010-08-19 Christian HalstrickEnhance MergeResult to report conflicts, etc 25/1225/5
2010-08-19 Chris AniszczykAllow for optional tagger and message in Tag 33/1333/4
2010-08-19 Chris AniszczykRemove getter and setter for author in Tag 31/1331/2
2010-08-18 Christian HalstrickAdd blob-data to utility method indexState() 16/1316/2
2010-08-18 Christian Halstrickadded resetIndex() to RepositoryTestCase 15/1315/2
2010-08-18 Robin RosenbergDo not trigger RefsChangedEvent on the first attempt... 09/1309/2
2010-08-18 Ketan PadegaonkarAdd FileRepository(String) convenience constructor 22/1322/2
2010-08-18 Shawn PearceMerge "Backout RevObject's object-identity based equal...
2010-08-16 Matthias SohnSet default file encoding used for JGit tests to UTF-8 14/1314/1
2010-08-15 Matthias SohnBackout RevObject's object-identity based equals imple... 13/1313/1
2010-08-12 Shawn PearceMerge "Fix RevCommitList to work with subclasses of...
2010-08-12 Matthias SohnFix RevCommitList to work with subclasses of RevWalk 99/1299/1
2010-08-12 Jens BaumgartImprove IndexDiff performance 90/1290/3
2010-08-11 Chris AniszczykMerge "Hide Maven target directories from Eclipse"
next