| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace WindowCache with ObjectReader | Shawn O. Pearce | 2010-06-25 | 20 | -157/+274 |
* | Refactor alternate object databases below ObjectDirectory | Shawn O. Pearce | 2010-06-25 | 7 | -613/+382 |
* | Start using ObjectInserter instead of ObjectWriter | Shawn O. Pearce | 2010-06-25 | 12 | -107/+187 |
* | Refactor object writing responsiblities to ObjectDatabase | Shawn O. Pearce | 2010-06-25 | 12 | -283/+695 |
* | Change Repository.getConfig() to return non-file Configs | Shawn O. Pearce | 2010-06-25 | 1 | -1/+1 |
* | Use FileRepository where we assume other file semantics | Shawn O. Pearce | 2010-06-25 | 13 | -87/+105 |
* | Make lib.Repository abstract and lib.FileRepository its implementation | Shawn O. Pearce | 2010-06-25 | 12 | -375/+569 |
* | Consistently fail work tree methods on bare repositories | Shawn O. Pearce | 2010-06-25 | 1 | -0/+12 |
* | Consistently use getDirectory() for work tree state | Shawn O. Pearce | 2010-06-25 | 1 | -5/+5 |
* | Add RepositoryState.BARE | Shawn O. Pearce | 2010-06-25 | 2 | -0/+11 |
* | Rename Repository 'config' as 'repoConfig' | Shawn O. Pearce | 2010-06-25 | 1 | -8/+8 |
* | Remove RepositoryConfig and use FileBasedConfig instead | Shawn O. Pearce | 2010-06-25 | 6 | -146/+11 |
* | Delegate repository access to refs, objects | Shawn O. Pearce | 2010-06-25 | 1 | -15/+22 |
* | Cleanup Repository.create() | Shawn O. Pearce | 2010-06-25 | 1 | -4/+5 |
* | Move additional have enumeration to Repository | Shawn O. Pearce | 2010-06-25 | 2 | -16/+28 |
* | Refactor amazon-s3:// property file loading to support no directory | Shawn O. Pearce | 2010-06-25 | 1 | -17/+28 |
* | Download pack-*.idx to /tmp if not on local filesystem | Shawn O. Pearce | 2010-06-25 | 1 | -7/+16 |
* | Use FileKey to resolve Git repository arguments | Shawn O. Pearce | 2010-06-25 | 2 | -18/+26 |
* | DirCache must use getIndexFile | Shawn O. Pearce | 2010-06-25 | 1 | -2/+6 |
* | Disable topological sorting in PackWriter | Shawn O. Pearce | 2010-06-23 | 1 | -2/+1 |
* | UploadPack: Permit flushing progress messages under smart HTTP | Shawn O. Pearce | 2010-06-23 | 2 | -2/+24 |
* | Rewrite resolve in terms of RevWalk | Shawn O. Pearce | 2010-06-23 | 1 | -119/+83 |
* | Replace manual peel loops with RevWalk.peel | Shawn O. Pearce | 2010-06-23 | 4 | -23/+35 |
* | Use RevTag/RevCommit to sort in a PlotWalk | Shawn O. Pearce | 2010-06-23 | 1 | -9/+14 |
* | Use CoreConfig, UserConfig and TransferConfig directly | Shawn O. Pearce | 2010-06-23 | 7 | -9/+15 |
* | Use higher level Config types when possible | Shawn O. Pearce | 2010-06-23 | 3 | -5/+5 |
* | Remove test of the unsupported core.legacyHeaders variable | Shawn O. Pearce | 2010-06-23 | 1 | -5/+1 |
* | UploadPack: Avoid unnecessary flush in smart HTTP | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Add MutableObjectId.copyFrom(AnyObjectId) | Shawn O. Pearce | 2010-06-23 | 2 | -10/+16 |
* | Expose AnyObjectId compareTo(byte[]) and compareTo(int[]) | Shawn O. Pearce | 2010-06-23 | 1 | -2/+24 |
* | Expose RefWriter constructor taking RefList | Shawn O. Pearce | 2010-06-23 | 1 | -2/+7 |
* | Expose RefUpdate constructor to any subclass | Shawn O. Pearce | 2010-06-23 | 1 | -1/+10 |
* | Expose repository change event constructors | Shawn O. Pearce | 2010-06-23 | 2 | -2/+14 |
* | isValidRefName: Inline the forbidden ref suffix of ".lock" | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Remove pack stream from PackWriterTest | Shawn O. Pearce | 2010-06-23 | 1 | -11/+8 |
* | Remove pointless setOldObjectId in test | Shawn O. Pearce | 2010-06-23 | 1 | -1/+0 |
* | Remove speed tests based on mapCommit | Shawn O. Pearce | 2010-06-23 | 3 | -301/+0 |
* | Change default target platform for maven build to galileo | Matthias Sohn | 2010-06-19 | 1 | -1/+1 |
* | Merge "Fix line endings" | Shawn Pearce | 2010-06-18 | 10 | -63/+81 |
|\ |
|
| * | Fix line endings | Matthias Sohn | 2010-06-18 | 10 | -63/+81 |
* | | Merge ""Bare" Repository should not return working directory." | Shawn Pearce | 2010-06-16 | 5 | -26/+363 |
|\ \ |
|
| * | | "Bare" Repository should not return working directory. | Mathias Kinzler | 2010-06-16 | 5 | -26/+363 |
| |/ |
|
* / | Make ObjectId, RefSpec, RemoteConfig, URIish serializable | Andrew Bayer | 2010-06-16 | 4 | -6/+37 |
|/ |
|
* | Merge "tools/version.sh: Use backup files on Win32" | Matthias Sohn | 2010-06-15 | 1 | -5/+6 |
|\ |
|
| * | tools/version.sh: Use backup files on Win32 | Shawn O. Pearce | 2010-06-14 | 1 | -5/+6 |
* | | Merge "Add missing @Override tags in AlternateRepositoryDatabase" | Chris Aniszczyk | 2010-06-15 | 1 | -0/+3 |
|\ \ |
|
| * | | Add missing @Override tags in AlternateRepositoryDatabase | Shawn O. Pearce | 2010-06-14 | 1 | -0/+3 |
| |/ |
|
* | | Allow to read configured keys | Mathias Kinzler | 2010-06-15 | 2 | -0/+139 |
* | | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b... | Shawn Pearce | 2010-06-14 | 13 | -57/+136 |
|\ \
| |/
|/| |
|
| * | git-servlet: Fix comparing uploadFactory with the wrong DISABLED instance | Robin Rosenberg | 2010-06-14 | 1 | -1/+1 |