forked from saschagrunert/git-journal
-
-
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.
Fixed issue where tags at the beginning of summary not parsed correctly.
If tags appeared before the category when parsing, the tags would not be added to the list of tags in the commit message. This was due, in part, to a regular expression that did not consider the possibility that the tag could be at the beginning of a line, and partially due to the fact that tags were only parsed from the remainder of the line AFTER categories had been removed. Fixes saschagrunert#928.
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 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