]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2010-06-28 Shawn O. PearceRefactor Repository.openObject to be Repository.open 92/992/1
2010-06-28 Shawn O. PearceMove PackWriter progress monitors onto the operations 91/991/1
2010-06-28 Shawn O. PearcePass the PackOutputStream down the call stack 90/990/1
2010-06-28 Shawn O. PearceRemove Repository.openObject(ObjectReader, AnyObjectId) 89/989/1
2010-06-28 Shawn O. PearceThrow IncorrectObjectTypeException on bad type hints 88/988/1
2010-06-28 Shawn O. PearceEnsure ObjectReader used by PackWriter is released 87/987/1
2010-06-28 Shawn O. PearceEnsure PackWriter releases its ObjectReader 86/986/1
2010-06-28 Shawn O. PearceRelease ObjectReader before the cached ObjectDatabase 85/985/1
2010-06-28 Shawn O. PearceRelease ObjectInserter in merge() not mergeImpl() 84/984/1
2010-06-28 Shawn O. PearceCommit: Use Repository.newObjectInserter 83/983/1
2010-06-27 Shawn O. PearceMove PackWriter over to storage.pack.PackWriter 74/974/1
2010-06-27 Shawn O. PearceSimplify ObjectLoaders coming from PackFile 73/973/1
2010-06-27 Shawn O. PearceRemove getRawSize, getRawType from ObjectLoader 72/972/1
2010-06-27 Shawn O. PearceTighten up local packed object representation during... 71/971/1
2010-06-27 Shawn O. PearceMove FileRepository to storage.file.FileRepository 70/970/1
2010-06-26 Shawn O. PearceImplement zero-copy for single window objects 69/969/1
2010-06-26 Shawn O. PearceRedo PackWriter object reuse output 68/968/1
2010-06-26 Shawn O. PearceRedo PackWriter object reuse selection 67/967/1
2010-06-26 Shawn O. PearceReclaim some bits in ObjectToPack flags field 66/966/1
2010-06-26 Shawn O. PearceExtract PackFile specific code to ObjectToPack subclass 65/965/1
2010-06-26 Shawn O. PearceExtract ObjectToPack to be top-level 64/964/1
2010-06-26 Shawn O. PearceUse getObjectsDatabase().getDirectory() to find objects 63/963/1
2010-06-26 Shawn O. PearceAllow Repository.getDirectory() to be null 62/962/1
2010-06-26 Shawn O. PearceRedo event listeners to be more generic 61/961/1
2010-06-26 Shawn O. PearceRename Repository getWorkDir to getWorkTree 60/960/1
2010-06-26 Shawn O. PearceRefactor repository construction to builder class 59/959/1
2010-06-26 Shawn O. PearceRemove Repository.toFile(ObjectId) 58/958/1
2010-06-26 Shawn O. PearceUse ObjectInserter for loose objects in WalkFetchConnection 57/957/1
2010-06-26 Shawn O. PearceReplace WindowCache with ObjectReader 16/916/4
2010-06-26 Shawn O. PearceRefactor alternate object databases below ObjectDirectory 15/915/4
2010-06-26 Shawn O. PearceStart using ObjectInserter instead of ObjectWriter 60/860/7
2010-06-26 Shawn O. PearceRefactor object writing responsiblities to ObjectDatabase 59/859/7
2010-06-26 Shawn O. PearceChange Repository.getConfig() to return non-file Configs 56/956/1
2010-06-26 Shawn O. PearceUse FileRepository where we assume other file semantics 55/955/1
2010-06-26 Shawn O. PearceMake lib.Repository abstract and lib.FileRepository... 90/890/6
2010-06-26 Shawn O. PearceConsistently fail work tree methods on bare repositories 54/954/1
2010-06-26 Shawn O. PearceConsistently use getDirectory() for work tree state 53/953/1
2010-06-26 Shawn O. PearceAdd RepositoryState.BARE 52/952/1
2010-06-26 Shawn O. PearceRename Repository 'config' as 'repoConfig' 51/951/1
2010-06-26 Shawn O. PearceRemove RepositoryConfig and use FileBasedConfig instead 50/950/1
2010-06-26 Shawn O. PearceDelegate repository access to refs, objects 49/949/1
2010-06-26 Shawn O. PearceCleanup Repository.create() 48/948/1
2010-06-26 Shawn O. PearceMove additional have enumeration to Repository 14/914/4
2010-06-26 Shawn O. PearceRefactor amazon-s3:// property file loading to support... 47/947/1
2010-06-26 Shawn O. PearceDownload pack-*.idx to /tmp if not on local filesystem 46/946/1
2010-06-26 Shawn O. PearceUse FileKey to resolve Git repository arguments 45/945/1
2010-06-26 Shawn O. PearceDirCache must use getIndexFile 44/944/1
2010-06-24 Shawn O. PearceDisable topological sorting in PackWriter 85/885/3
2010-06-24 Shawn O. PearceUploadPack: Permit flushing progress messages under... 58/858/4
2010-06-24 Shawn O. PearceRewrite resolve in terms of RevWalk 13/913/4
2010-06-24 Shawn O. PearceReplace manual peel loops with RevWalk.peel 35/935/1
2010-06-24 Shawn O. PearceUse RevTag/RevCommit to sort in a PlotWalk 84/884/3
2010-06-24 Shawn O. PearceUse CoreConfig, UserConfig and TransferConfig directly 34/934/1
2010-06-24 Shawn O. PearceUse higher level Config types when possible 33/933/1
2010-06-24 Shawn O. PearceRemove test of the unsupported core.legacyHeaders variable 32/932/1
2010-06-23 Shawn O. PearceUploadPack: Avoid unnecessary flush in smart HTTP 57/857/4
2010-06-23 Shawn O. PearceAdd MutableObjectId.copyFrom(AnyObjectId) 22/922/2
2010-06-23 Shawn O. PearceExpose AnyObjectId compareTo(byte[]) and compareTo... 17/917/4
2010-06-23 Shawn O. PearceExpose RefWriter constructor taking RefList 25/925/2
2010-06-23 Shawn O. PearceExpose RefUpdate constructor to any subclass 24/924/2
2010-06-23 Shawn O. PearceExpose repository change event constructors 23/923/2
2010-06-23 Shawn O. PearceisValidRefName: Inline the forbidden ref suffix of... 20/920/2
2010-06-23 Shawn O. PearceRemove pack stream from PackWriterTest 19/919/2
2010-06-23 Shawn O. PearceRemove pointless setOldObjectId in test 18/918/2
2010-06-23 Shawn O. PearceRemove speed tests based on mapCommit 12/912/2
2010-06-18 Matthias SohnChange default target platform for maven build to galileo 03/903/1
2010-06-18 Shawn PearceMerge "Fix line endings"
2010-06-18 Matthias SohnFix line endings 99/899/1
2010-06-17 Shawn PearceMerge ""Bare" Repository should not return working...
2010-06-16 Andrew BayerMake ObjectId, RefSpec, RemoteConfig, URIish serializable 80/880/2
2010-06-16 Mathias Kinzler"Bare" Repository should not return working directory. 36/836/10
2010-06-15 Matthias SohnMerge "tools/version.sh: Use backup files on Win32"
2010-06-15 Chris AniszczykMerge "Add missing @Override tags in AlternateRepositor...
2010-06-15 Mathias KinzlerAllow to read configured keys 35/835/3
2010-06-14 Shawn PearceMerge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83...
2010-06-14 Robin Rosenberggit-servlet: Fix comparing uploadFactory with the wrong... 54/854/3
2010-06-14 Shawn O. PearceAdd missing @Override tags in AlternateRepositoryDatabase 56/856/1
2010-06-14 Shawn O. Pearcetools/version.sh: Use backup files on Win32 42/842/1
2010-06-14 Shawn O. PearceMerge branch 'stable-0.8' 41/841/1
2010-06-14 Shawn O. PearceStart 0.9 development 40/840/1
2010-06-14 Shawn O. PearceQualify post-0.8.4 builds 39/839/1 stable-0.8
2010-06-14 Matthias SohnJGit 0.8.4 37/837/1 v0.8.4
2010-06-13 Matthias SohnJGit 0.8.3 30/830/1
2010-06-13 Robin RosenbergPrefer static inner classes 53/853/1
2010-06-13 Robin RosenbergOverride equals for SwingLane since super class PlotLan... 52/852/1
2010-06-13 Robin RosenbergMake sure a Stream is closed upon errors in IpLogGenerator 51/851/1
2010-06-13 Robin RosenbergMake constant static in RebuildCommitGraph 50/850/1
2010-06-13 Robin RosenbergMake inner classes static in http code 49/849/1
2010-06-13 Robin RosenbergCache filemode in GitIndex 48/848/1
2010-06-13 Robin RosenbergRemove unused parent field in PlotLane 47/847/1
2010-06-13 Robin RosenbergRemoved unused repo field in WorkDirCheckout 46/846/1
2010-06-12 Robin RosenbergExtend DiffFormatter API to simplify styling 28/828/2
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-05 Marc StrapetzRepository can be configured with FS 88/588/3
2010-06-05 Shawn PearceMerge "Refactor ReadTreeTest to allow testing other...
2010-06-05 Robin RosenbergAdd support for computing a Change-Id à la Gerrit 23/523/7
2010-06-04 Christian HalstrickRefactor ReadTreeTest to allow testing other checkout... 92/792/3
next