4815 Commits (e78626f4140742bdffaca3689dbf1963d5dd30f3)
 

Author SHA1 Message Date
Shawn Pearce 4bb523475d PackWriter: shed memory while creating bitmaps 9 years ago
Shawn Pearce 20d9ab00ae Merge "Do not retain commit body during bitmap generation" 9 years ago
Shawn Pearce 349b0af754 Merge "Bitmap builder: actually compress EWAH bitmaps in memory" 9 years ago
Shawn Pearce 88bffda524 Bitmap builder: actually compress EWAH bitmaps in memory 9 years ago
Shawn Pearce d988540c8e Do not retain commit body during bitmap generation 9 years ago
Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 9 years ago
Andrey Loskutov 6bc6e9520e Changed default log4j log level from "WARNING" to "WARN" 9 years ago
Andrey Loskutov 7979029b43 Clone should create Git instances which are able to close repository 9 years ago
Christian Halstrick 5c2f52f72b Merge "Clone should close repository after errors in fetch or checkout" 9 years ago
Andrey Loskutov a28ae3995f containsGitModulesFile() should not crash on bare repository 9 years ago
Andrey Loskutov 1309526564 Clone should close repository after errors in fetch or checkout 9 years ago
Andrey Loskutov 204da3969e Fixed javadoc: the getBranch() and getFullBranch() can return null 9 years ago
Dave Borowitz 94812ef1e9 PushCertificate: Omit null pushee from text representation 9 years ago
Matthias Sohn ffa3d4bdb4 Fix non-externalized string warning in Main.execute() 9 years ago
Christian Halstrick c3a073527e Honor also https_proxy environment variable 9 years ago
Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders 9 years ago
Matthias Sohn c92f0ba096 Merge "Fix typos in javadoc of ObjectId.equals()" 9 years ago
Andrey Loskutov 4e7639bb65 Don't keep empty ignore rules in the ignore node list 10 years ago
Andrey Loskutov dfed946f10 Allow leading/trailing spaces in ignore rules 10 years ago
Andrey Loskutov b98c84eb88 Don't crash while parsing ignore patterns 10 years ago
Andrey Loskutov 08641ea413 Allow leading literal '#' and '!' in ignore rules if they are escaped 10 years ago
Andrey Loskutov 1d295cb7fb Don't trim trailing space if it is escaped with backslash 10 years ago
Andrey Loskutov f19b1f2d07 Consider only escaping backslash for regular expressions in ignore rules 10 years ago
Terry Parker 4d6046da77 Remove "experimental" from the description of the pack bitmap index 10 years ago
Matthias Sohn f53306bf2a Fix typos in javadoc of ObjectId.equals() 10 years ago
Jonathan Nieder f8564c7601 DFS: Remove now-redundant getOneRef 10 years ago
Shawn Pearce d0e47a99aa DFS: Override exactRef() with optimal version 10 years ago
Dave Borowitz 39dc898dca PushCertificate: Add toTextWithSignature() method 10 years ago
Dave Borowitz 74a57f3744 PushCertificateParser: Add fromString method 10 years ago
Dave Borowitz c7c5fe718d BaseReceivePack: Add method to override the push cert 10 years ago
Dave Borowitz d8b9c5145b BaseReceivePack: Don't throw from getPushCertificate() 10 years ago
Dave Borowitz d7377877e0 PushCertificateStore: Return boolean from batch save methods 10 years ago
Dave Borowitz 5706c8e38e Allow saving push certs on a subset of refs 10 years ago
Matthias Sohn 16ba9919db Update org.apache.httpcomponents 10 years ago
Matthias Sohn 1cd2a0697d Access static member LocalDiskRepositoryTestCase.CONTENT directly 10 years ago
Dave Borowitz f946ed1d97 PushCertificateStore: Add method to save in batch 10 years ago
Andrey Loskutov b4ecb88367 Fixed @since tags on new API 10 years ago
Dave Borowitz d5a71e9ca3 Store push certificates in refs/meta/push-certs 10 years ago
Yuxuan 'fishy' Wang 217b2a7cc5 Add setTargetBranch in RepoCommand. 10 years ago
Chris Price 37a1e4beaa Move `RepositoryTestCase.indexState` to parent class 10 years ago
Chris Price ad16eaac6e Change `indexState` to static method 10 years ago
Christian Halstrick e7d86e1939 Merge "Use local variable in RepositoryTestCase.indexState" 10 years ago
Dave Borowitz 19b45dab71 PushCertificateParser: Move reader parsing to instance method 10 years ago
Dave Borowitz 1f2827ecaa PushCertificateParser: Make constructor public 10 years ago
Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 10 years ago
Dave Borowitz a643aaaa4a PushCertificate: implement hashCode/equals/toString 10 years ago
Dave Borowitz 8293c770b5 PushCertificateParser: Make pushee optional 10 years ago
Dave Borowitz f22f33f5bf PushCertificateParser: Change error string for invalid field 10 years ago
Dave Borowitz 618f213da0 PushCertificateParser: Add method for parsing from a stream 10 years ago
Dave Borowitz dac6ae3d17 IO: Add a method for reading lines 10 years ago