commit | a583971f15e520c8cb5f9967383903e13c353c86 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Fri Dec 26 11:01:57 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 26 19:08:32 2008 -0800 |
tree | c1eb95823fe439397eff0da2eb9985718fd955d6 | |
parent | c569b1fee151e467854ca268997f4f3baaf73564 [diff] |
daemon: cleanup: replace loop with if Replace a loop around an enter_repo() call, which was used to retry a single time with a different parameter in case the first call fails, with two calls and an if. This is shorter and cleaner. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>