2555 Commits (d7a44736ce461ee7c7a5cf30cb9c705ebeb2c800)

Author SHA1 Message Date
  Matthias Sohn 8d41c783c0 Silence non-externalized string warning in PackParser 9 years ago
  Matthias Sohn e5a6290ac9 Replace call to deprecated release() by close() in PackParser 9 years ago
  Matthias Sohn 6feb7bc9dd Silence non-externalized string warning in PackIndexV2 9 years ago
  Matthias Sohn 4dd4d7e12a Silence false null pointer access warnings in PackFile 9 years ago
  Matthias Sohn fc2d723dd9 Externalize error messages used in ObjectDirectoryInserter 9 years ago
  Matthias Sohn 1728d1d760 Use try-with-resource to close resources in ObjectDatabase 9 years ago
  Matthias Sohn f777ed1d24 Replace deprecated release() methods by close() in NoteMapMerger 9 years ago
  Matthias Sohn f434f29fd9 Ensure that NameRevCommand.call() closes RevWalk 9 years ago
  Matthias Sohn 8e332f1057 Replace deprecated release() methods by close() in Merger 9 years ago
  Matthias Sohn ed42bad1c6 Use try-with-resource to close resources in GC 9 years ago
  Matthias Sohn 2693d6075d Use try-with-resource to close resources in FetchProcess 9 years ago
  Matthias Sohn 787ca168a9 Reduce visibility of DirCacheCheckout.checkValidPath() 9 years ago
  Matthias Sohn b84623ac64 Use try-with-resource to close resources in DirCache 9 years ago
  Matthias Sohn ff0a7b719e Fix resource leak in DiffFormatter 9 years ago
  Matthias Sohn b8658e486c Use try-with-resource to close resources in DiffCommand 9 years ago
  Matthias Sohn 5f8308bdb9 Replace call to deprecated RevWalk.release() in DescribeCommand 9 years ago
  Matthias Sohn 4bae608e84 Use try-with-resource to close resources in CloneCommand 9 years ago
  Matthias Sohn b53e2a99b3 Silence non-externalized string warnings in CherryPickResult 9 years ago
  Matthias Sohn 588965c6da Silence non-externalized string warning in CherryPickCommand 9 years ago
  Matthias Sohn 58c2c52219 Use try-with-resource to close resources in CherryPickCommand 9 years ago
  Matthias Sohn 3f79182081 Fix resource leak in ChangeIdUtil 9 years ago
  Matthias Sohn d4380a9c81 Use try-with-resource to close resources in BundleWriter 9 years ago
  Matthias Sohn 9e37f6d144 Use try-with-resource to close resources in BundleFetchConnection 9 years ago
  Matthias Sohn d6692d54a9 Use try-with-resource to close resources in BlobBasedConfig 9 years ago
  Matthias Sohn 48622e0ec2 Replace use of deprecated release() method in BlameResult 9 years ago
  Matthias Sohn e03b6c5cf8 Use try-with-resource to close BlameGenerator 9 years ago
  Matthias Sohn 21eee62f7d Remove unnecessary $NON-NLS comment in BaseReceivePack 9 years ago
  Matthias Sohn c1edc1a07e Use try-with-resources to close resources in BaseReceivePack 9 years ago
  Matthias Sohn 6691c20bc2 Replace use of deprecated release() in BasePackPushConnection 9 years ago
  Matthias Sohn b61be2cf3e Replace use of deprecated release() in BasePackFetchConnection 9 years ago
  Matthias Sohn 81c84c088f Use try-with-resources to close walks in ArchiveCommand 9 years ago
  Matthias Sohn 114dee6770 Silence warning for non-translatable String in AddNoteCommand 9 years ago
  Matthias Sohn 3206f37cc3 Use try-with-resources to fix warnings in AddNoteCommand 9 years ago
  Matthias Sohn e5b81e49e8 Use try-with-resources to fix warnings in AddCommand 9 years ago
  Shawn Pearce d94ce9c754 Buffer overflow output stream 9 years ago
  Shawn Pearce e4433e5e37 Fix overflow stream leak during merge conflicts 9 years ago
  Shawn Pearce 6884ea24cd Use local GIT_DIR for overflow during merge conflicts 9 years ago
  Shawn Pearce 835955fc5b Use try-with-resources and BufferedOutputStream for local merge conflicts 9 years ago
  Shawn Pearce 1b63323212 Optimize EolAwareOutputStream for bulk output 9 years ago
  Matthias Sohn bda5e76420 ResolveMerge only needs to visit differing TreeEntries 9 years ago
  Matthias Sohn 6e653aef1d FS.readPipe() shouldn't log IOException as an error 9 years ago
  André de Oliveira 3cd7d0d85a Do not add a newline at the end if neither merged side had one 9 years ago
  Laurent Delaigue a5c40a3862 Make RepositoryState.REBASING_MERGE reachable again. 9 years ago
  Christian Halstrick 2bd3556e7e Fix RecursiveMerger in case of multiple, independent base commits 9 years ago
  Matthias Sohn 197e3393a5 Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit 9 years ago
  Matthias Sohn 8ec01500e2 Add missing @since tag to DiffInterruptedException 9 years ago
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 9 years ago
  Dave Borowitz e3e9e1f003 TemporaryBuffer: Clear block pointer list instead of reallocating 9 years ago
  Dave Borowitz edf4368b0c TemporaryBuffer: Allow presizing block pointer list 9 years ago
  Dave Borowitz 89b91ad406 InMemoryRepository: Use a real Builder class 9 years ago