git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* infinite loop in git-send-email with alias files
@ 2009-07-17  1:10 Mike Frysinger
  2009-07-23 11:09 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2009-07-17  1:10 UTC (permalink / raw)
  To: git

i was setting up an aliasesfile for git-send-email, but in doing so, i
inadvertently made a typo creating an infinite loop.  i didnt notice
right away, but i did notice when `git-send-email` hung using 100% of
a cpu.

simple way to reproduce:
$ $ git config sendemail.aliasesfile
.git/mail
$ git config sendemail.aliasfiletype
mutt
$ cat .git/mail
alias a b
alias b a
$ git send-email HEAD^ --to a
<hit enter a few times and watch it hang>

noticed with 1.6.3.3, but seems to be in 1.6.4-rc1 too
-mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-23 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17  1:10 infinite loop in git-send-email with alias files Mike Frysinger
2009-07-23 11:09 ` Jeff King
2009-07-23 12:30   ` Johannes Sixt
2009-07-23 13:54     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).