98 Commits (stable-5.9)

Author SHA1 Message Date
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Carsten Hammer 74bc50125d Replace chain of if statements with switch 5 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  David Pursehouse 689474248c RepoText: Remove unused externalized string 4 years ago
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  Ivan Frade e64ce267f8 RepoCommand: Preserve executable bit in <copyfile> 5 years ago
  Ivan Frade f648a3bd81 RepoCommand.RemoteReader: Add method to read contents and mode of file 5 years ago
  Jonathan Nieder b0991ca805 Format @NonNull on return value as method annotation 5 years ago
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Masaya Suzuki 58a90f7a70 Support remove-project node in the manifest parser 6 years ago
  Han-Wen Nienhuys d1dc49e968 Use a TreeMap to construct the list of renamed projects 5 years ago
  Masaya Suzuki 6658f36768 Use project names instead of paths for the submodule name 6 years ago
  Jonathan Nieder fb9031c956 RepoCommand: record remote branch, group, shallow bit by default 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Han-Wen Nienhuys 6a420613f7 RepoCommand: generate relative submodule URLs from absolute URLs. 6 years ago
  Han-Wen Nienhuys 3214171dec RepoCommand: don't record new commit if tree did not change 6 years ago
  Han-Wen Nienhuys 446a7096ef RepoCommand: persist unreadable submodules in .gitmodules 6 years ago
  David Pursehouse 9bebb1eae7 RepoCommand: Don't leave Git open 6 years ago
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible 6 years ago
  Matthias Sohn 5e2e111280 Fix javadoc in org.eclipse.jgit gitrepo package 6 years ago
  Jonathan Nieder 04b8168beb RepoCommand: Skip RemoteReader when encountering a full SHA-1 6 years ago
  Matthias Sohn e9fb111182 Cleanup: Organize imports 6 years ago
  Han-Wen Nienhuys 832808bd50 Fix out-of-bounds exception in RepoCommand#relative 7 years ago
  Dan Willemsen b6fc8e2f3c RepoCommand: Add linkfile support. 7 years ago
  Matthias Sohn 3af4afdfbf Add missing @since tag for new API RepoCommand.setTargetURI() 7 years ago
  Han-Wen Nienhuys fe5437e96b Fix RepoCommand to allow for relative URLs 7 years ago
  Han-Wen Nienhuys f17ec3928c Cleanup and test trailing slash handling in ManifestParser 7 years ago
  Han-Wen Nienhuys 84d855cda7 ManifestParser: Throw exception if remote does not have fetch attribute 7 years ago
  Matthias Sohn b65a764b6b Remove unused import from ManifestParser 7 years ago
  Han-Wen Nienhuys f32d65759c Document the intended use of RepoCommand#setURI() 7 years ago
  Han-Wen Nienhuys 6e652846f6 Noop changes to ManifestParser 7 years ago
  Han-Wen Nienhuys 27b05c7d71 Consistently use 'path' for the path to a subrepo in RepoCommand 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  David Pursehouse acc94c475a RepoCommand#readFile: Don't call Git#getRepository() in try-with-resource 7 years ago
  Matthias Sohn d3c4c0622f [infer] Mark ManifestParse.getFilteredProjects non-null 7 years ago
  Matthias Sohn a498a2865e [infer] Fix resource leak in ManifestParser 7 years ago
  Matthias Sohn e78626f414 [infer] Fix resource leak in RepoCommand 7 years ago
  Jonathan Nieder a9b87de970 RepoCommand: Avoid group lists shadowing groups strings 7 years ago
  Matthias Sohn 525baa1213 Fix javadoc errors and unused imports introduced by ddd0fe25 8 years ago
  Stefan Beller 6ae4ed0f7d RepoCommand: record manifest shallow recommendation in .gitmodules 8 years ago
  Stefan Beller ddd0fe257b RepoCommand: record manifest groups as submodule labels 8 years ago
  Yuxuan 'fishy' Wang 7507d9e2a9 Fix wrong whitespaces. 8 years ago
  Yuxuan 'fishy' Wang 0ecb016d7d Add ignoreRemoteFailures option to RepoCommand 8 years ago
  David Pursehouse 4e5255c59a RepoProject: Fix warnings about variable hiding 8 years ago
  Yuxuan 'fishy' Wang 7960fa8735 [gitrepo] Support revision in remote tag. 8 years ago
  Yuxuan 'fishy' Wang d88695e412 Skip nested copyfiles in RepoCommand. 8 years ago