1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 01, 2025 — Jul 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add configuration to control whether premailer is used (expand_css) More... over 14 years ago
Whitespaace cleanup More... over 14 years ago
Merge pull request #116 from jdberry/master More... over 14 years ago
Fix lines_per_diff limit. It wasn't working at all. More... over 14 years ago
Fix a nil issue with minimal configs that don't contain redmine section More... over 14 years ago
Improve redmine integration of issue keywords, allowing specification of the keyword set through the config file. More... over 14 years ago
Add integrated support for linking of redmine commit and file in commit message. More... over 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... over 14 years ago
Remove some whitespace More... over 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... over 14 years ago
Don't need inplace reverse here. More... over 14 years ago
Update spec More... over 14 years ago
Indentation [ci skip] More... over 14 years ago
Two spaces instead of tabs, minor updates. More... over 14 years ago
Merge pull request #114 from jdberry/master More... over 14 years ago
Correct detection of UTF8 start byte More... over 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... over 14 years ago
whitespace only More... over 14 years ago
Truncate long lines as we read the diff file. This solves several problems at once: More... over 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... over 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... over 14 years ago
Avoid ArgumentError when looking for a hooks.mailiinglist that is not present More... over 14 years ago
Merge pull request #113 from doubledrones/master More... over 14 years ago
Add gitlabhq support More... over 14 years ago
SMTP UTF-8 encoding issue (Ruby 1.9 and above), fixes #112 More... over 14 years ago
We need no source files. More... over 14 years ago
Include license to documentation [ci skip]. More... over 14 years ago
Update README to point to repository and license. More... over 14 years ago
Change homepage to GitHub project page. More... over 14 years ago
Change Git.show definition, start class documentation. More... over 14 years ago