author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 1 Jun 2005 16:13:26 +0000 (09:13 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 1 Jun 2005 16:13:26 +0000 (09:13 -0700) | ||
commit | e764b8e8b3c50b131be825532ba26fa346d6586e | |
tree | ee6db01d435fb6feda9744db7db658e387e5df2f | tree | snapshot |
parent | 9d97aa6466fe03db504291e1cef3ac4c0c5160a9 | commit | diff |
Add "git" and "git-log-script" helper scripts.
The "git" script is just shorthand: "git xyz <args>" will just execute
"git-xyz-script <args>", 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.
The "git" script is just shorthand: "git xyz <args>" will just execute
"git-xyz-script <args>", 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.
Makefile | diff | blob | history | |
git | [new file with mode: 0755] | blob |
git-log-script | [new file with mode: 0755] | blob |