6775 Commits (f491af08ea418268c897c8cb08167c9fdae5be6e)
 

Author SHA1 Message Date
Matthias Sohn 390fe5b878 pgm: Fix missing braces in Show.run() 6 years ago
Matthias Sohn e5511f2fbb pgm: Handle exceptions in Show command 6 years ago
Matthias Sohn 9ef393c747 pgm: Fix missing braces in Rm command 6 years ago
Matthias Sohn ed0d6e69f9 pgm: Handle GitAPIException in Rm command 6 years ago
Matthias Sohn 795c265c11 pgm: Handle exceptions in RevParse command 6 years ago
Matthias Sohn 23af4452e8 pgm: Externalize error message 6 years ago
Matthias Sohn 7cee790173 pgm: Fix missing braces in Reset.run() 6 years ago
Matthias Sohn 5c05b9f38c pgm: Handle GitAPIException in Reset command 6 years ago
Matthias Sohn c03700dcb0 pgm: Handle GitAPIException in Repo command 6 years ago
Matthias Sohn ec7ec69819 pgm: Handle exceptions in Remote command 6 years ago
Matthias Sohn d8fec824e4 pgm: Handle exceptions in Reflog command 6 years ago
Matthias Sohn 8615c042ff pgm: Handle IOException in ReceivePack command 6 years ago
David Pursehouse 3b94cd008f SmartClientSmartServerTest: Open Repository in try-with-resource 6 years ago
David Pursehouse ec72e8029e SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resource 6 years ago
David Pursehouse 4cba10bee4 SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepository 6 years ago
David Pursehouse a0f69ff387 IO: Open TemporaryBuffer.Heap in try-with-resource 6 years ago
David Pursehouse f5614e03f1 GitSmartHttpTools: Open SideBandOutputStream in try-with-resource 6 years ago
David Pursehouse 95d74f22fb TemporaryBufferTest: Open TemporaryBuffer in try-with-resource 6 years ago
David Pursehouse d11a40a14c Scanner: Open RevWalk in try-with-resource 6 years ago
David Pursehouse 6503a67e46 SubmoduleWalkTest: Open Repository in try-with-resource 6 years ago
David Pursehouse df774825f5 SideBandOutputStreamTest: Open SideBandOutputStream in try-with-resource 6 years ago
David Pursehouse ecd16a7906 UnionInputStreamTest: Open UnionInputStream in try-with-resource 6 years ago
David Pursehouse c648a38a47 Merge: Avoid non-localised literal string warning for "recursive" 6 years ago
Matthias Sohn 9fee751263 pgm: Fix missing braces in Push.run() 6 years ago
Matthias Sohn fa3db15049 pgm: Handle exceptions in Push command 6 years ago
Matthias Sohn c821054316 pgm: Fix missing braces in MergeBase.run() 6 years ago
Matthias Sohn 6c847b30c0 pgm: Handle IOException in MergeBase command 6 years ago
Matthias Sohn d614ba3334 pgm: Fix missing braces in Merge command 6 years ago
Matthias Sohn 67910b0570 pgm: Handle exceptions in Merge command 6 years ago
Matthias Sohn 0eb0d6c58f pgm: Fix missing braces in LsTree.run() 6 years ago
Matthias Sohn a19ad89d99 pgm: Handle exceptions in LsTree command 6 years ago
Matthias Sohn 1b16fed56a pgm: Fix missing braces in LsRemote.run() 6 years ago
Matthias Sohn 40562d7f5c pgm: Handle exceptions in LsRemote command 6 years ago
Matthias Sohn 1978f180a2 pgm: Handle exceptions in LsFiles command 6 years ago
Matthias Sohn 5739d1b314 pgm: Fix missing braces in Log.run() 6 years ago
Matthias Sohn 64386cbfb7 pgm: Handle exceptions in Log command 6 years ago
Matthias Sohn 2d7806da31 pgm: Handle exceptions in Init command 6 years ago
Matthias Sohn 8b15ff57c8 pgm: Handle IOException in IndexPack command 6 years ago
Matthias Sohn 152e4b43a3 pgm: Fix missing braces in Fetch.run() 6 years ago
Matthias Sohn 7a64771b9e pgm: Handle IOException in Fetch command 6 years ago
Matthias Sohn e65497ad09 pgm: Handle GitAPIException in Gc command 6 years ago
Matthias Sohn 8264135d7c pgm: Fix missing braces in DiffTree.run() 6 years ago
Matthias Sohn c2fb5873b4 pgm: Handle exceptions in DiffTree command 6 years ago
Matthias Sohn e2d1736e69 pgm: Fix missing braces in Diff.run() 6 years ago
Matthias Sohn a6212392d5 pgm: Handle exceptions in Diff command 6 years ago
David Pursehouse b7810bf5a8 RawParseUtils: Avoid import of java.nio.charset.StandardCharsets 6 years ago
David Pursehouse 04c485b396 Consistently import constants from StandardCharsets as static 6 years ago
David Pursehouse 52923e9b07 LocalDiskRepositoryTestCase#createRepository: Default auto-close to false 6 years ago
David Pursehouse 91b1fe4687 UploadPack: Suppress false-positive resource leak warning 6 years ago
David Pursehouse 9b2779925c PushConnectionTest: Open TestRepository in try-with-resource 6 years ago