Closed GoogleCodeExporter closed 9 years ago
Good point. I completely spaced out on this :). With some more tweaks to this
patch, I think it's possible to get a full report. When it comes to git blame,
it is possible to run it on a bare repository with the syntax used by
gitinspector;
git blame <opts> <rev> -- <file>
Even "git ls-tree" should work (which is also used in the blame module)
To get the absolute root path of a bare git repo you should be able to get it
with;
git rev-parse --git-dir
It's less reliable than --show-toplevel; but at least it's better than nothing.
/Adam Waldenberg
Original comment by gitinspe...@ejwa.se
on 24 Jul 2013 at 7:09
This issue was closed by revision 2633e04c3a93.
Original comment by gitinspe...@ejwa.se
on 3 Aug 2013 at 8:40
Done. Hopefully this should now work and should generate a full report. At
least it does in my initial tests. I used your patch as a starting point and
took the liberty to sign it of for you ;).
Report if you find any problems with this change.
/Adam Waldenberg
Original comment by gitinspe...@ejwa.se
on 3 Aug 2013 at 8:45
Original issue reported on code.google.com by
cringt...@gmail.com
on 24 Jul 2013 at 5:44Attachments: