Releases: jakzal/asciidoctor-git-include
Releases · jakzal/asciidoctor-git-include
Support for diff includes
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
- Remove an unused dev dependency (rspec) 5b49e0e
"lines" attribute support
- Support for the
lines
attribute d64d85e
First release
- Support for including files from git repositories
- Optionally specify the path to the repository
- Optionally specify the repository revision