summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Implement zero-copy for single window objectsShawn O. Pearce2010-06-263-22/+65
* Redo PackWriter object reuse outputShawn O. Pearce2010-06-2612-294/+512
* Redo PackWriter object reuse selectionShawn O. Pearce2010-06-2611-129/+415
* Reclaim some bits in ObjectToPack flags fieldShawn O. Pearce2010-06-251-7/+17
* Extract PackFile specific code to ObjectToPack subclassShawn O. Pearce2010-06-255-52/+148
* Extract ObjectToPack to be top-levelShawn O. Pearce2010-06-252-143/+191
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-255-18/+31
* Redo event listeners to be more genericShawn O. Pearce2010-06-2511-170/+370
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-253-10/+11
* Refactor repository construction to builder classShawn O. Pearce2010-06-256-175/+811
* Remove Repository.toFile(ObjectId)Shawn O. Pearce2010-06-252-26/+0
* Use ObjectInserter for loose objects in WalkFetchConnectionShawn O. Pearce2010-06-251-56/+18
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-2516-150/+266
* Refactor alternate object databases below ObjectDirectoryShawn O. Pearce2010-06-257-613/+382
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-257-61/+92
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-2511-278/+694
* Change Repository.getConfig() to return non-file ConfigsShawn O. Pearce2010-06-251-1/+1
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-255-337/+530
* Consistently fail work tree methods on bare repositoriesShawn O. Pearce2010-06-251-0/+12
* Consistently use getDirectory() for work tree stateShawn O. Pearce2010-06-251-5/+5
* Add RepositoryState.BAREShawn O. Pearce2010-06-252-0/+11
* Rename Repository 'config' as 'repoConfig'Shawn O. Pearce2010-06-251-8/+8
* Remove RepositoryConfig and use FileBasedConfig insteadShawn O. Pearce2010-06-253-140/+5
* Delegate repository access to refs, objectsShawn O. Pearce2010-06-251-15/+22
* Cleanup Repository.create()Shawn O. Pearce2010-06-251-4/+5
* Move additional have enumeration to RepositoryShawn O. Pearce2010-06-252-16/+28
* Refactor amazon-s3:// property file loading to support no directoryShawn O. Pearce2010-06-251-17/+28
* Download pack-*.idx to /tmp if not on local filesystemShawn O. Pearce2010-06-251-7/+16
* DirCache must use getIndexFileShawn O. Pearce2010-06-251-2/+6
* Disable topological sorting in PackWriterShawn O. Pearce2010-06-231-2/+1
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+18
* Rewrite resolve in terms of RevWalkShawn O. Pearce2010-06-231-119/+83
* Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-234-23/+35
* Use RevTag/RevCommit to sort in a PlotWalkShawn O. Pearce2010-06-231-9/+14
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-235-6/+10
* Use higher level Config types when possibleShawn O. Pearce2010-06-231-1/+1
* UploadPack: Avoid unnecessary flush in smart HTTPShawn O. Pearce2010-06-231-1/+1
* Add MutableObjectId.copyFrom(AnyObjectId)Shawn O. Pearce2010-06-232-10/+16
* Expose AnyObjectId compareTo(byte[]) and compareTo(int[])Shawn O. Pearce2010-06-231-2/+24
* Expose RefWriter constructor taking RefListShawn O. Pearce2010-06-231-2/+7
* Expose RefUpdate constructor to any subclassShawn O. Pearce2010-06-231-1/+10
* Expose repository change event constructorsShawn O. Pearce2010-06-232-2/+14
* isValidRefName: Inline the forbidden ref suffix of ".lock"Shawn O. Pearce2010-06-231-1/+1
* Merge ""Bare" Repository should not return working directory."Shawn Pearce2010-06-163-26/+154
|\
| * "Bare" Repository should not return working directory.Mathias Kinzler2010-06-163-26/+154
* | Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-164-6/+37
|/
* Merge "Add missing @Override tags in AlternateRepositoryDatabase"Chris Aniszczyk2010-06-151-0/+3
|\
| * Add missing @Override tags in AlternateRepositoryDatabaseShawn O. Pearce2010-06-141-0/+3
* | Allow to read configured keysMathias Kinzler2010-06-151-0/+101
* | Cache filemode in GitIndex Robin Rosenberg2010-06-131-1/+2