3147 Commits (c7c2897527659262cd4b6de0595eb2f369d8f724)

Author SHA1 Message Date
Matthias Sohn 72ecb5c8c7 Prepare post 4.0-RC3 builds 10 years ago
Matthias Sohn d59fafc7ca JGit v4.0.0.201506020755-rc3 10 years ago
Christian Halstrick 6d09c486ed Fix CommitCommand.setOnly() 10 years ago
Matthias Sohn efacad0fc8 Improve exception thrown when pull can't find advertised ref 10 years ago
Matthias Sohn 8787176ef1 Silence unchecked conversion warning in TransportSftp 10 years ago
Matthias Sohn e013bcdcc6 Silence deprecation warning in WindowCacheConfig 10 years ago
Matthias Sohn 17307df3af Silence deprecation warning in DirCacheCheckout 10 years ago
Matthias Sohn 6d4ebd168d Fix unchecked conversion warning in MergeFormatter 10 years ago
Matthias Sohn faae5cdb5b Fix hidden field warnings in bundle org.eclipse.jgit 10 years ago
Hugo Arès 663ccd76f0 Close WindowCursor using try-with-resources in UnpackedObject 10 years ago
Hugo Arès 27128b3e01 Fix WindowCursor memory leak. 10 years ago
Jonathan Nieder a5778b6f41 archive: Drop unnecessary empty comments and 'final' qualifiers on locals 10 years ago
Jonathan Nieder 1287cdaf33 Close 'out' consistently in ArchiveCommand.call 10 years ago
Christian Halstrick ebfd62433a Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions 10 years ago
Christian Halstrick 261b514ceb Better report too large pack-files from PushCommand 10 years ago
Dave Borowitz b8c8008115 FS: Extract GobblerThread into a private static class 10 years ago
Terry Parker 0e8ac496cd Add bitmap index misses to PackWriter.Statistics 10 years ago
David Pletcher 5e57cc9585 Enable public access to SimilarityIndex scoring function 10 years ago
Yuxuan 'fishy' Wang 744c370c1b Add getters to RepoProject. 10 years ago
Matthias Sohn 74009ba3ef Prepare post 4.0.0-rc2 builds 10 years ago
Matthias Sohn 3ed57820f2 JGit v4.0.0.201505260635-rc2 10 years ago
Matthias Sohn eea43de7a4 Silence unused object warning in MyersDiff 10 years ago
Matthias Sohn 11a0dffd16 Silence resource leak warnings where caller is responsible to close 10 years ago
Matthias Sohn bb48901ddf Silence false potential null pointer access warnings 10 years ago
Matthias Sohn 746cf09b33 Silence non-externalized string warnings in org.eclipse.jgit 10 years ago
Matthias Sohn d5a34551d5 Fix potential null pointer access in IndexDiffFilter 10 years ago
Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 10 years ago
Saša Živkov d9062145b8 Don't invalidate pack file on InterruptedIOException 10 years ago
Andrey Loskutov 4d565f0b5f Guard agains null ReflogReader if named ref does not exist 10 years ago
Sebastian Schuberth 7ce6abe858 FS: Allow to manually set the path to the Git system config file 10 years ago
Sebastian Schuberth 9599f3f1a6 FS: Fix a minor typo in runInShell() docs 10 years ago
Sebastian Schuberth 7ee351fb95 FS: Improve javadoc of some recently introduced methods 10 years ago
Andrey Loskutov 1773002a34 Cleanup code and Eclipse compile errors in new gitrepo API 10 years ago
Yuxuan 'fishy' Wang d3348e5623 Refactor to expose ManifestParser. 10 years ago
Sebastian Schuberth d7a44736ce FS: Remove the gitprefix logic 10 years ago
Sebastian Schuberth d9ffc03837 SystemReader: Use discoverGitSystemConfig() in openSystemConfig() 10 years ago
Sebastian Schuberth cb12f4f0ad FS: Add a method to discover the system-wide config file 10 years ago
Sebastian Schuberth b8b6357fe6 FS: Extend readPipe() to optionally take additional environment 10 years ago
Sebastian Schuberth 8ed6b745bb FS: Document readpipe()'s encoding parameter 10 years ago
Sebastian Schuberth 6fdd214349 Split discoverGitPrefix() code out into discoverGitExe() 10 years ago
Sebastian Schuberth 4ca2fc5ce7 Equalize discoverGitPrefix() implementations between POSIX and Win32 10 years ago
Sebastian Schuberth 8025443db4 Move resolveGrandparentFile() to the base class for wider use 10 years ago
Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 10 years ago
Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 10 years ago
Shawn Pearce 0419f8128b ReceivePack: support quiet capability 10 years ago
Matthias Sohn ed6694bd89 Prepare post 4.0.0-rc1 builds 10 years ago
Matthias Sohn e2c062f529 JGit v4.0.0.201505191015-rc1 10 years ago
Matthias Sohn 4cbe66af47 Fix warnings in ObjectFilter 10 years ago
Matthias Sohn 0243da320e Fix typo in reflog message written by RebaseCommand.tryFastForward() 10 years ago
Hugo Arès 9d6507ba4d Fix ObjectReader resources leak 10 years ago