-
brianmario committed
Dec 4, 2012 -
brianmario committed
Dec 4, 2012 -
Rename Rugged::Repository#file_at -> blob_at
brianmario committedDec 4, 2012 This method now returns a Rugged::Blob object instead of just the content.
-
-
pull in libgit2 fixes for diff counts
brianmario committedSep 13, 2012 -
brianmario committed
Sep 13, 2012 -
brianmario committed
Sep 13, 2012
-
-
-
brianmario committed
Sep 12, 2012 -
brianmario committed
Sep 12, 2012 -
-
I named this "merge!" because the operation down in C is destructive to the original diff the caller is merging the other diff onto. We could probably have a "merge" one that returns a new Rugged::Diff object but it makes memory management a little trickier.
-
brianmario committed
Sep 11, 2012 -
brianmario committed
Sep 11, 2012 -
brianmario committed
Sep 11, 2012 -
brianmario committed
Sep 11, 2012 also add Rugged::Diff#deltas enumerator
-
add Rugged::Diff::Hunk#lines enumerator
brianmario committedSep 11, 2012 -
add Rugged::Diff::Delta#hunks enumerator
brianmario committedSep 11, 2012 -
make Rugged::Diff::Delta and Rugged::Diff::Hunk enumerable
brianmario committedSep 11, 2012 -
Rugged constant isn't used here
brianmario committedSep 11, 2012 -
Add support for iterating over the lines of a hunk
brianmario committedSep 11, 2012 -
add owner accessor and inspect to Rugged::Diff::Hunk
brianmario committedSep 11, 2012 -
add some ruby-based helpers to Rugged::Diff::Delta
brianmario committedSep 11, 2012 -
brianmario committed
Sep 11, 2012 -
Add support for iterating over hunks of a delta from a diff
brianmario committedSep 11, 2012 -
Add initial Rugged::Diff implementation
brianmario committedSep 11, 2012 WIP - So far this allows you to iterate over deltas in a diff. Adding support for iterating over each hunk of a delta next.
-
GIT_REVWALKOVER was renamed to GIT_ITEROVER
brianmario committedSep 10, 2012 -
brianmario committed
Sep 10, 2012
-
vmg committed
Aug 29, 2012 -
Properly remove Unicode ref on teardown
vmg committedAug 29, 2012 -
Fix the branch API to work with libgit2 upstream
vmg committedAug 29, 2012
-
vmg committed
Aug 27, 2012