Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 987 Bytes

File metadata and controls

24 lines (13 loc) · 987 Bytes

git_html_listing.sh

A shell script for producing an html listing for the change history of each file in a git repository.

The script creates a index.html file with an entry per file that is part of the git repository.

Each entry contains a link to the history log of the file and a link to git blame listing for that file.

Each line of the git blame listing is linking to the commit where it came from.

installation

Copy the files

Thanks

This script uses ansi2html.sh

Example html listing for this repository

see link