Browse Source

Update notes for submitted changes

* ApplyCommand: fix "no newline at end" detection
* ApplyCommand: handle completely empty context lines in text patches
* ApplyCommand: use byte arrays for text patches, not strings
* ApplyCommand: support binary patches
* ApplyCommand: add a stream to apply a delta patch
* ApplyCommand: add streams to read/write binary patch hunks
* ApplyCommand: add a base-85 codec
* ApplyCommand: convert to git internal format before applying patch
notes/review
Gerrit Code Review @ Eclipse.org 3 years ago
parent
commit
c4fd46efde

+ 7
- 0
0f/e794a433d54504de066ae119b5835ab69c1c54 View File

@@ -0,0 +1,7 @@
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177594
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
10/ac4499115965ff10e547a0632c89873a06cf91 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177595
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
11/26f26d21b3aadf364af09c79d27d39de5e9bb9 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177598
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
2a/0295ccfd1cf8dcb1067575f38c86f430285cda View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177597
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
2e/b54afe6a5cb5dd2a108285ad1676b7798d5a15 View File

@@ -0,0 +1,7 @@
Verified+1: Thomas Wolf <thomas.wolf@paranor.ch>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177593
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
50/1fc0dadde1b68a6c7bccd870e18cdf03d0e62c View File

@@ -0,0 +1,7 @@
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177592
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
76/b76a6048b9b3dbca965463d4f6f5732ffb784d View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177596
Project: jgit/jgit
Branch: refs/heads/master

+ 7
- 0
d2/846cc8b2a831a089ee768a0475e64ec5b85519 View File

@@ -0,0 +1,7 @@
Verified+1: JGit Bot <jgit-bot@eclipse.org>
Code-Review+2: Matthias Sohn <matthias.sohn@sap.com>
Submitted-by: Matthias Sohn <matthias.sohn@sap.com>
Submitted-at: Wed, 26 May 2021 08:12:17 -0400
Reviewed-on: https://git.eclipse.org/r/c/jgit/jgit/+/177591
Project: jgit/jgit
Branch: refs/heads/master

Loading…
Cancel
Save