On Mon, Jul 30, 2012 at 3:43 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > +. You use '--global' option without $HOME being properly set (ret=128), > +. Any other errors (ret=7). To be pedantic, ret=128 is a result of die() and not setting $HOME is just one of them. There's also ret=129 for usage(), which is not documented. So maybe we can make it clear that we document some exit codes, but not all of them. > -This command will fail (with exit code ret) if: > +This command will fail with non-zero status if: "This command will fail with non-zero status. Some important exit codes are:" -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html