Petr Baudis <pasky@xxxxxxx> writes: > So, I realized that I'm not sure again how to stick a mail reply and new > patch version in the same mail - originally I wanted to reply to this > mail and send the patch as another reply, but that seemed wasteful. Now > it seems that the only option is to stuff the mail reply in the diffstat > area, but I refuse to do that since that's just plainly stupid. That's your opinion to go against a convention, which is fine, as long as you use something other than what begins with three dashes here as a separator. > --- > > This patch renames config_boolean() to config_bool() for consistency with > the commandline interface and because it is shorter but still obvious. ;-) > It also changes the return value from some obscure string to real Perl > boolean, allowing for clean user code. > > Signed-off-by: Petr Baudis <pasky@xxxxxxx> > --- > > git-remote.perl | 4 ++-- > git-send-email.perl | 4 ++-- > perl/Git.pm | 14 +++++++++----- > 3 files changed, 13 insertions(+), 9 deletions(-) > > diff --git a/git-remote.perl b/git-remote.perl > index 52013fe..5763799 100755 > --- a/git-remote.perl > +++ b/git-remote.perl > @@ -297,9 +297,9 @@ sub update_remote { - 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