]> git.phdru.name Git - git-scripts.git/blob - edit-description
Fix copy/paste bug
[git-scripts.git] / edit-description
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "`cat $g/description`" = "Unnamed repository; edit this file '"'"description"'"' to name the repository." &&
5    "${VISUAL:-${EDITOR:-vi}}" "$g"/description < /dev/tty'