On Tuesday 04 of February 2014 18:39:43 Darrell Anderson wrote:
As I mentioned, a side effect of the processing git log in the proposed script is that each commit is on output in a single line. This would be possible to simply add the pagination.
For example - adding one simple "sed" to a previously sent crazy command for listing on the console... see attached script.
Slavek,
Is there a way to change the commit links to the local repo?
The local html page looks fine but the commit links are to the remote server rather than local.
Yes, I can cd to the affected module and look at the commit, but having the html page link locally would be nicer.
Darrell
This is a bit of a problem. Designed script uses the ability CGIT that can provide patches from GIT. If references should be local, you'd either have installed CGIT (or other web interface for git), which will provide patches from GIT, or would have to be when generating page the patches extracted from git and stored in local files => this is the problem of the current script, as mentioned by Tim.
Slavek --