2116 Commits (a065a06c2aefd0f5c5fc70d3410c3202f4d03268)

Author SHA1 Message Date
Robin Rosenberg 08d5ede281 Extend FileUtils.delete with option to delete empty directories only 12 years ago
Shawn Pearce 913cccd5c4 Do not attempt to read bitmap from invalid pack 12 years ago
Shawn Pearce 88c962484f Rename DfsPackFile getBitmap method to match PackFile 12 years ago
Colby Ranger c660362768 Write the bitmap index correctly in DFS GC. 12 years ago
Colby Ranger e6883dfe4b Enable writing bitmaps during GC by default. 12 years ago
Colby Ranger f82821728b Enable writing pack indexes with bitmaps in the GC. 12 years ago
Colby Ranger 43ea887c8b Enable serving upload requests using bitmaps. 12 years ago
Colby Ranger dafcb8f6db Support creating pack bitmap indexes in PackWriter. 12 years ago
Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 12 years ago
Colby Ranger be7a135e94 Break the dependency on RevObject when creating a newObjectToPack(). 12 years ago
Colby Ranger 1512d0ab4e Remove the unused method PackFile.hasExt(). 12 years ago
Roberto Tyley a46b042905 Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) 12 years ago
Roberto Tyley f1dea3e279 Fix RefUpdate performance for existing Refs 12 years ago
Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 12 years ago
Gustaf Lundh 212fb3071c Fix while boundries in DateRevQueue.add() 12 years ago
Gustaf Lundh 84afea9179 Performance fixes in DateRevQueue 12 years ago
George C. Young ab99b78ca0 Implement recursive merge strategy 12 years ago
Robin Rosenberg 78606404de Improve the documentation of the ByteArraySet used by PathFilterGroup 12 years ago
Colby Ranger 95ef1e83d0 Fix off by one error in PackReverseIndex. 12 years ago
Matthias Sohn 49ec6c1b3b Prepare 2.3.2-SNAPSHOT builds 12 years ago
Matthias Sohn 63dceceb0e JGit v2.3.1.201302201838-r 12 years ago
Stefan Lay 3b41fcbd96 Accept Change-Id even if footer contains not well-formed entries 12 years ago
Robin Stocker 5d7b722f6e Fix false positives in hashing used by PathFilterGroup 12 years ago
Matthias Sohn ba6ae0c7ec Prepare 2.4.0-SNAPSHOT builds 12 years ago
Matthias Sohn 9a5f4b46cc Prepare post 2.3.0.201302130906 builds 12 years ago
Matthias Sohn 19d6cadeff JGit v2.3.0.201302130906 12 years ago
Robin Rosenberg 8a9074fe21 Implement core.checkstat = minimal 12 years ago
Dave Borowitz 51d0e1f26e Fix Config.fromText to not skip a last line with no newline 12 years ago
Robin Rosenberg 3a4ebc0c24 Really handle annotated tags in MergeCommand 12 years ago
Christian Halstrick 1c4ee41dc0 Add better documentation to DirCacheCheckout 12 years ago
Matthias Sohn e9cf705c6e Prepare post 2.3rc1 builds 12 years ago
Matthias Sohn ea060dd8e7 JGit v2.3.0.201302060400-rc1 12 years ago
Robin Stocker 60d538fe51 Add getConflictingNames to RefDatabase 12 years ago
Tobias Pfeifer 2c40482d0f Fixed problems occuring when changing user in gerrit configuration 12 years ago
Robin Rosenberg 878e78b307 Fix stash apply using merge logic 12 years ago
Tobias Pfeifer 0d09b1cab7 Extract method to output the first header line of a git diff 12 years ago
Robin Rosenberg eb60932930 Fix Check for FF_ONLY merges again 12 years ago
Robin Rosenberg 642ff2cd7d Check for FF_ONLY merges correctly 12 years ago
Colby Ranger 7fbd6588be Reduce memory held and speed up DfsGarbageCollector. 12 years ago
Robin Stocker 75ddf2a0f4 Enable marking entries using TreeFilters in DiffEntry 12 years ago
Robin Rosenberg 522fc6a9c6 Speed up PathFilterGroup for large sets of paths 12 years ago
Stefan Lay 215a74eceb Add conflicts message before footer 12 years ago
Stefan Lay 1ca7c581a3 Only replace the ChangeId in the footer, not in the body 12 years ago
Markus Duft 3d18f65af1 Fix patch application WRT windows line endings. 12 years ago
Colby Ranger 7c58f6282a Update DfsGarbageCollector to not read back a pack index. 12 years ago
Tomasz Zarna 6a8da4c134 Add additional FastForwardMode enums for different config contexts 12 years ago
Dani Megert 5b13b579b3 Use correct method link in Javadoc 12 years ago
Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. 12 years ago
Robin Rosenberg 5213f6e2e8 Define a tree filter for user-visible changes between two indexes 12 years ago
Colby Ranger 3f0176aea6 Remove getReverseIndexSize() from DfsPackDescription. 12 years ago