1606 Commits (d0e4943df1040add984c4fa0b32e791647946b2f)

Author SHA1 Message Date
Jens Baumgart 9830baf48d CommitCommand: set correct Reflog message when amending 14 years ago
Shawn O. Pearce ae1f7947de FS: Allow cloning an FS instance 14 years ago
Shawn O. Pearce a4a00ea8f1 FS: Allow userHome to be set and cached 14 years ago
Shawn O. Pearce 5f82569cab FS: Allow gitPrefix to be set and cached 14 years ago
Shawn O. Pearce 2f705ad240 FS: Overload detect() with no arguments 14 years ago
Shawn O. Pearce 3b91e3fe49 Always fetch tags during clone 14 years ago
Shawn O. Pearce c3c4398b64 PushCommand: Default to pushing HEAD 14 years ago
Shawn O. Pearce a0ead25a09 PushCommand: Set force-update in-place 14 years ago
Shawn O. Pearce 7a9bf1e2e0 PackWriter: Rename getObjectsNumber to getObjectCount 14 years ago
Shawn O. Pearce 65f9a6e58b Fix dumb transport push 14 years ago
Mathias Kinzler 9b941d0172 Avoid NullPointerException in PlotCommit 14 years ago
Shawn O. Pearce bd970007be ObjectIdOwnerMap: More lightweight map for ObjectIds 14 years ago
Shawn O. Pearce 565fa6f9b1 Register TransportProtocols using services 14 years ago
Shawn O. Pearce 305a8ac45f Make the supported Transports extensible and discoverable 14 years ago
Philipp Thun a490afedba Add -o option to commit command 14 years ago
Shawn O. Pearce d1e47df0da ObjectIdSubclassMap: Micro-optimize wrapping at end of table 14 years ago
Matthias Sohn 561aa98041 Fix Bundle-Version of jgit source bundle 14 years ago
Marc Strapetz 6f066dec02 Cache gitPrefix in FS_Win32 14 years ago
Shawn O. Pearce c11756ca4e ObjectIdSubclassMap: Avoid field loads in inner loops 14 years ago
Shawn O. Pearce df7b192e26 ObjectIdSubclassMap: Manually inline index() 14 years ago
Shawn O. Pearce 16350bf9e4 ObjectIdSubclassMap: Change initial size to 2048 14 years ago
Shawn O. Pearce da548dfd2b ObjectIdSubclassMap: Grow before insertions 14 years ago
Shawn O. Pearce 47c2a3a98d ObjectIdSubclassMap: Use & rather than % for hashing 14 years ago
Shawn O. Pearce ff6ac0aaef ObjectIdSubclassMap: Fix non-standard naming conventions 14 years ago
Jesse Greenwald c68aba2a48 Fixed ordering of Config.getSubsections(...) 14 years ago
Matthias Sohn c7e9f013b7 [findbugs] ProgressReportingFilter can be a static inner class 14 years ago
Matthias Sohn a02e8e3d26 [findbugs] Avoid futile attempt to change max pool size 14 years ago
Shawn O. Pearce f67e5602af PackWriter: Reduce GC during enumeration 14 years ago
Shawn O. Pearce ef822fe3cd Remove deprecated Repository.mapTree 14 years ago
Shawn O. Pearce 1f57061684 Remove deprecated TreeVisitor 14 years ago
Shawn O. Pearce 6c3badea7a Remove deprecated TreeIterator 14 years ago
Shawn O. Pearce 5ecc6e32cd Remove deprecated IndexTreeVisitor 14 years ago
Shawn O. Pearce c88d34b067 Remove deprecated WriteTree 14 years ago
Shawn O. Pearce d72b932853 Remove deprecated WorkDirCheckout 14 years ago
Shawn O. Pearce 9013e9e993 Remove deprecated Treeish interface 14 years ago
Tomasz Zarna cda64073fd Allow to amend a commit with CommitCommand 14 years ago
Shawn O. Pearce 4e187d898a PackFile: Fix copy as-is for small objects 14 years ago
Shawn O. Pearce a78b79cc30 Don't auto follow non-annotated tags in fetch 14 years ago
Robin Rosenberg 3947bd25d9 Fix DirCache re-read. 14 years ago
Shawn O. Pearce b21c82fdb0 resolve(): Fix wrong parsing of branch "foo-gbed2-dev" 14 years ago
Shawn O. Pearce 3ee3588b86 RemoteRefUpdate: Accept Ref and ObjectId arguments for source 14 years ago
Shawn O. Pearce a468cb57c2 PackWriter: Validate reused cached packs 14 years ago
Shawn O. Pearce 1b2062fe37 PackWriter: Avoid CRC-32 validation when feeding IndexPack 14 years ago
Shawn O. Pearce bd6853e90a PackWriter: Position tags after commits 14 years ago
Shawn O. Pearce 26dffbe04d PackWriter: Refactor object writing loop 14 years ago
Shawn O. Pearce 751c329b35 PackWriter: Don't reuse commit or tag deltas 14 years ago
Shawn O. Pearce 67b064fc9f PackWriter: Do not delta compress already packed objects 14 years ago
Shawn O. Pearce bf1b970de1 Paper bag fix BatchingProgressMonitor alarm queue 14 years ago
Shawn O. Pearce 68ab451d39 ProgressMonitor: Refactor to use background alarms 14 years ago
Matthias Sohn 2fba1e65e1 Fix NPE on checkout of remote tracking branch 14 years ago