I would like to default to '--stat=999,999' whenever I run git-log. How do I do this?
Asked
Active
Viewed 88 times
0
-
command aliasing should be OK, what shell do you use? – CharlesB Jan 26 '12 at 16:33
-
Thanks, I could do this but was hoping for a config. I haven't been able to find the config yet, though. – Dale Forester Jan 26 '12 at 16:34
-
see http://stackoverflow.com/q/2500586/11343 – CharlesB Jan 26 '12 at 16:41
-
What is this `--stat=` option for `git status`? It doesn't have anything like that. – manojlds Jan 26 '12 at 20:38
-
@manojlds: It's documented in the manpage for `git diff` – Lily Ballard Jan 26 '12 at 23:59