From: Linus Torvalds Date: Wed, 1 Jun 2005 16:13:26 +0000 (-0700) Subject: Add "git" and "git-log-script" helper scripts. X-Git-Tag: v0.99~392 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e764b8e8b3c50b131be825532ba26fa346d6586e?ds=inline;hp=e764b8e8b3c50b131be825532ba26fa346d6586e Add "git" and "git-log-script" helper scripts. The "git" script is just shorthand: "git xyz " will just execute "git-xyz-script ", which is useful for people used to the CVS naming convention. So "git log" will run the new git-log-script, which is just a wrapper around the new pretty-printing git-rev-list. Cheesy. ---