summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-2520-157/+274
* Refactor alternate object databases below ObjectDirectoryShawn O. Pearce2010-06-257-613/+382
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-2512-107/+187
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-2512-283/+695
* Change Repository.getConfig() to return non-file ConfigsShawn O. Pearce2010-06-251-1/+1
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-2513-87/+105
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-2512-375/+569
* 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-256-146/+11
* 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
* Use FileKey to resolve Git repository argumentsShawn O. Pearce2010-06-252-18/+26
* 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-232-2/+24
* 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-237-9/+15
* Use higher level Config types when possibleShawn O. Pearce2010-06-233-5/+5
* Remove test of the unsupported core.legacyHeaders variableShawn O. Pearce2010-06-231-5/+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
* Remove pack stream from PackWriterTestShawn O. Pearce2010-06-231-11/+8
* Remove pointless setOldObjectId in testShawn O. Pearce2010-06-231-1/+0
* Remove speed tests based on mapCommitShawn O. Pearce2010-06-233-301/+0
* Change default target platform for maven build to galileoMatthias Sohn2010-06-191-1/+1
* Merge "Fix line endings"Shawn Pearce2010-06-1810-63/+81
|\
| * Fix line endingsMatthias Sohn2010-06-1810-63/+81
* | Merge ""Bare" Repository should not return working directory."Shawn Pearce2010-06-165-26/+363
|\ \
| * | "Bare" Repository should not return working directory.Mathias Kinzler2010-06-165-26/+363
| |/
* / Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-164-6/+37
|/
* Merge "tools/version.sh: Use backup files on Win32"Matthias Sohn2010-06-151-5/+6
|\
| * tools/version.sh: Use backup files on Win32Shawn O. Pearce2010-06-141-5/+6
* | 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-152-0/+139
* | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-1413-57/+136
|\ \ | |/ |/|
| * git-servlet: Fix comparing uploadFactory with the wrong DISABLED instanceRobin Rosenberg2010-06-141-1/+1