We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76dda commit 6e6a36cCopy full SHA for 6e6a36c
contrib/devtools/github-merge.sh
@@ -136,6 +136,9 @@ else
136
echo "Dropping you on a shell so you can try building/testing the merged source." >&2
137
echo "Run 'git diff HEAD~' to show the changes being merged." >&2
138
echo "Type 'exit' when done." >&2
139
+ if [[ -f /etc/debian_version ]]; then # Show pull number in prompt on Debian default prompt
140
+ export debian_chroot="$PULL"
141
+ fi
142
bash -i
143
read -p "Press 'm' to accept the merge. " -n 1 -r >&2
144
echo
0 commit comments