posted on: 2016-04-15 15:20:48
I needed a formated output for time sheets.
The command is simple, but I had to read for about 10min. to figure it out.
git log --pretty=format:"%ad %h ProjectName" --date=short
gives me an output like.
2015-11-28 998fb45 ProjectName
Comments
create comment?