2874 Commits (29aa444760ea729dd10cdb0468055282a59096e5)

Author SHA1 Message Date
  Dave Borowitz d2fbbc910a SignedPushConfig: Allow setting a custom nonce generator impl 9 years ago
  Dave Borowitz ea21f17f29 PackCertificateParser: return null if nothing was received 9 years ago
  Dave Borowitz fc6790a5d7 Include push certificates in RefUpdate 9 years ago
  Dave Borowitz 856db79b1d Remove redundant @since tags in new signed push classes 9 years ago
  Dave Borowitz e49e7b4bd4 Add a separate type for the identity in a push certificate 9 years ago
  Dave Borowitz b822f9b51d PushCertificateParser: include begin/end lines in signature 9 years ago
  Dave Borowitz 48c35edfd2 PushCertificateParser: throw PackProtocolException in more cases 9 years ago
  Dave Borowitz 8d0cedf2ec Extract a class for signed push configuration 9 years ago
  Dave Borowitz e26d0c8ace BaseReceivePack: fix reading cert lines in command loop 9 years ago
  Matthias Sohn 4831470581 Silence API warnings introduced by a85e817d 9 years ago
  Terry Parker 8b20f2c890 Update comments about PackStatistics 9 years ago
  Terry Parker 6a415915c2 Add the set of shallow commits to PackStatistics 9 years ago
  Dave Borowitz ec37daeb7f Add tests for HMACSHA1NonceGenerator 9 years ago
  Terry Parker d9bbb04c3e Introduce PostUploadHook to replace UploadPackLogger 9 years ago
  Jonathan Nieder 852963db3b Treat CloneCommand.setBranch(null) as setBranch("HEAD") 9 years ago
  Jonathan Nieder d2ade728a1 Treat CloneCommand.setRemote(null) as setRemote("origin") 9 years ago
  Jonathan Nieder 24ab79ccaf Document CloneCommand.setURI(null) 9 years ago
  Jonathan Nieder bbfd9b0e5f Handle null in ProgressMonitor setters 9 years ago
  Jonathan Nieder e70cf61eb6 Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly 9 years ago
  Jonathan Nieder 85ca42f14b Require all projects to have a name 9 years ago
  Dave Borowitz a85e817dc2 Rewrite push certificate parsing 9 years ago
  Dave Borowitz d43703624c Allow trailing newlines in receive-pack 9 years ago
  Christian Halstrick 4531259613 Add new submodule layout to SubmoduleAddCommand 9 years ago
  Jonathan Nieder 3b7ca2b8a8 Tweak exception Javadoc to be eclipse-clean 9 years ago
  Jonathan Nieder 31b37c3584 Add missing imports for javadoc to ObjectCountCallback 9 years ago
  Yuxuan 'fishy' Wang 9cbe222837 Fix public API issues introduced in I1baeedcc6946. 9 years ago
  Matthias Sohn 8468fae293 Document empty catch block to silence warning 9 years ago
  Matthias Sohn 62d99e6fd0 Fix imports in BundleWriter 9 years ago
  Matthias Sohn 65ceb23c81 Add missing javadoc @param for new method setObjectCountCallback() 9 years ago
  Jonathan Nieder cd3d952ec6 Revert "Config: Distinguish between empty and null strings" 9 years ago
  Yuxuan 'fishy' Wang 03fce81be3 Fix a javadoc typo in RepoProject. 9 years ago
  Yuxuan 'fishy' Wang 53be446f6a Callback in PackWriter & BundleWriter. 9 years ago
  Fredrik Medley 96f210f4b7 UploadPack: Use reachable-sha1-in-want configuration 9 years ago
  Jonathan Nieder c1fca6cb43 Add missing # to javadoc comment 9 years ago
  Jonathan Nieder 48b67012d6 Allow lookup of multiple exact refs in one shot 9 years ago
  Jonathan Nieder a04d1ad2f1 Introduce exactRef to read a ref whose exact name is known 9 years ago
  David Pletcher c06620882b Restore checkObjectCollisions flag 9 years ago
  Dave Borowitz b9f850a79b Config: Allow ending a file with "=" and no newline 9 years ago
  Dave Borowitz 96eb3ee397 Config: Distinguish between empty and null strings 9 years ago
  Shawn Pearce fb21fb10fc Revert "Fix unchecked conversion warning in MergeFormatter" 9 years ago
  Matthias Sohn d19ce2435d Delete deprecated TemporaryBuffer.LocalFile constructors 9 years ago
  Matthias Sohn f691106547 Delete deprecated FileUtils.setExecute(File, boolean) 9 years ago
  Matthias Sohn ba51037a69 Delete deprecated WorkingTreeIterator.isModified(DirCacheEntry, boolean) 9 years ago
  Matthias Sohn 08c8cf027d Delete deprecated UploadPackMayNotContinueException 9 years ago
  Matthias Sohn fa56e0deae Delete deprecated TransferConfig.isFsckObjects() 9 years ago
  Matthias Sohn 913095e39e Delete deprecated Merger.getBaseCommit() 9 years ago
  Terry Parker dd22bc831a Update PackWriter.Statistics.getBitmapIndexMises() 9 years ago
  Jonathan Nieder 8c3fe215b4 Allow setting detail message and cause when constructing most exceptions 9 years ago
  Jonathan Nieder 54b195ad3e Clarify description of ServiceNotAuthorizedException 9 years ago
  Christian Halstrick 6d09c486ed Fix CommitCommand.setOnly() 9 years ago