Skip to content

Releases: jakzal/asciidoctor-git-include

Support for diff includes

09 Jun 11:12
4e397bf
Compare
Choose a tag to compare

v1.1.1...v1.2.0

Including a patch for a specific revision

To generate a patch for changes introduced in a specific revision (b015e8dd):

\include::git@path/within/repo/file.rb[revision=b015e8dd,diff]

Including a patch for specific revisions

To generate a patch for changes between two revisions (b015e8dd and b015e8dd):

\include::git@path/within/repo/file.rb[revision=b015e8dd,diff=0245ac72]

Maintenance release

31 May 14:06
0c91018
Compare
Choose a tag to compare
  • Remove an unused dev dependency (rspec) 5b49e0e

"lines" attribute support

31 May 13:56
a51eb98
Compare
Choose a tag to compare
  • Support for the lines attribute d64d85e

First release

30 May 14:57
3ee2f9a
Compare
Choose a tag to compare
  • Support for including files from git repositories
  • Optionally specify the path to the repository
  • Optionally specify the repository revision