]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-06-13 Matthias SohnJGit 0.8.3 30/830/1
2010-06-08 Matthias SohnInclude about.html in org.eclipse.jgit artifact 20/820/1
2010-06-07 Chris AniszczykFix build.properties of the JGit feature 18/818/1
2010-06-07 Chris AniszczykAdded the standard SULA for JGit 17/817/1
2010-06-05 Matthias SohnAdd "resources/" as a source folder 10/810/1
2010-06-02 Shawn O. PearceQualify post-0.8.1 builds 94/794/3
2010-06-02 Shawn O. PearceJGit 0.8.1 97/797/1 v0.8.1
2010-06-02 Shawn O. PearceBump all features during release 96/796/2
2010-06-01 Shawn PearceMerge "Describe how to generate iplog."
2010-05-29 Matthias SohnDescribe how to generate iplog. 73/773/3
2010-05-28 Shawn O. Pearceeclipse-iplog: Use contribution rather than bug element 72/772/1
2010-05-28 Shawn O. Pearceeclipse-iplog: Add new consumes element to IP log 71/771/1
2010-05-28 Shawn O. PearceUpdate cache of IPzilla CQ 3904 68/768/1
2010-05-28 Shawn O. Pearceeclipse-ipzilla: Correctly parse result with empty... 67/767/1
2010-05-28 Shawn O. PearceExternalize strings in Commit command 66/766/1
2010-05-27 Shawn O. PearceDon't use interruptable pread() to access pack files 59/759/1
2010-05-24 Stefan LayAdd a merge command to the jgit API 23/723/6
2010-05-20 Christian HalstrickAdded merge support to CommitCommand 21/721/4
2010-05-19 Sasa ZivkovTest root locale translations 29/729/1
2010-05-19 Sasa ZivkovExternalize strings from JGit 98/598/4
2010-05-19 Shawn O. PearceFix SSH deadlock during OutOfMemoryError 08/708/3
2010-05-19 Dmitry NeverovFix race condition in StreamCopyThread 28/728/1
2010-05-17 Shawn O. PearceRemove unnecessary truncation of in-pack size during... 12/712/2
2010-05-16 Shawn O. PearceReduce the size of PackWriter's ObjectToPack instances 10/710/1
2010-05-16 Shawn O. PearceReduce size of PackedObjectLoader by dropping long... 09/709/1
2010-05-15 Shawn O. PearceFactor out duplicate Inflater setup in WindowCursor 06/706/1
2010-05-15 Shawn O. PearceSquash OffsetCache into WindowCache 05/705/2
2010-05-15 Shawn O. PearceAvoid unnecessary second read on OBJ_OFS_DELTA headers 04/704/1
2010-05-13 Shawn O. PearceFix hang when fetching over SSH 96/696/1
2010-05-13 Shawn O. PearceFix interrupted write in StreamCopyThread 95/695/1
2010-05-13 Dmitry NeverovFix missing flush in StreamCopyThread 94/694/1
2010-05-12 Christian HalstrickAdd commit command to the pgm package 03/603/3
2010-05-11 Matthias SohnMerge "Fix Maven Javadoc generation problem"
2010-05-11 Jonathan GossageFix Maven Javadoc generation problem 85/685/1
2010-05-11 Matthias SohnAdd missing pom dependency to org.eclipse.jgit.junit 84/684/1
2010-05-11 Matthias SohnExpose org.eclipse.jgit.junit via jgit p2 repository 78/678/1
2010-05-10 Christian HalstrickAdd builder-style API to jgit and Commit & Log cmd 91/591/10
2010-05-08 Robin RosenbergMerge "Added MERGING_RESOLVED repository state"
2010-05-08 Robin RosenbergMerge "A stages field and getter for GitIndex entry...
2010-05-08 Robin RosenbergA stages field and getter for GitIndex entry introduced 30/630/3
2010-05-08 Christian HalstrickAdded MERGING_RESOLVED repository state 67/667/2
2010-05-08 Robin RosenbergMerge "Lock down maven plugin versions"
2010-05-04 Shawn O. PearceFix FooterLine.matches(FooterKey) on same length keys 43/643/1
2010-05-03 Chris AniszczykMerge "Fix handling of corruption for truncated objects"
2010-05-03 Chris AniszczykMerge "Don't insert the same pack twice into a pack...
2010-05-03 Chris AniszczykMerge changes I0d339b9f,I0e6673b8
2010-05-01 Robin RosenbergFix handling of corruption for truncated objects 35/635/1
2010-04-30 Matthias SohnLock down maven plugin versions 33/633/1
2010-04-28 Shawn O. PearceFix ReceivePackRefFilterTest on Windows 20/620/3
2010-04-27 Chris AniszczykCleaning up provider and feature names 18/618/1
2010-04-27 Shawn O. PearceDon't insert the same pack twice into a pack list 12/612/1
2010-04-27 Shawn O. PearceFavor earlier PackFile instances over later duplicates 11/611/1
2010-04-27 Shawn O. PearceCleanup duplicated object reuse code in PackWriter 10/610/1
2010-04-24 Robin RosenbergMerge "Fix NPE during InflaterCache return after corrup...
2010-04-23 Shawn O. PearceFix NPE during InflaterCache return after corrupt loose... 94/594/1
2010-04-20 Shawn O. PearceMerge branch 'receive-pack-filter' 84/584/1
2010-04-17 Matthias SohnMerge "ObjectIdSubclassMap: Correct Iterator to throw...
2010-04-17 Matthias SohnMerge "ObjectIdSubclassMap: Add isEmpty() method"
2010-04-17 Robin RosenbergMerge "IndexPack: Correct thin pack fix using less...
2010-04-17 Shawn O. PearceReceivePack: Clarify the check reachable option 75/575/1
2010-04-17 Shawn O. PearceReceivePack: Micro-optimize object lookup when checking... 74/574/1
2010-04-17 Shawn O. PearceReceivePack: Correct type of not provided object 73/573/1
2010-04-17 Shawn O. PearceIndexPack: Tighten up new and base object bookkeeping 72/572/1
2010-04-16 Shawn O. PearceReceivePack: Remove need new,base object id properties 71/571/1
2010-04-16 Shawn O. PearceReceivePack: Discard IndexPack as soon as possible 70/570/1
2010-04-16 Shawn O. PearceReceivePack: fix ensureProvidedObjectsVisible on thin... 51/551/4
2010-04-16 Shawn O. PearceObjectIdSubclassMap: Correct Iterator to throw NoSuchEl... 69/569/1
2010-04-16 Shawn O. PearceObjectIdSubclassMap: Add isEmpty() method 68/568/1
2010-04-16 Shawn O. PearceIndexPack: Correct thin pack fix using less than 20... 52/552/2
2010-04-15 Shawn O. PearceFix unit tests using MockSystemReader with user configu... 59/559/1
2010-04-13 Robin RosenbergOptimize ref scanning 50/550/1
2010-04-13 Matthias SohnMerge "Make Repository.getConfig aware of changed config"
2010-04-12 Jens BaumgartMake Repository.getConfig aware of changed config 28/528/2
2010-04-11 Shawn PearceMerge "Speed up check for modifications of tracked...
2010-04-11 Shawn O. PearceMerge 'Update build to use Tycho 0.8' 43/543/1
2010-04-10 Matthias SohnUpdate build to use Tycho 0.8 41/541/1
2010-04-10 Robin RosenbergSpeed up check for modifications of tracked resources 38/538/1
2010-04-05 Robin RosenbergJGit plugin not compatible with Eclipse 3.4 17/517/4
2010-03-23 Marc StrapetzMake parsing of PersonIdent from raw byte array fault... 96/396/1
2010-03-22 Shawn O. PearceMerge branch 'stable-0.7'
2010-03-22 Shawn O. PearceQualify post-0.7.1 builds stable-0.7
2010-03-22 Shawn O. PearceMerge branch 'stable-0.7'
2010-03-22 Shawn O. PearceJGit 0.7.1 v0.7.1
2010-03-21 Shawn O. PearceFix EGit deadlock listing branches of SSH remote 88/388/2
2010-03-21 Shawn O. PearceMerge branch 'stable-0.7' 90/390/1
2010-03-21 Shawn O. PearceQualify builds as 0.8.0 87/387/2
2010-03-21 Shawn O. PearceMerge branch 'stable-0.7' 86/386/2
2010-03-21 Shawn O. PearceQualify post-0.7.0 builds 85/385/2
2010-03-19 Shawn O. PearceJGit 0.7.0 79/379/1 v0.7.0
2010-03-19 Shawn O. Pearcetools/version.sh: Update OSGi manifest files 78/378/1
2010-03-19 Shawn O. PearceDrop CQ 3448 from IP log 77/377/1
2010-03-18 Nico SallembienAdd a paranoid 'must be provided' option to ReceivePack 54/354/5
2010-03-13 Shawn O. PearceMerge branch 'stable-0.7'
2010-03-13 Shawn O. PearceMerge branch 'push-sideband' into stable-0.7 47/347/2
2010-03-13 Shawn O. PearceReuse the line buffer between strings in PacketLineIn 07/307/2
2010-03-13 Shawn O. Pearcehttp.server: Use TemporaryBuffer and compress some... 06/306/2
2010-03-13 Shawn O. PearceReduce multi-level buffered streams in transport code 05/305/2
2010-03-13 Shawn O. PearceFix smart HTTP client buffer alignment 04/304/2
2010-03-13 Shawn O. PearceUse "ERR message" for early ReceivePack problems 01/301/2
2010-03-13 Shawn O. PearceCatch and report "ERR message" during remote advertisements 00/300/2
next