394 Commits (4209a0f84b1917c0640d781ac54e8c5ffbadd574)

Author SHA1 Message Date
David Pursehouse eb1c18565c CLI: Remove unused externalized strings 5 years ago
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
Matthias Sohn 9dbb18291f Revert "Configure WindowCache settings to use in JGit CLI" 6 years ago
David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 6 years ago
Matthias Sohn c253935f3a Add ls-files CLI command 6 years ago
Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 6 years ago
Minh Thai 263a8c1c06 Make Reftable seek* and has* method names more consistent 6 years ago
Minh Thai e04d96e3fa Seek references by prefix in reftable 6 years ago
David Pursehouse f6c4a492d0 Repository: Deprecate #peel method 7 years ago
Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 7 years ago
Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 7 years ago
Jonathan Nieder 0a35e5f25b Rename RefDatabase#getAllRefs to getRefs 7 years ago
David Pursehouse 9fb724f1b9 RefDatabase: add hasRefs convenience method 7 years ago
David Pursehouse 4dcf2f93db RefDatabase: Introduce getAllRefs method 7 years ago
Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 7 years ago
Matthias Sohn e6375445d1 Configure WindowCache settings to use in JGit CLI 7 years ago
David Pursehouse ed9ede3446 ShowPackDelta: Refactor to use try-with-resource 7 years ago
David Pursehouse 9450a55f76 CommandCatalog: Simplify scan method using try-with-resource 7 years ago
David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 7 years ago
Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 7 years ago
David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 7 years ago
David Pursehouse 3195d2fb9b CommandCatalog: Use StandardCharsets.UTF_8 7 years ago
David Pursehouse e466548235 DiffAlgorithms: Open Repository in try-with-resource 7 years ago
David Pursehouse e1c1b80c93 AmazonS3Client: Open Input/OutputStream in try-with-resource 7 years ago
Markus Duft c0103bc59d LFS: Enable LFS support for the CLI, better error handling 7 years ago
Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 7 years ago
Markus Duft 1c43af8b97 Progress reporting for checkout 7 years ago
David Pursehouse e895d21a52 Remove redundant @SuppressWarnings("unused") 7 years ago
David Pursehouse 40608e6e26 PathTreeFilterHandler: Remove unused import 7 years ago
Matthias Sohn f677ee4893 Fix javadoc in org.eclipse.jgit.pgm 7 years ago
David Pursehouse 239043e59d LfsStore: Make inner class AppServer static 7 years ago
Rüdiger Herrmann 5e3a714221 Remove final modifier on args4j argument field in RevParse 7 years ago
Ned Twigg f333c7496b Checkout now reports failures through exceptions. 7 years ago
Ned Twigg c1fbef3cab Added API to TextBuiltin for piped usage. 7 years ago
Matthias Sohn 52ed475211 Implement CommandRef.toString() to help debugging 7 years ago
David Pursehouse 72b3587d42 Stop using deprecated CmdLineException constructors 7 years ago
David Pursehouse e7c2ae052b UntrackedFilesHandler: Fix non-localized string 7 years ago
David Pursehouse 41bfc20a2c Main: Replace deprecated ExampleMode with OptionHandlerFilter 7 years ago
Matthias Sohn a0558b7094 Remove final modifier on args4j option or argument fields 7 years ago
Matthias Sohn 3af57b52a3 Update args4j to 2.33 7 years ago
Robin Stocker c02c9e8042 Fix compilation errors with args4j 2.0.23 and later 7 years ago
Matthias Sohn e9fb111182 Cleanup: Organize imports 7 years ago
Joan Goyeau 88e453995d Fix default directory set when setDirectory wasn't called. 7 years ago
Shawn Pearce 0398f3dd6e reftable: debug tools 7 years ago
Shawn Pearce 53dd9a9e4b Rename extensions.refsStorage to refStorage 7 years ago
David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
Oliver Lockwood 43672700e7 Add --match option for `jgit describe` to CLI 7 years ago
Matthias Sohn 8c59e64412 Use a dedicated executor to run auto-gc in command line interface 8 years ago
David Pursehouse b6f954ad42 Fetch: Add --recurse-submodules and --no-recurse-submodules options 8 years ago