1770 Commits (5f27032fb85694a093f827581216d4ffb99db68b)

Author SHA1 Message Date
  Matthias Sohn 5f27032fb8 Use constant for ".lock" 6 years ago
  Jonathan Tan 7dbd2bfe7e Teach UploadPack "filter" in protocol v2 fetch 6 years ago
  Jonathan Tan c9d4609ecb Refactor test of capabilities output 6 years ago
  Jonathan Tan 2f60804396 Disallow unknown args to "fetch" in protocol v2 6 years ago
  Jonathan Tan f7e501c36c Teach UploadPack shallow fetch in protocol v2 6 years ago
  Thomas Wolf de21c58d03 Don't prune symbolic refs when fetch.prune = true 6 years ago
  David Pursehouse f6c4a492d0 Repository: Deprecate #peel method 6 years ago
  Thomas Wolf d7deda98d0 Skip ignored directories in FileTreeIterator 6 years ago
  David Pursehouse 1da2ff7242 Repository: Deprecate getTags method 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Jonathan Tan 526f5cf984 Teach UploadPack "ofs-delta" in "fetch" 6 years ago
  Jonathan Tan 5a87d50408 Teach UploadPack "include-tag" in "fetch" 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Han-Wen Nienhuys 08d2e0188c Introduce new RawText constructor and RawParseUtils.lineMapOrBinary 6 years ago
  Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 6 years ago
  Matthias Sohn f26d6558f8 Suppress boxing warning 6 years ago
  Matthias Sohn 1665d43e49 Remove unnecessary semicolon 6 years ago
  Jonathan Tan ce7ac03c2f Remove unused code and link to deprecated code 6 years ago
  Jonathan Tan df1f3c0f3c Teach UploadPack "no-progress" in "fetch" 6 years ago
  Jonathan Tan a5dee1c125 Teach UploadPack "thin-pack" in "fetch" 6 years ago
  Jonathan Tan adc73c4ba1 Teach UploadPack basic "fetch" command 6 years ago
  Jonathan Tan 038765cc55 Teach UploadPack "ref-prefix" in "ls-refs" 6 years ago
  Jonathan Tan 332bc61124 Implement ls-refs in UploadPack 6 years ago
  Jonathan Tan 2661bc0813 Implement protocol v2 with no capabilities in UploadPack 6 years ago
  Jonathan Tan 75b0703692 PacketLineIn, PacketLineOut: Add support for delim-pkt 6 years ago
  Jonathan Tan 4faec31c0a Add RefDatabase#getRefsByPrefix method 6 years ago
  Thomas Wolf 42e69409d7 Handle Gerrit Change-Ids for merge commits 6 years ago
  Dave Borowitz 29fc7e87c6 Push: Ensure ref updates are processed in input order 6 years ago
  Christian Halstrick 45599ae86d Allow '@' as last character of ref 6 years ago
  David Pursehouse 7960b4e09f Rename RecursiveMergerTest and ResolveMergerTest to reduce confusion 6 years ago
  David Pursehouse 6d3a29d25f ResolveMergerTest: Use @DataPoints instead of @DataPoint 6 years ago
  David Pursehouse 83a4d2e698 UploadPackTest: Fix name hiding introduced by If72b4b422 6 years ago
  Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 6 years ago
  David Pursehouse 57c6ff94fb RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource 6 years ago
  David Pursehouse 1512035451 RepoCommandTest: Refactor to use try-with-resource 6 years ago
  David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 6 years ago
  David Pursehouse 2de9b6c0bb ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-r 6 years ago
  David Pursehouse 48554989d3 AutoLFInputStreamTest: Use try-with-resource 6 years ago
  David Pursehouse da3d76f00e Use CHARSET in FileOutputStream instead of hard-coded "UTF-8" 6 years ago
  David Pursehouse bf757cd1c6 TemporaryBufferTest: Suppress "should be managed by try-with-resource" 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  Matthias Sohn f0ab2d07b8 Remove deprecated IgnoreNode#isIgnored method 6 years ago
  David Pursehouse 9441508682 Fix misspelled class name: EmtpyCommitException -> EmptyCommitException 6 years ago
  Matthias Sohn 653b31a903 Remove deprecated ArchiveCommand#putEntry method 6 years ago
  Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 6 years ago
  David Pursehouse 9f689e90d4 MergeHeadMsgTest: Open FileOutputStream in try-with-resource 6 years ago
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6 years ago
  David Pursehouse de96131d36 IndexDiffWithSymlinkTest: Open InputStream in try-with-resource 6 years ago