Sriram Raghu (Ram)

Results 9 comments of Sriram Raghu (Ram)

Ah, so that's why it sub classed `Object`. It looks like you're right, I was a bit confused on the behavior of tags in git. Looking at it again the...

Isn't `Reference.peel(None)` equivalent to `Repository[Reference.target]`? It would still be useful to have a `Reference.get()` for better readability, but it would functionally be the same thing. I agree with a `Reference.is_tag`....

I think a short hand for `repo[ref.target]` in the form of `Reference.get()` or `Reference.object` has merit since it would mean not having to pass a `Repository` object around as a...

> @jdavid @imbuedhope is there any progress or estimations for this feature? > > I'm trying to get a tag attached to commit somehow but this solutions do not work...

I'm pretty sure I added support for this with #853 (the previous on this topic issue was #852) Are you using the latest version of `pygit2`?

I think there's some git blame support already; is there something that's missing that you're looking for? https://www.pygit2.org/blame.html

You should be able to pass in a `newest_commit` and `oldest_commit` keyword arg (either an `Oid` object or a string of the sha) to `Repository.blame()` to set the range of...

Anyone know if SUMP cares about the serial bit rate? It should be a fairly trivial to fix if it does.

This is an implementation of the SUMP protocol for Arduinos. I am not sure if PulseView supports it. That's a question for PulseView maintainers.