1992 Commits (0b320b2c357a02d1f7306cb572e09917a4ec59d9)

Author SHA1 Message Date
  Carsten Hammer 0b320b2c35 Use Arrays.asList instead of copying array in a for loop 5 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Carsten Hammer 6e03645ad8 Use jdk 5 for loop 5 years ago
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 years ago
  Carsten Hammer e876a70ede Use StringBuilder instead of StringBuffer where possible. 5 years ago
  David Pursehouse dff4f6cc74 ConfigTest: Add test for parsing invalid group header 5 years ago
  Patrick Hiesel 93a0e50ed0 Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object 5 years ago
  David Pursehouse 9c2ef2d71e UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long) 5 years ago
  Ivan Frade 9d97d2404f DfsRefDatabase: Keep update index when peeling a reference 5 years ago
  Han-Wen Nienhuys bbff3ff008 Clarify error message for invalid Windows characters 5 years ago
  Matthew DeVore cc9ca71a16 Put filter spec information in a dedicated object 5 years ago
  Masaya Suzuki 47e37b0fa4 Use RefMap instead of HashMap 5 years ago
  Matthias Sohn 534ede2d81 Fix GC to delete empty fanout directories after repacking 5 years ago
  Sebastian Schuberth 40e74f8a1a DescribeCommandTest: Trivially fix formatting by removing a blank line 5 years ago
  Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 5 years ago
  Matthias Sohn d44225d85c Use SystemReader in JSchConfigSessionFactoryTest 5 years ago
  Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 6 years ago
  Matthias Sohn 882fed0d96 Cancel gc if thread was interrupted 6 years ago
  Thomas Wolf 60cf85a4a3 Fix core.autocrlf for non-normalized index 5 years ago
  David Pursehouse 0368906353 CommitBuilder: Deprecate setEncoding(String) 5 years ago
  Minh Thai 2b7fa04dad Fix bug in copyPackBypassCache's skip 'PACK' header logic 5 years ago
  Matthias Sohn 8cad84ccfb Fix GC.deleteEmptyRefsFolders 5 years ago
  Thomas Wolf e7b4d108e1 Enable cloning only specific tags 5 years ago
  Thomas Wolf 447e107069 RenameBranchCommand: more consistent handling of short ref names 5 years ago
  Gunnar Wagenknecht c4420d2434 Allow to check for signing key 5 years ago
  Thomas Wolf 55966dc592 Handle premature EOF in BundleFetchConnection 5 years ago
  David Pursehouse 95d74f22fb TemporaryBufferTest: Open TemporaryBuffer in try-with-resource 5 years ago
  David Pursehouse 6503a67e46 SubmoduleWalkTest: Open Repository in try-with-resource 5 years ago
  David Pursehouse df774825f5 SideBandOutputStreamTest: Open SideBandOutputStream in try-with-resource 5 years ago
  David Pursehouse ecd16a7906 UnionInputStreamTest: Open UnionInputStream in try-with-resource 5 years ago
  David Pursehouse 52923e9b07 LocalDiskRepositoryTestCase#createRepository: Default auto-close to false 5 years ago
  David Pursehouse 9b2779925c PushConnectionTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse d7f4e6d1a1 MergerTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse babdae6412 MergeCommandTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 5d9c78e471 PackWriterTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 6efe3612a7 ReceivePackAdvertiseRefsHookTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse a2455e9e40 SubmoduleStatusTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 43719e73c7 UploadPackTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse b6fe0abc4c PackParserTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 1a2db96c79 Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 years ago
  David Pursehouse 7844b39966 DirCacheCheckoutTest: Open TestRepository in try-with-resource 5 years ago
  David Pursehouse 6df350ee0e CheckoutCommandTest: Add comment to document intentionally empty catch block 5 years ago
  Medha Bhargav Prabhala 137e91a465 Implement signing commits using BouncyCastle 5 years ago
  Gunnar Wagenknecht 2343c688b1 Allow CommitCommand to sign commits 5 years ago
  Matthias Sohn 23c30c6310 Fix warnings for usage of deprecated RefDatabase#getRef 5 years ago
  Christian Halstrick e406d500de Fix "jgit checkout -f" to overwrite dirty worktree files 6 years ago
  Jonathan Nieder 3f9a5ce13f Deprecate Repository#hasObject 5 years ago
  Jonathan Nieder c1954f6c36 RefDatabase: Introduce findRef synonym for getRef 8 years ago
  Jonathan Nieder b2ec6405e4 RefDirectory: Do not use search path to find additional refs 8 years ago
  Jonathan Nieder 9895338de1 RefDatabase: Remove fallback exactRef implementation 8 years ago