472 Commits (stable-5.3)

Author SHA1 Message Date
  Matthias Sohn e65497ad09 pgm: Handle GitAPIException in Gc command 5 years ago
  Matthias Sohn 8264135d7c pgm: Fix missing braces in DiffTree.run() 5 years ago
  Matthias Sohn c2fb5873b4 pgm: Handle exceptions in DiffTree command 5 years ago
  Matthias Sohn e2d1736e69 pgm: Fix missing braces in Diff.run() 5 years ago
  Matthias Sohn a6212392d5 pgm: Handle exceptions in Diff command 5 years ago
  David Pursehouse 1a2db96c79 Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 years ago
  Matthias Sohn 55a5fdb3a1 pgm: Fix missing braces in Describe.run() 5 years ago
  Matthias Sohn 11a9075536 pgm: Handle exceptions in Describe command 5 years ago
  Matthias Sohn d789c9adab pgm: Handle exceptions in Config command 5 years ago
  Matthias Sohn 518f420fe6 pgm: Fix too wide lines in Commit.run() 5 years ago
  Matthias Sohn 637f95b935 pgm: Fix missing braces in Commit.run() 5 years ago
  Matthias Sohn 3b059f6ff6 pgm: Handle exceptions in Commit command 5 years ago
  Matthias Sohn 5482980e4f pgm: Handle exceptions in Clean command 5 years ago
  Matthias Sohn fe52e2fb8e pgm: Handle GitAPIException in Fetch command 5 years ago
  Matthias Sohn be2ae1e103 Fix missing braces in Branch.run() 5 years ago
  Matthias Sohn 4d4fe5230e pgm: Handle exceptions in Branch command 5 years ago
  Matthias Sohn c41bb9d3d9 Fix missing braces in Blame.run() 5 years ago
  Matthias Sohn 2f94a26b17 pgm: Handle NoWorkTreeException and IOException in Blame command 5 years ago
  Matthias Sohn 562976f417 Use try-with-resource for reader in Blame.run() 5 years ago
  Matthias Sohn cced939504 pgm: Handle GitAPIException in Add command 5 years ago
  Medha Bhargav Prabhala 137e91a465 Implement signing commits using BouncyCastle 5 years ago
  Medha Bhargav Prabhala 9150f5d836 Add signing options to commit CLI 5 years ago
  Matthias Sohn 159968abc4 pgm: propagate generic exceptions when throwing Die exception 5 years ago
  Christian Halstrick e406d500de Fix "jgit checkout -f" to overwrite dirty worktree files 6 years ago
  Thomas Wolf 6c14d273fa Apache MINA sshd client: proxy support 5 years ago
  Thomas Wolf a151190bef Add --ssh option to command-line commands 5 years ago
  Matthias Sohn 9dbb18291f Revert "Configure WindowCache settings to use in JGit CLI" 5 years ago
  David Pursehouse 7d19b18c7d TextBuiltin#init: Factor out a method to get the log output encoding 5 years ago
  David Pursehouse a5c0a8dfa5 ConfigConstants: Add constants for i18n.logOutputEncoding 5 years ago
  David Pursehouse 4316e1c3a9 TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not set 5 years ago
  David Pursehouse ee40efcea4 Make inner classes static where possible 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Matthias Sohn c253935f3a Add ls-files CLI command 6 years ago
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 years ago
  Minh Thai 263a8c1c06 Make Reftable seek* and has* method names more consistent 5 years ago
  Minh Thai e04d96e3fa Seek references by prefix in reftable 5 years ago
  David Pursehouse f6c4a492d0 Repository: Deprecate #peel method 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Jonathan Nieder 0a35e5f25b Rename RefDatabase#getAllRefs to getRefs 6 years ago
  David Pursehouse 9fb724f1b9 RefDatabase: add hasRefs convenience method 6 years ago
  David Pursehouse 4dcf2f93db RefDatabase: Introduce getAllRefs method 6 years ago
  Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 6 years ago
  Matthias Sohn e6375445d1 Configure WindowCache settings to use in JGit CLI 6 years ago
  David Pursehouse ed9ede3446 ShowPackDelta: Refactor to use try-with-resource 6 years ago
  David Pursehouse 9450a55f76 CommandCatalog: Simplify scan method using try-with-resource 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  David Pursehouse 3195d2fb9b CommandCatalog: Use StandardCharsets.UTF_8 6 years ago