4296 Commits (38198972d4b3ac26828867317a7daa8bdfb10f4b)

Author SHA1 Message Date
  Shawn Pearce 8e83c36e27 Static import OBJ_* constants into PackWriter 11 years ago
  Shawn Pearce 6a5019f539 Renumber internal ObjectToPack flags 11 years ago
  Shawn Pearce 241eed844d Move wantWrite flag to be special offset 1 11 years ago
  Shawn Pearce 1eed78657f Don't delta compress garbage objects 11 years ago
  Shawn Pearce 56497be34d Delete broken DFS read-ahead support 11 years ago
  Robin Rosenberg d90656f536 Fix a possible NPE 11 years ago
  Shawn Pearce d72416afbb Optimize DFS object reuse selection code 11 years ago
  Shawn Pearce 93a27ce728 Simplify size test in PackWriter 11 years ago
  Shawn Pearce d45277a691 Declare critical exposed methods of ObjectToPack final 11 years ago
  Shawn Pearce 1d362e35bc Declare internal flag accessors of ObjectToPack final 11 years ago
  Shawn Pearce 876a2ffb21 Remove unused method isDeltaAttempted() 11 years ago
  Shawn Pearce 594d4ceb12 Simplify setDoNotDelta() to always set the flag 11 years ago
  Tomasz Zarna 5453585773 Add the no-commit option to MergeCommand 12 years ago
  Robin Rosenberg c9a94dc1ee Fix PathFilterGroup not to throw StopWalkException too early 11 years ago
  Robin Rosenberg 65027d8bb4 Indicate initial commit on a branch in the reflog 11 years ago
  Arthur Baars 35be98fb8f LogCommand.all(): filter out refs that do not refer to commit objects 11 years ago
  Arthur Baars 2b9c440fd1 LogCommand.all(), peel references before using them 11 years ago
  Robin Rosenberg 5cf53fdacf Speed up clone/fetch with large number of refs 11 years ago
  Shawn Pearce 1f51aecf95 Fix CommitCommand amend mode to preserve parent order 11 years ago
  Andreas König d9d3439617 Fixed parsing of URI with a IPv6-address 11 years ago
  Matthias Sohn d059f85c0b When renaming the lock file succeeds the lock isn't held anymore 11 years ago
  Shawn Pearce 7f1c2ec1eb Always add FileExt to DfsPackDescription 11 years ago
  Robin Rosenberg edf0da9c6e File.renameTo behaves differently on Unix and Windows 11 years ago
  Robin Rosenberg d0e92885e9 Extend FileUtils.rename to common git semantics 11 years ago
  Matthias Sohn dd6f41e401 Add missing @since tags 11 years ago
  Tomasz Zarna 48f30b8614 Fix @since tags in JGit, version 2.4 never existed 11 years ago
  André Dietisheim a31920555f Allow users to show server messages while pushing 11 years ago
  Matthias Sohn 8fcde4b31b Don't verify host name when sslVerify is false 11 years ago
  Edwin Kempin e02708a8b3 Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString() 11 years ago
  Edwin Kempin b37b1c9165 Allow to get repo statistics from GarbageCollectionCommand before gc 11 years ago
  Matthias Sohn 38cac0acf3 Add convenience factory method for most used builder pattern 11 years ago
  Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 11 years ago
  Christian Halstrick bd5e4eabc2 Fix GC for FileRepo in case packfile renames fail 11 years ago
  Christian Halstrick 67b98d5d40 Make GC more robust against corrupt reflogs 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Stocker 44ea46dd40 Use RawParseUtils.prevLF in RebaseCommand 11 years ago
  Robin Stocker 0e9f1cf57d Support aborting non-interactive rebase started from C Git 11 years ago
  Dave Borowitz bba74ba2e0 NameRevCommand: Don't use merge cost for first parent 11 years ago
  Edwin Kempin eac218b7b4 Add toString() for PackConfig 11 years ago
  Edwin Kempin 9b20a3b0dd Add toString() for RepoStatistics 11 years ago
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 11 years ago
  Shawn Pearce b2c0021b8a Remove objects before optimization from DfsGarbageCollector 11 years ago
  Shawn Pearce fc6b898cbe Simplfy caching of DfsPackDescription from PackWriter.Statistics 11 years ago
  Dave Borowitz 8e2a24a3b6 NameRevCommand: Use ~ notation for first parents of merges 11 years ago
  Dave Borowitz d2a6c4b955 Allow adding single refs or all tags to NameRevCommand 11 years ago
  Dave Borowitz 30ba407a9a Add a NameRevCommand for describing IDs in terms of refnames 11 years ago
  Robin Rosenberg 3cd089f04c A folder does not constitute a dirty work tree 11 years ago
  Robin Stocker 9105e1c9af Add isRebasing to RepositoryState 11 years ago
  Shawn Pearce 4e9fe58bb5 Avoid looking at UNREACHABLE_GARBAGE for client have lines 11 years ago
  Shawn Pearce 437be8dfad Simplify UploadPack by parsing wants separately from haves 11 years ago