Open zmughal opened 11 years ago
A quick bash in my git folder.
for r in $(ls); do echo $r; cd $r; git-cal; echo; cd ..; done
That's not the same. What I suggest will make a single calendar. :-)
I know, just love to show my bash oneliners everywhere these days. ;)
Sounds like an interesting feature to have. Adding to TODOs
If you can configure the
git log
command used, you could use mr to get the git-cal output for a group of repositories: ranging from all the repositories tied to a particular project or every repository you've ever written!Something like:
git cal --git-command="mr -c ~/.mrconfig-projectXYZ"
which would callmr -c ~/.mrconfig-projectXYZ log [... rest of args ...]