Skip to content

bash script to log git commits grouped by day (optionally filtered by author and set start/end date)

Notifications You must be signed in to change notification settings

pkyeck/git-log-by-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

git-log-by-day

Bash script to log git commits grouped by day (optionally filtered by author and set start/end date)

Install instructions

Copy the git-log-by-day.sh to the /usr/local/bin folder for all users to have access
or
create a ~/bin folder and add that to your PATH so only your user can access it.

Example output

$ git-log-by-day --author="Philipp Kyeck"

Logs filtered by author: Philipp Kyeck

[2014-10-16]
 * add gitignore
 * add first version of middleware
 * add error handling of render method
 * fix error handling of render method
 * use renderString method instead of just render
 * switch back to render() but with filename
 * add custom stuff: - template loader - loader logic - filters (static right now) - tags (static right now)

[2014-10-17]
 * cleanup code

[2014-10-28]
 * add max filter
 * bump to v0.2.0

[2014-10-31]
 * add html content-type to response
 * bump version to 0.2.1

[2014-11-13]
 * allow custom filters to be passed to middleware
 * bump version to 0.3.0

Screenshot of script's output

About

bash script to log git commits grouped by day (optionally filtered by author and set start/end date)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages