Revision 412876dcbb7ca10e64ed8118bc1995788d397782 authored by Sean Estabrooks on 17 August 2007, 21:38:25 UTC, committed by Junio C Hamano on 22 August 2007, 22:38:37 UTC
If you break out of the prompts presented to you by git send-email
your terminal can be left in an inconsistent state.  Here we trap
the interrupt signal and reset the terminal before exiting.

Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 63c2bd2
Raw File
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top