3365 コミット (453798dab474be5f49fc6aedf8e10ed1110b6d11)

作成者 SHA1 メッセージ 日付
  Joan 453798dab4 Fix JGit set core.fileMode to false by default instead of true for non Windows OS. 7年前
  Shawn Pearce da7671fcd5 dfs: Fix caching of index, bitmap index, reverse index 7年前
  Shawn Pearce b1bdeeb0ee dfs: Use special ForReverseIndex DfsStreamKey wrapper instead of derive 7年前
  Shawn Pearce 07f98a8b71 Derive DfsStreamKey from DfsPackDescription 7年前
  Shawn Pearce 84c71ac933 Extract BlockBasedFile base class for DfsPackFile 7年前
  Shawn Pearce 8c566be72f Use separate DfsStreamKey for PackIndex 7年前
  Shawn Pearce e924de5295 Rename DfsPackKey to DfsStreamKey 7年前
  Matthias Sohn dfb9884dbc Add missing @since 4.9 for new API PackParser.setExpectedObjectCount() 7年前
  Zhen Chen abe2a87cb3 Make possible to overwrite the object count 7年前
  Dave Borowitz 40748e8303 RefList: Support capacity <= 0 on new builders 7年前
  Dave Borowitz e08fa5afcd Short-circuit writing packed-refs if no refs were packed 7年前
  Dave Borowitz 28adcce862 BatchRefUpdate: Clarify some ref prefix calls 7年前
  Shawn Pearce 5fdbcc1081 Use read ahead during copyPackThroughCache 7年前
  Mathieu Cartaud f7e233e450 Support -merge attribute in binary macro 7年前
  David Turner 695e38a83b Add a test for parsing fsck config options and expose FsckMode enum 7年前
  Oliver Lockwood 060f3699d4 Fix bug in multiple tag handling on DescribeCommand 7年前
  Oliver Lockwood af0867cb86 Support --match functionality in DescribeCommand 7年前
  Matthias Sohn df638e0cfc Allow to programmatically set FastForwardMode for PullCommand 7年前
  Mattias Neuling 0d447b1660 Add support for config "pull.ff 8年前
  David Pursehouse b4a46b5ed0 Fetch/PullCommand: Improve Javadoc of setRecurseSubmodules 7年前
  Matthias Sohn a45b045c73 Improve javadoc for MergeCommand.setFastForward() 7年前
  Terry Parker 8dd53135cb Add a new singlePack option to PackConfig 7年前
  Matthias Sohn 18ae9bb57d Allow to use an external ExecutorService for background auto-gc 7年前
  David Pursehouse b6f954ad42 Fetch: Add --recurse-submodules and --no-recurse-submodules options 7年前
  Matthias Sohn 4acad15086 SubmoduleUpdateCommand#setCallback should return 'this' 7年前
  Zhen Chen 9a3e037726 Defer object collision check until pack stream is done 7年前
  David Pursehouse 9c7b95684c CloneCommand#setCallback should return 'this' 7年前
  Yasuhiro Takagi a66e60a986 ArchiveCommand: Create prefix entry with commit time 7年前
  David Turner 6b1e3c58b1 Run auto GC in the background 7年前
  Shawn Pearce 0d20573d9c fetch: Accept any SHA-1 on lhs of refspec 7年前
  Han-Wen Nienhuys 832808bd50 Fix out-of-bounds exception in RepoCommand#relative 7年前
  Bryan Donlan 2204cc9866 Fix null return from FS.readPipe when command fails to launch 7年前
  Dave Borowitz a46b28808b RenameDetector: Clarify rename limits <= 0 7年前
  Zhen Chen 099dbe6ef5 Remove unnecessary cast for DfsReader 7年前
  Shawn Pearce 1513a5632d Allow DfsReader to be subclassed 7年前
  Shawn Pearce 562de51239 Track read IO for DfsReader 7年前
  Matthias Sohn ef0237564e Fix javadoc of TooLargeObjectInPackException 7年前
  Terry Parker c46c720e99 Exclude refs/tags from bitmap commit selection 7年前
  Matthias Sohn 69d5e89e99 [findBugs] Use UTF-8 to write to the error stream in TextProgressMonitor 7年前
  Matthias Sohn f1dd61f646 [findBugs] Use UTF-8 to read git-rebase-todo file 7年前
  Matthias Sohn 0aa1a19cab [findBugs] Use UTF-8 when writing to the error stream in GitHook 7年前
  Matthias Sohn 9f98d3e2e4 Add shutdown hook to cleanup unfinished clone when JVM is killed 7年前
  Thomas Wolf 09d96f8d46 Clean up the disk when cloning fails 7年前
  Christian Halstrick 501af12c19 Checkout should not use too long filenames 7年前
  Mickael Istria 5b84e25fa3 Support pull on detached HEAD 7年前
  Zhen Chen 8f7d0a4fbe Reset ObjectWalker when it starts a new walk 7年前
  Shawn Pearce d377a885a9 Fix stack overflow in MergeBaseGenerator 7年前
  David Pursehouse 005e5feb4e Clone: add --recurse-submodules option 7年前
  Thirumala Reddy Mutchukota 5e250e45be Delete expired garbage even when there is no GC pack present. 7年前
  Martin Fick f9b69677f6 Add parseCommit(AnyObjectId) method to Repository. 7年前