32 Revīzijas (0f442d70836ee292ed916605448f806cc7d1fe78)

Autors SHA1 Ziņojums Datums
  Thomas Wolf 0f442d7083 Use Map interface instead of ConcurrentHashMap class pirms 3 gadiem
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format pirms 4 gadiem
  Matthias Sohn 9387288a86 Fix non-deterministic hash of archives created by ArchiveCommand pirms 5 gadiem
  Matthias Sohn 653b31a903 Remove deprecated ArchiveCommand#putEntry method pirms 6 gadiem
  David Pursehouse 9e4a455f9b ArchiveCommand: Create archive output stream in try-with-resource pirms 6 gadiem
  Matthias Sohn 0210e0e299 Fix javadoc in org.eclipse.jgit annotations and api packages pirms 6 gadiem
  Yasuhiro Takagi a66e60a986 ArchiveCommand: Create prefix entry with commit time pirms 7 gadiem
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments pirms 7 gadiem
  Naoki Takezoe 1448ec37f9 Set commit time to ZipArchiveEntry pirms 7 gadiem
  Jonathan Nieder a5778b6f41 archive: Drop unnecessary empty comments and 'final' qualifiers on locals pirms 9 gadiem
  Jonathan Nieder 1287cdaf33 Close 'out' consistently in ArchiveCommand.call pirms 9 gadiem
  Matthias Sohn 81c84c088f Use try-with-resources to close walks in ArchiveCommand pirms 9 gadiem
  Markus Duft ede4b3d5a3 Fix compile error due to missing dependencies and since tags pirms 9 gadiem
  David Ostrovsky c0c4c6f09a ArchiveCommand: Allow to pass options to underlying stream pirms 9 gadiem
  Robin Rosenberg 0bc98f17b2 Eliminate warnings for non-nls strings that will never be translated pirms 10 gadiem
  Robin Rosenberg 78cd2bb9e0 Remove an unnecessary semicolon pirms 10 gadiem
  Matthias Sohn 18fdb5684f Add missing since tags pirms 10 gadiem
  Shaul Zorea 17604c77a8 Archive: Add the ability to select one or more paths. pirms 10 gadiem
  Jonathan Nieder d5110c32f9 Allow ArchiveCommand.registerFormat to be called twice pirms 10 gadiem
  Robin Rosenberg 4ceb25b602 Tag som non-localizable strings with NON-NLS pirms 10 gadiem
  Jonathan Nieder 8a4cf2e0f8 archive: Use an empty directory for submodules pirms 10 gadiem
  Jonathan Nieder 2ecc27db92 archive: Include entries for directories pirms 10 gadiem
  Jonathan Nieder f2abbd0ea9 archive: Prepend a specified prefix to all entry filenames pirms 10 gadiem
  Jonathan Nieder 8a51c4453d Do not close ArchiveOutputStream on error pirms 10 gadiem
  Matthias Sohn c693a232b0 Add missing @since tags pirms 11 gadiem
  Matthias Sohn 06ba0f6df1 Fix warnings in ArchiveCommand pirms 11 gadiem
  Jonathan Nieder 56cb2d925c Pick default archive format based on filename suffix pirms 11 gadiem
  Jonathan Nieder 659cadf06d Add missing javadoc for archive code pirms 11 gadiem
  Jonathan Nieder dbf8d95daa Drop unnecessary "throws" clauses in archive code pirms 11 gadiem
  Jonathan Nieder 7f2f59734c Add tgz and txz archive formats pirms 11 gadiem
  Jonathan Nieder f99fa9d23e Release ArchiveCommand's ObjectReader in call() pirms 11 gadiem
  Jonathan Nieder 56276d053f Move ArchiveCommand into standard porcelain API pirms 11 gadiem
  Jonathan Nieder a544ff72db Remove dependency by ArchiveCommand on archive formats pirms 11 gadiem
  Jonathan Nieder cfc15dd9dc Drop dependency by ArchiveCommand.Format interface on commons-compress pirms 11 gadiem
  Jonathan Nieder d8177d6e19 ArchiveCommand.Format: pass output stream as first argument to putEntry pirms 11 gadiem
  Jonathan Nieder d4932620e0 ArchiveCommand: make archive formats non-inner classes pirms 11 gadiem
  Matthias Sohn d7cc6eb002 Move org.eclipse.jgit.pgm's resource bundle to internal package pirms 11 gadiem
  Jonathan Nieder 7be5cfa4d6 ArchiveCommand: Add missing @since tag pirms 11 gadiem
  Robin Rosenberg d0727fc527 Cleanup imports and javadocs in ArchiveCommand pirms 11 gadiem
  Jonathan Nieder be047307fc ArchiveCommand: Do not warn for unsupported file mode pirms 11 gadiem
  Jonathan Nieder b525e696d5 Add internal porcelain-style API for ArchiveCommand pirms 11 gadiem
  Jonathan Nieder 70e494f649 archive: Release resources before returning pirms 11 gadiem
  Matthias Sohn bf0dc41362 Fix hidden field warning pirms 11 gadiem
  Matthias Sohn 7b1d7ac90e Fix empty control block warnings pirms 11 gadiem
  Robin Rosenberg 138a2b06c8 Cleanup unused import and Java 6 syntax in Archive pirms 11 gadiem
  Jonathan Nieder 78009782cd archive: Add tar support pirms 11 gadiem
  Jonathan Nieder 345ab401ce archive: Add --format option that switches between formats pirms 11 gadiem
  Jonathan Nieder 7123cbf470 archive: Record executable and symlink bits pirms 11 gadiem
  Jonathan Nieder 1547eaf7c5 [RFC] archive: Switch to commons-compress as ZIP archiver pirms 11 gadiem
  Jonathan Nieder 6a94f027b6 Add "jgit archive" tool that writes a tree as a ZIP file pirms 11 gadiem