3069 Commits (3a93c8bdca09db61cc4b58f6438763611008e545)

Author SHA1 Message Date
Matthias Sohn 58c2c52219 Use try-with-resource to close resources in CherryPickCommand 10 years ago
Matthias Sohn 3f79182081 Fix resource leak in ChangeIdUtil 10 years ago
Matthias Sohn d4380a9c81 Use try-with-resource to close resources in BundleWriter 10 years ago
Matthias Sohn 9e37f6d144 Use try-with-resource to close resources in BundleFetchConnection 10 years ago
Matthias Sohn d6692d54a9 Use try-with-resource to close resources in BlobBasedConfig 10 years ago
Matthias Sohn 48622e0ec2 Replace use of deprecated release() method in BlameResult 10 years ago
Matthias Sohn e03b6c5cf8 Use try-with-resource to close BlameGenerator 10 years ago
Matthias Sohn 21eee62f7d Remove unnecessary $NON-NLS comment in BaseReceivePack 10 years ago
Matthias Sohn c1edc1a07e Use try-with-resources to close resources in BaseReceivePack 10 years ago
Matthias Sohn 6691c20bc2 Replace use of deprecated release() in BasePackPushConnection 10 years ago
Matthias Sohn b61be2cf3e Replace use of deprecated release() in BasePackFetchConnection 10 years ago
Matthias Sohn 81c84c088f Use try-with-resources to close walks in ArchiveCommand 10 years ago
Matthias Sohn 114dee6770 Silence warning for non-translatable String in AddNoteCommand 10 years ago
Matthias Sohn 3206f37cc3 Use try-with-resources to fix warnings in AddNoteCommand 10 years ago
Matthias Sohn e5b81e49e8 Use try-with-resources to fix warnings in AddCommand 10 years ago
Matthias Sohn 5d22a7b108 Remove obsolete API warning filters to silence warnings 10 years ago
Shawn Pearce d94ce9c754 Buffer overflow output stream 10 years ago
Shawn Pearce e4433e5e37 Fix overflow stream leak during merge conflicts 10 years ago
Shawn Pearce 6884ea24cd Use local GIT_DIR for overflow during merge conflicts 10 years ago
Shawn Pearce 835955fc5b Use try-with-resources and BufferedOutputStream for local merge conflicts 10 years ago
Shawn Pearce 1b63323212 Optimize EolAwareOutputStream for bulk output 10 years ago
Matthias Sohn bda5e76420 ResolveMerge only needs to visit differing TreeEntries 10 years ago
Matthias Sohn 6e653aef1d FS.readPipe() shouldn't log IOException as an error 10 years ago
André de Oliveira 3cd7d0d85a Do not add a newline at the end if neither merged side had one 10 years ago
Laurent Delaigue a5c40a3862 Make RepositoryState.REBASING_MERGE reachable again. 10 years ago
Christian Halstrick 2bd3556e7e Fix RecursiveMerger in case of multiple, independent base commits 10 years ago
Matthias Sohn 8a9568eab2 JGit v4.0.0.201503231230-m1 10 years ago
Matthias Sohn 197e3393a5 Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit 10 years ago
Matthias Sohn 8ec01500e2 Add missing @since tag to DiffInterruptedException 10 years ago
Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 10 years ago
Dave Borowitz e3e9e1f003 TemporaryBuffer: Clear block pointer list instead of reallocating 10 years ago
Dave Borowitz edf4368b0c TemporaryBuffer: Allow presizing block pointer list 10 years ago
Dave Borowitz 89b91ad406 InMemoryRepository: Use a real Builder class 10 years ago
Dave Borowitz fd402f71a3 Git: Don't close underlying repo if it came from from a caller 10 years ago
Hugo Arès 954306be81 Make MyersDiff interruptible 10 years ago
Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents 10 years ago
Dave Borowitz d79cadb3cf TestRepository: Add a reset method to move HEAD around 10 years ago
Markus Duft ede4b3d5a3 Fix compile error due to missing dependencies and since tags 10 years ago
Dave Borowitz 6f4281b11a TreeWalk: Do not close reader passed explicitly to constructor 10 years ago
Dave Borowitz 421e69a4a0 TreeWalk: Stop using deprecated ObjectReader#release() 10 years ago
Matthew Spurrier 1383bdd5bc Make s3 domain dynamic to support different s3 regions 10 years ago
Dave Borowitz 1e694f3847 RevWalk: Do not close reader passed explicitly to constructor 10 years ago
Dave Borowitz a91f87d9e1 RevWalk: Stop using deprecated ObjectReader#release() 10 years ago
Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 10 years ago
Shawn Pearce ce3997344e PushCertificateParser: Fix check for blank line after header 10 years ago
Shawn Pearce 8cf14cfdad Cleanup some push certificate related javadoc 10 years ago
David Pletcher fe7c556f34 Fix an invalid format string 10 years ago
Christian Halstrick 0e3ddea1b0 Add "--long" option to JGit describe 10 years ago
David Pletcher cc8c270c9b Allow public access to PackIndex 10 years ago
Laurent Delaigue efeb02bf2b Support for the commit-msg hook. 10 years ago