Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-10 | Make "git log" exit properly if not in a git archive | Linus Torvalds | 1 | -0/+1 | |
Instead of getting an incomprehensible error message from git-rev-list. | |||||
2005-06-13 | Make "git log" use the new git-rev-parse helper | Linus Torvalds | 1 | -1/+1 | |
See the previous commit for explanations. | |||||
2005-06-01 | Add "git" and "git-log-script" helper scripts. | Linus Torvalds | 1 | -0/+2 | |
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. |