]> source.dussan.org Git - jgit.git/commit
Merge changes from topic "apply"
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 26 May 2021 12:12:17 +0000 (08:12 -0400)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Wed, 26 May 2021 12:12:17 +0000 (08:12 -0400)
commit7a925205dbcd3863d73ea9fa17c4253e2f01f9ff
tree29bde4fc7b69a3a2c707a78d04dca73bb23877d3
parent46a702ef418e9f7723dac10d94460a4f3c0a689a
parent1126f26d21b3aadf364af09c79d27d39de5e9bb9
Merge changes from topic "apply"

* 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