3450 Commits (1bafc304c80f442ead757e6869de689778c15d3d)

Author SHA1 Message Date
Rüdiger Herrmann 1bafc304c8 Remove unused code from class Repository 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
Stefan Beller 36cf4fe580 Fix push option initalization on HTTP 8 years ago
Shawn Pearce 9ae7d493c4 DfsReader: check object type during open 8 years ago
Masaya Suzuki 1227165e27 Clarify the semantics of DfsRefDatabase#compareAndPut 8 years ago
Masaya Suzuki 3e27fb3719 Do not fake a SymbolicRef as an ObjectIdRef 8 years ago
Dan Wang 9974f30702 Packet logging for JGit 8 years ago
Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 8 years ago
Christian Halstrick da9eef85e7 Don't check lastModified, length on folders for submodules 8 years ago
Masaya Suzuki c4e209b20f Add HTTP status code to ServiceMayNotContinueException 8 years ago
Masaya Suzuki 108bee17cf Ignore IOException thrown from close 8 years ago
Shawn Pearce f15e9c088a DfsObjDatabase: clear PackList dirty bit if no new packs 8 years ago
Matthias Sohn 13f0db25f2 Enhance ResetCommand to allow disabling reflog update 8 years ago
Dan Wang a6c0d829b9 BaseReceivePack: null and IllegalStateException cases for getPushOptions 8 years ago
Jonathan Nieder a9b87de970 RepoCommand: Avoid group lists shadowing groups strings 8 years ago
David Pursehouse 300787b8cf PackWriter: Fix Javadoc tag for thrown exception in preparePack 8 years ago
Jonathan Nieder f28de24fa8 Document new PackWriter#preparePack variant's parameters and exceptions 8 years ago
Matthias Sohn ae779f60b7 Add missing @since tags for new API 8 years ago
Jens Offenbach e2cb2f8afd Require-Bundle com.jcraft.jsch replaced by Import-Package statement 8 years ago
Jonathan Nieder b16e207742 Shallow fetch: Pass along "shallow"s in unparsed-wants case, too 8 years ago
Jonathan Nieder f84370feaa Shallow fetch: Pass a DepthWalk to PackWriter 8 years ago
Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 8 years ago
Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 8 years ago
Terry Parker 2a7897bb4c RevWalk: Make fields available to DepthWalk 8 years ago
Terry Parker 7edf05530d Shallow fetch: avoid sending unneeded blobs 8 years ago
Matthaus Owens e1ffab1cac Skip cleaning inner repositories by default in CleanCommand 8 years ago