Änderungen

Zur Navigation springen Zur Suche springen
Zeile 154: Zeile 154:  
git blame -l DATEI | while read hash others;
 
git blame -l DATEI | while read hash others;
 
do
 
do
     echo hash $others "|Subject:" $(git log -1 --pretty=%s ${hash:1})
+
     echo hash $others "|Subject:" $(git log -1 --pretty=%s $(echo $hash | sed 's/\^//g') )
 
done
 
done
 
</pre>
 
</pre>

Navigationsmenü