Skip to content

Commit 6e9d2ca

Browse files
authored
Merge pull request #11 from hfagerlund/bugfix/end-of-input
Modify UI instruction
2 parents b208b53 + 3c384c7 commit 6e9d2ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Done!
8686
someuser@somehost:~/my-project$ git add-msg
8787
Enter your (Trac) ticket number (without hash OR colon):
8888
221
89-
Enter your commit message (without quote marks; press ctrl-d when done):
89+
Enter your commit message (without quote marks; press Enter, then Ctrl+d when done):
9090
updated content
9191
git committing...
9292
[master e10379d] #221: updated content

git-add-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ read ticketnum
8383

8484
while :
8585
do
86-
printf "Enter your commit message (without quote marks; press ctrl-d when done):\n"
86+
printf "Enter your commit message (without quote marks; press Enter, then Ctrl+d when done):\n"
8787
mymultimsg=$(cat)
8888

8989
if [ ! -z "$mymultimsg" -a "$mymultimsg" != " " ]; then

0 commit comments

Comments
 (0)