Browse Source

Make "git log" use the new git-rev-parse helper

See the previous commit for explanations.
maint
Linus Torvalds 20 years ago
parent
commit
f04b05697c
  1. 2
      git-log-script

2
git-log-script

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
#!/bin/sh
git-rev-list --pretty HEAD | LESS=-S ${PAGER:-less}
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}

Loading…
Cancel
Save