зеркало из https://github.com/microsoft/git.git
Make "git log" use the new git-rev-parse helper
See the previous commit for explanations.
This commit is contained in:
Родитель
178cb24338
Коммит
f04b05697c
|
@ -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}
|
||||
|
|
Загрузка…
Ссылка в новой задаче