Browse Source

Update notes for submitted changes

* server: Add a custom error handler
* transport: Add methods that do not handle exceptions
* transport: Let users specify an error handler for unpacking a pack file
* ReceivePack: Use try-with-resources for PostReceiveHook
* transport: Consolidate status reporting code
* transport: Add ReceiveCommandErrorHandler
* transport: Move exception handler to the caller
* transport: Move handling code to the caller side
notes/review
Gerrit Code Review @ Eclipse.org 4 years ago
parent
commit
725bb2409c

+ 8
- 0
19/293add844cdc972153e1f81e0aac32833660ed View File

@@ -0,0 +1,8 @@
Code-Review+2: Terry Parker <tparker@google.com>
Verified+1: Terry Parker <tparker@google.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152356
Project: jgit/jgit
Branch: refs/heads/master

+ 8
- 0
22/4746e0f201ae1bd8614e3c6204ee832c515578 View File

@@ -0,0 +1,8 @@
Code-Review+2: Terry Parker <tparker@google.com>
Verified+1: Terry Parker <tparker@google.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152359
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
4f/cc43a1dec290e3d0986405fecd483bfc650568 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Terry Parker <tparker@google.com>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152358
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
6b/c366576438be839fb6bd95b5fb5dfcb9306846 View File

@@ -0,0 +1,7 @@
Code-Review+2: Terry Parker <tparker@google.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152354
Project: jgit/jgit
Branch: refs/heads/master

+ 8
- 0
6c/cff81428d1df0b020db43268e845cb4ab7ed46 View File

@@ -0,0 +1,8 @@
Code-Review+2: Terry Parker <tparker@google.com>
Verified+1: Terry Parker <tparker@google.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152360
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
75/ec5b746dcaabbd0448dcffb8e3d2ed0d0f3943 View File

@@ -0,0 +1,7 @@
Code-Review+2: Terry Parker <tparker@google.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152362
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
a9/1489f4a8c12214fcfda14f28326552b5293da5 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Terry Parker <tparker@google.com>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152357
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
e7/5e95e5352b790e542898b1cad8fc7230246447 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Terry Parker <tparker@google.com>
Submitted-by: Terry Parker <tparker@google.com>
Submitted-at: Mon, 02 Dec 2019 18:18:55 -0500
Reviewed-on: https://git.eclipse.org/r/152361
Project: jgit/jgit
Branch: refs/heads/master

Loading…
Cancel
Save