]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-08-05 Chris AniszczykMerge "Add the parameter "update" to the Add command"
2010-08-05 Chris AniszczykMerge "add fsTick() to RepositoryTestCase"
2010-08-05 Chris AniszczykMerge "add more control to indexState() return-value"
2010-08-05 Stefan LayAllow to replace existing Change-Id 39/1239/3
2010-08-04 Shawn O. PearceRename getOldName,getNewName to getOldPath,getNewPath 95/1195/2
2010-08-04 Shawn O. PearceMerge branch 'js/diff' 37/1237/1
2010-08-04 Jeff SchumacherFixed bug in scoring mechanism for rename detection 32/1232/2
2010-08-04 Jens BaumgartAdd gitignore support to IndexDiff and use TreeWalk 33/1233/4
2010-08-04 Stefan LayAdd the parameter "update" to the Add command 47/1147/7
2010-08-04 Christian Halstrickadd fsTick() to RepositoryTestCase 31/1231/2
2010-08-04 Christian Halstrickadd more control to indexState() return-value 30/1230/2
2010-08-03 Christian HalstrickMerge "Fixed FileTreeIteratorWithTimeControl"
2010-08-02 Benjamin MuskallaAllow version builtin to run without git repository 12/1212/1
2010-07-30 Stefan LayFixed FileTreeIteratorWithTimeControl 03/1203/2
2010-07-29 Christian HalstrickMake use of Repository.writeMerge...() 97/1197/1
2010-07-28 Shawn O. PearceRemove use of SortedSet.floor() 93/1193/1
2010-07-28 Christian HalstrickMerge "Fix tag sorting in PlotWalk"
2010-07-28 Christian HalstrickAdd tests for racy git / Index state encoding 61/1161/4
2010-07-28 Mathias KinzlerMeaningful error message when trying to check-out submo... 83/1083/4
2010-07-28 Christian HalstrickFix unit tests under windows 85/1185/2
2010-07-28 Shawn O. PearceFix tag sorting in PlotWalk 92/1192/1
2010-07-28 Christian HalstrickTeach NameConflictTreeWalk to report DF conflicts 69/1169/3
2010-07-28 Mathias KinzlerStack Overflow in EGit History View 83/1183/1
2010-07-28 Jeff SchumacherBreak dissimilar file pairs during diff 70/1170/7
2010-07-27 Christian HalstrickAdd methods which write MERGE_HEAD and MERGE_MSG 62/1162/3
2010-07-27 Jens BaumgartFix concurrent read / write issue in LockFile on Windows 72/1172/5
2010-07-27 Robin StockerFix Javadoc warnings 74/1174/2
2010-07-27 Shawn O. PearceMake forPath(ObjectReader) variant in TreeWalk 80/1180/1
2010-07-26 Shawn O. PearceMake StoredConfig an abstraction above FileBasedConfig 78/1178/1
2010-07-22 Shawn O. PearceMerge branch 'delta' 71/1171/1
2010-07-22 Stefan LayAllow client of Add command to set a WorkingTreeIterator 66/1166/2
2010-07-22 Stefan LayAllow for filepattern "." in AddCommand 65/1165/1
2010-07-22 Stefan LayDo not add ignored files in Add command 63/1163/1
2010-07-21 Shawn O. PearceMove ignore node handling into WorkingTreeIterator 56/1156/5
2010-07-21 Shawn PearceMerge "Fix concurrent read / write issue in GitIndex...
2010-07-21 Jens BaumgartFix concurrent read / write issue in GitIndex on Windows 52/1152/4
2010-07-20 Christian HalstrickCheck for racy git in WorkingTreeIterator 43/1143/2
2010-07-20 Christian HalstrickSmudge racily clean index entries by truncating length... 42/1142/2
2010-07-20 Shawn O. PearceUse proper constants for .gitignore and .git directory 55/1155/1
2010-07-20 Shawn O. PearceRemove gitIgnoreTimestamp from abstract iterator API 54/1154/1
2010-07-20 Shawn O. PearceFix NPE in RenameDetector 51/1151/1
2010-07-20 Shawn O. PearceIndexPack: Fix spurious pack file corruption errors 50/1150/1
2010-07-16 Jonathan GossageFully implement Logger interface 89/689/2
2010-07-16 Shawn O. PearceDiscard the uncompressed delta as soon as its compressed 41/1141/1
2010-07-16 Shawn O. PearceMerge branch 'js/rename' 40/1140/1
2010-07-16 Shawn O. PearceFix infinite loop in IndexPack 49/1049/4
2010-07-16 Jeff SchumacherImplemented file path based tie breaking to exact renam... 30/1130/2
2010-07-16 Christian HalstrickAdded dirty-detection to WorkingTreeIterator 59/1059/7
2010-07-15 Shawn PearceMerge "Remove an unused File reference in test code"
2010-07-15 Robin RosenbergRemove an unused File reference in test code 37/1137/1
2010-07-15 Shawn PearceMerge "Handle the tilde notation (~user) of git url"
2010-07-14 Robin RosenbergHandle the tilde notation (~user) of git url 34/1134/1
2010-07-14 Stefan LayGit Porcelain API: Add Command 36/1036/7
2010-07-14 Shawn PearceMerge changes I104cd62f,I1d0238b4
2010-07-13 Christian HalstrickFix ReadTreeTest 25/1125/3
2010-07-12 Charley WangAdd compatibility with gitignore specifications 83/683/20
2010-07-12 Jeff SchumacherAdded more test cases for RenameDetector 23/1123/3
2010-07-12 Jeff SchumacherAdded very small optimization to exact rename detection 22/1122/2
2010-07-12 Jeff SchumacherFixed Misleading Javadoc 21/1121/2
2010-07-12 Jeff SchumacherAdded file path similarity to scoring metric in rename... 93/1093/3
2010-07-12 Jeff SchumacherFixed potential div by zero bug 92/1092/2
2010-07-12 Jeff SchumacherAdded file size based rename detection optimization 91/1091/2
2010-07-10 Robin RosenbergInternationalize RepositoryState descriptions 96/1096/2
2010-07-10 Shawn O. PearceHonor pack.windowlimit to cap memory usage during packing 16/1116/1
2010-07-10 Shawn O. PearceHonor pack.threads and perform delta search in parallel 15/1115/1
2010-07-10 Shawn O. PearceCache small deltas during packing 14/1114/1
2010-07-10 Shawn O. PearceImplement delta generation during packing 13/1113/1
2010-07-10 Shawn O. Pearcedebug-show-packdelta: Dump a pack delta to the console 12/1112/1
2010-07-10 Shawn O. PearceInitial pack format delta generator 11/1111/1
2010-07-10 Shawn O. PearceAdd debugging toString() method to ObjectToPack 10/1110/1
2010-07-10 Shawn O. PearceMake ObjectToPack clearReuseAsIs signal available to... 09/1109/1
2010-07-10 Shawn O. PearceCorrectly classify the compressing objects phase 08/1108/1
2010-07-10 Shawn O. PearceRefactor ObjectToPack's delta depth setting 07/1107/1
2010-07-10 Shawn O. PearceConfigure core.bigFileThreshold into PackWriter 06/1106/1
2010-07-10 Shawn O. PearceAdd doNotDelta flag to ObjectToPack 05/1105/1
2010-07-10 Shawn O. PearceAdd more configuration options to PackWriter 04/1104/1
2010-07-10 Robin RosenbergSay that commit is allowed during bisect 95/1095/1
2010-07-09 Shawn O. PearceSave object path hash codes during packing 03/1103/1
2010-07-09 Shawn O. PearceAdd path hash code to ObjectWalk 02/1102/1
2010-07-09 Shawn O. PearceAdd getObjectSize to ObjectReader 01/1101/1
2010-07-09 Shawn O. PearceAllow TemporaryBuffer.Heap to allocate smaller than... 00/1100/1
2010-07-09 Christian HalstrickMerge "Allow ReadTreeTest to test arbitrary Checkouts"
2010-07-09 Matthias SohnAdd support for updateNeeded flag in DirCacheEntry 78/1078/2
2010-07-08 Jeff SchumacherCreate FileHeader from DiffEntry 85/1085/5
2010-07-08 Christian HalstrickAllow ReadTreeTest to test arbitrary Checkouts 56/1056/3
2010-07-08 Stefan LayFix javadoc typos in JGit API 81/1081/1
2010-07-07 Shawn O. PearceDefine a constant for 127 in DeltaEncoder 99/1099/1
2010-07-07 Shawn O. PearceCap delta copy instructions at 64k 98/1098/1
2010-07-07 Shawn O. PearceDeprecate all of the older Tree related code 77/1077/3
2010-07-07 Shawn O. PearceFix DeltaEncoder header for objects 128 bytes long 97/1097/1
2010-07-07 Shawn O. Pearceamend commit: Support large delta packed objects as... 73/1073/2
2010-07-07 Shawn O. Pearceamend commit: Support large loose objects as streams 72/1072/2
2010-07-06 Stefan LayFix comparison of nanoseconds 67/1067/1
2010-07-04 Shawn O. Pearcelog: Implement --follow 55/1055/1
2010-07-04 Shawn O. PearceCache the diff configuration section 54/1054/1
2010-07-04 Shawn O. Pearcelog: Add whitespace ignore options 53/1053/1
2010-07-03 Shawn O. PearceFormat submodule links during differences 52/1052/1
2010-07-03 Shawn O. PearceRedo DiffFormatter API to be easier to use 51/1051/1
2010-07-03 Shawn O. Pearcelog, diff: Add rename detection support 50/1050/1
2010-07-03 Shawn O. PearceImplement similarity based rename detection 48/1048/2
next