blame implementation

Bug #645142 reported by lukaszbalcerzak
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Dulwich
Triaged
Wishlist
Unassigned

Bug Description

This is proposal of implementing a blame git command in dulwich.)

commit.blame could return list/generator of 3-element tuples (commit, line_number, line) - similar to result of 'git blame SOME_FILE'.

It would be great to have such functionality at dulwich. It is our lib of choice for git management at vcs (http://bitbucket.org/marcinkuzminski/vcs) and for now we do some workarounds to achieve blame functionality.

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I agree this would be nice to have.

Changed in dulwich:
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
milki (milki-p) wrote :

lukaszbalcerzak, what are the workarounds in vcs for this functionality?

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Updating, since dulwich has log functionality these days.

summary: - log/blame implementation
+ blame implementation
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.