aspiers/git-deps

idea: blame-deps (aka 3D-blame)

Open

#43 ouverte le 2 mars 2015

Voir sur GitHub
 (9 commentaires) (2 réactions) (0 assignés)Python (55 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (318 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

The idea is to do something like

git deps some-file.txt

This will open the git-deps browser with the contents of the file loaded into a pane in a typical blame view:

e5392d87  1) This is some file.
e5392d87  2) =====================================
e5392d87  3)
69d951f2  4) Look at all the nice contents.
e5392d87  5)

The magical thing is that each of the revisions are clickable - doing so will open the git-deps graph for the clicked commit.

Guide contributeur