зеркало из https://github.com/microsoft/git.git
Strip useless "tags/" prefix from git-tag -l output
This commit is contained in:
Родитель
a62be77f5e
Коммит
e6ebb8a3fb
|
@ -25,14 +25,12 @@ do
|
|||
force=1
|
||||
;;
|
||||
-l)
|
||||
cd "$GIT_DIR/refs" &&
|
||||
case "$#" in
|
||||
1)
|
||||
find tags -type f -print ;;
|
||||
*)
|
||||
shift
|
||||
find tags -type f -print | grep "$@" ;;
|
||||
set x . ;;
|
||||
esac
|
||||
shift
|
||||
git rev-parse --symbolic --tags | sort | grep "$@"
|
||||
exit $?
|
||||
;;
|
||||
-m)
|
||||
|
|
Загрузка…
Ссылка в новой задаче