Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make 'git' script be a bit more helpful on unrecognized commands | Linus Torvalds | 2005-06-14 | 1 | -2/+17 |
| | |||||
* | Add "git" and "git-log-script" helper scripts. | Linus Torvalds | 2005-06-01 | 1 | -0/+4 |
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. |