X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=edit-description;h=d378202b89df2d2b9ec93ebe3ac1f1e4fbcfe58f;hb=e78829f5e4f3f167c40114a40c8d2d002fb5be4e;hp=1e7605e817e6281e6811afc3d7cc942a1859c54b;hpb=bde260ddb033606e9c70830cca48c94962c08021;p=git-scripts.git diff --git a/edit-description b/edit-description index 1e7605e..d378202 100755 --- a/edit-description +++ b/edit-description @@ -4,5 +4,5 @@ g="`git rev-parse --git-dir`" && if [ "`cat $g/description`" = "Unnamed repository; edit this file 'description' to name the repository." ] then - exec `git var GIT_EDITOR` "$g"/description < /dev/tty + exec `git var GIT_EDITOR` "$g"/description fi