git-standup
Keep track of what you have been doing on the last working day
...By default it gives you the most common usage i.e. shows you commits from the last working day in the current directory and the directories below current level plus it comes with several options to modify how it behaves. The only requirement is having good commit messages. You can install git-standup using one of the options provided. Simply run it in your project directory and it will give you the output from the last working day. If you run it in a folder containing multiple git repositories, it will go through each of the projects and give you the standup report for each one of them. ...