1321 Commits (8aef29c114910b8212306880d914c085e94a2fcd)
 

Author SHA1 Message Date
Chris Aniszczyk 8aef29c114 Merge "Improve native Git transport when following repository" 14 years ago
Shawn O. Pearce f18e1fd1d1 TransportProtocol: Allow null Repository in canHandle() 14 years ago
Chris Aniszczyk dffc50267e Merge "FS: Allow cloning an FS instance" 14 years ago
Chris Aniszczyk 786707fdfe Merge "FS: Allow userHome to be set and cached" 14 years ago
Chris Aniszczyk aa5f9ecdf2 Merge "FS: Allow gitPrefix to be set and cached" 14 years ago
Chris Aniszczyk e16e976e04 Merge "FS: Overload detect() with no arguments" 14 years ago
Shawn O. Pearce 74a129328e PushCommand: Allow adding any reference string 14 years ago
Shawn O. Pearce 506ab8caa5 PushCommand: Add utilities for --all, --tags 14 years ago
Chris Aniszczyk 599a55e447 Merge "PushCommand: Default to pushing HEAD" 14 years ago
Chris Aniszczyk 582fb91f92 Merge "PushCommand: Set force-update in-place" 14 years ago
Chris Aniszczyk 2df51d9427 Merge "Make --git-dir optional for 'jgit init'" 14 years ago
Chris Aniszczyk ed2a8b5acf Merge "CloneCommand: add a test to ensure we fetch all tags" 14 years ago
Philipp Thun 8e1b581d39 Make --git-dir optional for 'jgit init' 14 years ago
Philipp Thun 79ad15924a Replace 'occured' by 'occurred' 14 years ago
Shawn O. Pearce 9b917ac169 Improve native Git transport when following repository 14 years ago
Chris Aniszczyk 317d8e2e8d Merge "PackWriter: Rename getObjectsNumber to getObjectCount" 14 years ago
Chris Aniszczyk 92078473aa CloneCommand: add a test to ensure we fetch all tags 14 years ago
Chris Aniszczyk b4b5178e82 Merge "Always fetch tags during clone" 14 years ago
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 b4f2913556 Merge "ObjectIdSubclassMap: Micro-optimize wrapping at end of table" 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
Shawn O. Pearce 2a137d8dea Merge "Don't auto follow non-annotated tags in fetch" 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
Shawn O. Pearce 42f0b11153 Merge changes I0d797533,I128522af,I6dd076eb,Ief6f81b9,I83d01e5c 14 years ago
Shawn Pearce 09d2b9f0ed Merge "Cache gitPrefix in FS_Win32" 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