3536 Commits (d6b354f60f1a5fd4719908e2ae820c16022e99ce)

Author SHA1 Message Date
Matthias Sohn f8ac03459a Fix loop in auto gc 8 years ago
Jonathan Nieder 881e6b2cbb StreamCopyThread: Do not drop data when flush is observed before writing 8 years ago
Jonathan Nieder e67d59df3f StreamCopyThread: Do not let flush interrupt a write 8 years ago
Zhen Chen feefcb02b0 Fix flush call race condition in StreamCopyThread 8 years ago
Thomas Wolf d0023c3c8f Don't serialize internal hash collision chain link 8 years ago
Matthias Sohn d1bc809cce Add missing @since tag for new protected field in ObjectReader 8 years ago
Kevin Corcoran fa0a93119c Make streamFileThreshold configurable 8 years ago
Christian Halstrick f30c05fc74 Move constants used for config-files to ConfigConstants 8 years ago
Matthias Sohn 64a404803e Implement auto gc 8 years ago
David Pursehouse 03046d0f60 CheckoutCommand: Add method to add multiple paths 8 years ago
Marc Strapetz c6459a6167 Fix possible SIOOBE in RefDirectory.parsePackedRefs 8 years ago
Thomas Meyer 4ab06388ad TransportBundleFile: Resolve remote repository locally 8 years ago
David Turner e346873511 TreeFormatter: disallow empty filenames in trees 8 years ago
Philipp Marx ccc899773e Add "concurrencyLevel" option to DfsBlockCache 8 years ago
David Turner a66b4c29a8 Config: do not add spaces before units 8 years ago
David Pursehouse bdf3e43d76 FS: Fix lazy initialization of non-volatile static field 8 years ago
David Pursehouse e9107e853f PackOutputStream: Add comment for intentional use of non-short-circuit logic 8 years ago
Matthias Sohn 535f0afd13 Unconditionally close repositories in RepositoryCache.clear() 8 years ago
Matthias Sohn cc0d58f9a0 AmazonS3: ensure that errorStream is closed 8 years ago
Hugo Arès 5a1e147eaa Fix eviction of repositories with negative usage count 8 years ago
Thomas Wolf 26832a00e4 Fix symlink content comparison on MacOS in tree walk 8 years ago
Matthias Sohn f6df5cf26e Add toString() to CherryPickCommand and ResetCommand 8 years ago
Zhen Chen 0212a623f8 Delay inserter.flush in WalkFetchConnection 8 years ago
Rüdiger Herrmann 1bafc304c8 Remove unused code from class Repository 8 years ago
Christian Halstrick 83e43f7960 Fix CheckoutCommand to return updated files even on NONDELETED status 8 years ago
Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 8 years ago
David Pursehouse 64de9beadb RepositoryCache#unregisterAndCloseRepository: Remove unused db parameter 8 years ago
David Pursehouse 93c788952e DfsBlockCache: Suppress warnings about unchecked conversion of Ref<T> 8 years ago
David Pursehouse 01935f8f50 Suppress deprecation warnings related to UploadPackLogger 8 years ago
Matthias Sohn b03be9a3ea Fix wrong @since tags introduced by 1beb3ccd 8 years ago
Matthias Sohn cb617e7ffc Prepare 4.5.1-SNAPSHOT builds 8 years ago
Matthias Sohn e7142a3937 JGit v4.5.0.201609210915-r 8 years ago
Saša Živkov b7df7d1fd3 Unconditionally close repository in unregisterAndCloseRepository 8 years ago
Matthias Sohn ab79ce91c1 Change JGit minimum execution environment to JavaSE-1.8 8 years ago
Christian Halstrick e4e39a6d05 Move AtomicObjectOutputStream to lfs/internal 8 years ago
Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8 years ago
Christian Halstrick b70f3a7457 Add configuration parameter to enable built-in hooks/filters 8 years ago
Christian Halstrick d97248467a Add support for built-in smudge filters 8 years ago
Christian Halstrick b5bec73715 Add support for built-in clean filters 8 years ago
Masaya Suzuki 1beb3ccd1e Add ReceivedPackStatistics for PackParser 8 years ago
Matthias Sohn 9d4ffcc1ab Prepare 4.6.0-SNAPSHOT builds 8 years ago
Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 8 years ago
Andrey Loskutov 619329c84e Ignore trailing spaces in directory rule patterns 8 years ago
Martin Goellnitz 57a263f182 Add support for post-commit hooks 8 years ago
Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 8 years ago
Shawn Pearce 3100662a5a ReceivePack: integrate push option parsing into recvCommands 8 years ago
Shawn Pearce 2fd4559773 ReceivePack: simplify getPushOptions 8 years ago
Shawn Pearce 8e00a317b2 ReceivePack: allow push options to be set 8 years ago
Jonathan Nieder dd2a5a7faf Make GC.RepoStatistics static 8 years ago
Shawn Pearce c2e2326a43 ReceivePack: refactor push option parsing 8 years ago