1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add configuration to control whether premailer is used (expand_css) More... about 14 years ago
Whitespaace cleanup More... about 14 years ago
Merge pull request #116 from jdberry/master More... about 14 years ago
Fix lines_per_diff limit. It wasn't working at all. More... about 14 years ago
Fix a nil issue with minimal configs that don't contain redmine section More... about 14 years ago
Improve redmine integration of issue keywords, allowing specification of the keyword set through the config file. More... about 14 years ago
Add integrated support for linking of redmine commit and file in commit message. More... about 14 years ago
Ensure we don't lose string encoding while truncating long lines. Force the encoding of the truncated diff to match that of the input diff. More... about 14 years ago
Remove some whitespace More... about 14 years ago
Reverse order for spec for multi-commit push, to reflect that the code now considers such a commit in reverse order of the git log output. More... about 14 years ago
Don't need inplace reverse here. More... about 14 years ago
Update spec More... about 14 years ago
Indentation [ci skip] More... about 14 years ago
Two spaces instead of tabs, minor updates. More... about 14 years ago
Merge pull request #114 from jdberry/master More... about 14 years ago
Correct detection of UTF8 start byte More... about 14 years ago
Encoding the message body with quoted-printable encoding, adding soft line breaks per specification to keep line length <= 76 characters. This ensures that the message won't violated maximum line lengths specified for mail transfer, and that the MTA won't decide to arbitrarily split lines in inconvenient locations, such as in the middle of a UTF8 character, which can cause decoding failures. More... about 14 years ago
whitespace only More... about 14 years ago
Truncate long lines as we read the diff file. This solves several problems at once: More... about 14 years ago
Git log returns commits in lifo order, so reverse the commits after scanning the log in order to order commits with the first as [1], the second as [2], etc. More... about 14 years ago
Don't make a big deal about having no recipients, as that may be desired: simply warn that there are no recipients, and give a clue as to how they might be set. More... about 14 years ago
Avoid ArgumentError when looking for a hooks.mailiinglist that is not present More... about 14 years ago
Merge pull request #113 from doubledrones/master More... about 14 years ago
Add gitlabhq support More... about 14 years ago
SMTP UTF-8 encoding issue (Ruby 1.9 and above), fixes #112 More... about 14 years ago
We need no source files. More... about 14 years ago
Include license to documentation [ci skip]. More... about 14 years ago
Update README to point to repository and license. More... about 14 years ago
Change homepage to GitHub project page. More... about 14 years ago
Change Git.show definition, start class documentation. More... about 14 years ago