1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed gemspec homepage More... over 13 years ago
Ruby 1.9 compatibility More... over 13 years ago
Added attr_reader for @files in Status More... over 13 years ago
Fix release tag pushing. More... over 13 years ago
Release 2.1.0 More... over 13 years ago
Fix Repo#diff (was throwing an exception). More... over 13 years ago
update Repo#head.commit test More... over 13 years ago
test Repo#head.commit More... over 13 years ago
update history More... over 13 years ago
Merge branch 'diff_renames' into diffs More... over 13 years ago
merge, update history More... over 13 years ago
track renames in git diff More... over 13 years ago
GRIT_REPO constant defaults to current dir More... over 13 years ago
Grit::Commit#diffs and Grit::Commit.diffs both take a git options hash that is passed to diff --git a/History.txt b/History.txt index d53b179..0a61ff5 100644 --- a/History.txt +++ b/History.txt @@ -3,6 +3,8 @@ * Add support for parsing annotated tag objects. * Add Grit::Repo#recent_tag_name for getting the latest tag name that is reachable in a commit. + * Grit::Commit#diffs and Grit::Commit.diffs both take a git options hash + that is passed to `git diff`. * Bug Fixes * Add no_quote option for fixing tag listings. * Raise custom exceptions on invalid tree objects. More... over 13 years ago
Update history. More... over 13 years ago
Update from GitHub. More... over 13 years ago
merge in tag_annotations branch, add to history More... over 13 years ago
Merge branch 'tag_annotation' into epic More... over 13 years ago
merge fixes from github, add to history More... over 13 years ago
Exclude test dir from gem. More... over 13 years ago
Update to use RakeGem. More... over 13 years ago
Fix tests for Git 1.7. More... over 13 years ago
make repo.head a Head instead of string More... almost 14 years ago
raise custom exception when invalid objects found in tree More... almost 14 years ago
merge in tag listing fix More... almost 14 years ago
default to commit for missing tag attributes More... almost 14 years ago
parse tagger/tag_date info from annotated tags. default to commit author/authored_date on lightweight tags More... almost 14 years ago
handle the inability to read missing tag messages More... almost 14 years ago
add lightweight tag message parsing More... almost 14 years ago
add annotated tag message parsing More... almost 14 years ago