git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f13bfc1
)
contrib/difftool: remove distracting 'echo' in the SIGINT handler
author
Markus Heidelberg
<redacted>
Mon, 19 Jan 2009 23:41:18 +0000
(
00:41
+0100)
committer
Junio C Hamano
<redacted>
Tue, 20 Jan 2009 06:39:19 +0000
(22:39 -0800)
When interrupting git-difftool with Ctrl-C, the output of this echo
command led to having the cursor at the beginning of the line below the
shell prompt.
Signed-off-by: Markus Heidelberg <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/difftool/git-difftool-helper
patch
|
blob
|
history
diff --git
a/contrib/difftool/git-difftool-helper
b/contrib/difftool/git-difftool-helper
index a2eb59b0f0d0afbc57cbf2b4debcd67dba46dd1e..0c48506eebdaab3b04e5c018bcc5233582404432 100755
(executable)
--- a/
contrib/difftool/git-difftool-helper
+++ b/
contrib/difftool/git-difftool-helper
@@
-32,7
+32,6
@@
cleanup_temp_files () {
# This is called when users Ctrl-C out of git-difftool-helper
sigint_handler () {
- echo
cleanup_temp_files
exit 1
}
git clone https://git.99rst.org/PROJECT