File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686someuser@somehost:~/my-project$ git add-msg
8787Enter your (Trac) ticket number (without hash OR colon):
8888221
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):
9090updated content
9191git committing...
9292[master e10379d] #221: updated content
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ read ticketnum
8383
8484while :
8585do
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
You can’t perform that action at this time.
0 commit comments