mirror of
https://github.com/git/git.git
synced 2024-11-25 10:54:00 +08:00
lib-rebase: style: use write_script, <<-\EOF
Signed-off-by: Andrew Pimlott <andrew@pimlott.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
22c5b13636
commit
a49528155b
@ -22,8 +22,7 @@
|
||||
# ">" -- Add a blank line.
|
||||
|
||||
set_fake_editor () {
|
||||
echo "#!$SHELL_PATH" >fake-editor.sh
|
||||
cat >> fake-editor.sh <<\EOF
|
||||
write_script fake-editor.sh <<-\EOF
|
||||
case "$1" in
|
||||
*/COMMIT_EDITMSG)
|
||||
test -z "$EXPECT_HEADER_COUNT" ||
|
||||
@ -63,7 +62,6 @@ cat "$1"
|
||||
EOF
|
||||
|
||||
test_set_editor "$(pwd)/fake-editor.sh"
|
||||
chmod a+x fake-editor.sh
|
||||
}
|
||||
|
||||
# After set_cat_todo_editor, rebase -i will write the todo list (ignoring
|
||||
|
Loading…
Reference in New Issue
Block a user