ovi.ro

ovi.ro

Line history on Git

# file path
export FILE=file/path
# line number
export LINE=10
git log –format=format:%H $FILE | xargs -L 1 git blame $FILE -L $LINE,$LINE | uniq -c