-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- gpl3 licence - touch up readme - documenting gargamel.edn - documenting expected placeholders in templates
- Loading branch information
Benedek Fazekas
committed
Jan 12, 2015
1 parent
b5cdbc3
commit dda15e7
Showing
5 changed files
with
46 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
<li><a href="{{url}}">{{hash}}</a> (<em>{{project-name}}</em>) {{date}} [{{commiter}}] <strong>{{{linked-subject}}}</strong> | ||
<p>{{{linked-body}}} | ||
</li> | ||
{{! | ||
- hash: commit hash | ||
- url: genearted commit url | ||
- project-name: name of the project (useful if you are using bower components) | ||
- date: date of the commit | ||
- commiter: commiter | ||
- subject: subject line of commit message | ||
- linked-subject: subject with formattable objects processed | ||
- body: body of the commit message | ||
- linked-body: body with formattable objects processed | ||
}} |