2309 Commits (6608c1c30fc0205e27a66fa20ee6ac5487593f54)

Author SHA1 Message Date
Jonathan Tan 526f5cf984 Teach UploadPack "ofs-delta" in "fetch" 6 years ago
Jonathan Tan 5a87d50408 Teach UploadPack "include-tag" in "fetch" 6 years ago
Matthias Sohn 5797105754 Prepare 5.0.0-SNAPSHOT builds 6 years ago
Matthias Sohn a8aabc3d15 JGit v5.0.0.201805151920-m7 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
Jonathan Nieder 6efedb41c6 Mark CrissCrossMergeTest as flaky 6 years ago
Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 7 years ago
Matthias Sohn f26d6558f8 Suppress boxing warning 7 years ago
Matthias Sohn 1665d43e49 Remove unnecessary semicolon 7 years ago
Jonathan Tan ce7ac03c2f Remove unused code and link to deprecated code 7 years ago
Jonathan Tan df1f3c0f3c Teach UploadPack "no-progress" in "fetch" 7 years ago
Jonathan Tan a5dee1c125 Teach UploadPack "thin-pack" in "fetch" 7 years ago
Jonathan Tan adc73c4ba1 Teach UploadPack basic "fetch" command 7 years ago
Jonathan Tan 038765cc55 Teach UploadPack "ref-prefix" in "ls-refs" 7 years ago
Jonathan Tan 332bc61124 Implement ls-refs in UploadPack 7 years ago
Jonathan Tan 2661bc0813 Implement protocol v2 with no capabilities in UploadPack 7 years ago
Jonathan Tan 75b0703692 PacketLineIn, PacketLineOut: Add support for delim-pkt 7 years ago
Jonathan Tan 4faec31c0a Add RefDatabase#getRefsByPrefix method 7 years ago
Thomas Wolf 42e69409d7 Handle Gerrit Change-Ids for merge commits 7 years ago
Dave Borowitz 29fc7e87c6 Push: Ensure ref updates are processed in input order 7 years ago
Christian Halstrick 45599ae86d Allow '@' as last character of ref 7 years ago
Thomas Wolf 4bfc6c2ae9 Significantly speed up FileTreeIterator on Windows 7 years ago
David Pursehouse 7960b4e09f Rename RecursiveMergerTest and ResolveMergerTest to reduce confusion 7 years ago
David Pursehouse 6d3a29d25f ResolveMergerTest: Use @DataPoints instead of @DataPoint 7 years ago
David Pursehouse 83a4d2e698 UploadPackTest: Fix name hiding introduced by If72b4b422 7 years ago
Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 7 years ago
David Pursehouse 57c6ff94fb RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource 7 years ago
David Pursehouse 1512035451 RepoCommandTest: Refactor to use try-with-resource 7 years ago
David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 7 years ago
David Pursehouse 2de9b6c0bb ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-r 7 years ago
David Pursehouse 48554989d3 AutoLFInputStreamTest: Use try-with-resource 7 years ago
David Pursehouse da3d76f00e Use CHARSET in FileOutputStream instead of hard-coded "UTF-8" 7 years ago
David Pursehouse bf757cd1c6 TemporaryBufferTest: Suppress "should be managed by try-with-resource" 7 years ago
David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 7 years ago
Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 7 years ago
David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 7 years ago
Matthias Sohn f0ab2d07b8 Remove deprecated IgnoreNode#isIgnored method 7 years ago
David Pursehouse 9441508682 Fix misspelled class name: EmtpyCommitException -> EmptyCommitException 7 years ago
Matthias Sohn 653b31a903 Remove deprecated ArchiveCommand#putEntry method 7 years ago
Matthias Sohn d0f1f5eef6 Prepare 5.0.0-SNAPSHOT builds 7 years ago
Matthias Sohn f389e18a28 Prepare 4.11.1-SNAPSHOT builds 7 years ago
Matthias Sohn f944063517 JGit v4.11.0.201803080745-r 7 years ago
Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 7 years ago
David Pursehouse 9f689e90d4 MergeHeadMsgTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 7 years ago
David Pursehouse de96131d36 IndexDiffWithSymlinkTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 7b57ce5186 HugeFileTest: Open RandomAccessFile in try-with-resource 7 years ago
David Pursehouse c6ea82b9cc GetTextTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 5f082de9bb FileSnapshotTest: Open FileOutputStream in try-with-resource 7 years ago