3335 Commits (stable-4.7)

Author SHA1 Message Date
  David Ostrovsky 7e4258113c Move SHA1 compress/recompress files to resource folder 7 years ago
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 7 years ago
  Andrey Loskutov a4b9c73391 Don't try to strip new line if the message buffer is empty 7 years ago
  David Pursehouse 2fe1a3abbe FetchCommand: Fix detection of submodule recursion mode 7 years ago
  David Pursehouse 503d59044f FetchCommand: Add basic support for recursing into submodules 7 years ago
  David Pursehouse d4895c7160 Remove unnecessary @SuppressWarnings("nls") 7 years ago
  Thomas Wolf 1f3e74ed9f Make Repository.normalizeBranchName less strict 7 years ago
  Shawn Pearce 83ad74b6b9 SHA-1: collision detection support 7 years ago
  Matthias Sohn 9d2a7de65e Silence API error caused by changed return type of digest() 7 years ago
  Magnus Vigerlöf 2a5d20c138 Correct the boolean logic for filtering paths 7 years ago
  Shawn Pearce 1bf7d3f290 SHA1: support reset() and reuse instances 7 years ago
  Shawn Pearce 0f25f64d48 Switch to pure Java SHA1 for ObjectId 7 years ago
  Shawn Pearce 982f5d1bf1 Pure Java SHA-1 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  Shawn Pearce 07fdc50c07 Fix bad test fix from 0bff481 "Limit receive commands" 7 years ago
  David Pursehouse fceac7e44d Add some more missing @Override annotations 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Thomas Wolf 0a4cf573d3 Fix typo in @since 7 years ago
  David Pursehouse 1cda4faed4 PullCommand: Allow to set tag behavior 7 years ago
  Naoki Takezoe 1448ec37f9 Set commit time to ZipArchiveEntry 7 years ago
  David Turner d3962fef6b GC: don't loosen doomed objects 7 years ago
  Zhen Chen 87d81a7301 Add missing skip garbage pack logic in DfsReader 7 years ago
  Zhen Chen ff852dad51 Skip first pack if avoid garbage is set and it is a garbage pack 7 years ago
  Zhen Chen 8dd5b644dc Refactor skip garbage pack logic into a method 7 years ago
  Shawn Pearce 0bff481d45 Limit receive commands 8 years ago
  David Pursehouse 1834421a7f BlameGenerator: Annotate #getRenameDetector as Nullable 7 years ago
  David Pursehouse d9d8c507a4 RefLeaseSpec: Fix Eclipse errors 7 years ago
  David Turner 46d35a8502 push: support per-ref force-with-lease 7 years ago
  Shawn Pearce 6450d956bc Assume GC_REST and GC_TXN also attempted deltas during packing 7 years ago
  Shawn Pearce d67b183537 Prefer smaller GC files during DFS garbage collection 7 years ago
  Shawn Pearce 61d4922928 Fix missing deltas near type boundaries 7 years ago
  Thirumala Reddy Mutchukota 006f4d4d29 Reintroduce garbage pack coalescing when ttl > 0. 7 years ago
  Matthias Sohn 08480c948c [infer] Fix ObjectWalk leak in PackWriter.preparePack() 7 years ago
  Matthias Sohn f8d232213c Branch normalizer should not normalize already valid branch names 7 years ago
  Bo Zhang d4bd09b78d Follow redirects in transport 7 years ago
  Matthias Sohn 18cda3888c GC: delete empty directories after purging loose objects 7 years ago
  David Pursehouse b20f7d610e Organize imports 7 years ago
  Hongkai Liu a33663fd4e Detect stale-file-handle error in causal chain 7 years ago
  Hector Caballero 27b710c394 Make GC cancellable when called programmatically 7 years ago
  Matthias Sohn a11bb03127 GC.prune(Set<ObjectId>): return early if objects directory is empty 7 years ago
  Hongkai Liu 8fd500e20c Clean up orphan files in GC 7 years ago
  David Pursehouse acc94c475a RepoCommand#readFile: Don't call Git#getRepository() in try-with-resource 7 years ago
  Matthias Sohn a4feeb0194 Don't rely on default locale when using toUpperCase() and toLowerCase() 7 years ago
  David Pursehouse 2eb1bebd60 Repository: Include repository name when logging corrupt use count 7 years ago
  Thirumala Reddy Mutchukota c9f55032a2 Record the estimated size of the pack files. 7 years ago
  Lars Vogel 71edc8bd6f Fixes Javadoc error in org.eclipse.jgit created with I59539ac 7 years ago
  Jonathan Nieder 061d24f6d5 Remove @since tags from internal packages 7 years ago
  David Turner 8bec98cec0 gc: loosen unreferenced objects 7 years ago
  Matthias Sohn d3c4c0622f [infer] Mark ManifestParse.getFilteredProjects non-null 7 years ago
  Matthias Sohn b686c8468c [infer] Fix potential NPE in DiffFormatter 7 years ago