Re: [updated PATCH] Same default as cvsimport when using --use-log-author

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen R. van den Berg <srb@...>
Cc: <git@...>, Eric Wong <normalperson@...>
Date: Sunday, April 27, 2008 - 4:47 pm

"Stephen R. van den Berg" <srb@cuci.nl> writes:


I have a question about this.  Is the "<unknown> coming from...


... this 'unknown' we see here?


I would think not -- if that is the case, the codepath you added as a fix
would not trigger.  Which means in some other cases, the 'unknown' we see
above in the context also still happens.  Is it a good thing?  Maybe we
would also want to make it consistently do "somebody <somebody>" instead,
by doing...

	} else {
		$name = $name_field;
	}
        if (!defined $email) {
	    $email = $name;
        }

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[updated PATCH] Same default as cvsimport when using --use-l..., Stephen R. van den Berg, (Sun Apr 27, 1:32 pm)
Re: [updated PATCH] Same default as cvsimport when using --u..., Johannes Schindelin, (Mon Apr 28, 6:15 am)
Re: [updated PATCH] Same default as cvsimport when using --u..., Junio C Hamano, (Sun Apr 27, 4:47 pm)
Re: [updated PATCH] Same default as cvsimport when using --u..., Stephen R. van den Berg, (Tue Apr 29, 5:13 pm)
[updated2 PATCH] git-svn: Same default as cvsimport when usi..., Stephen R. van den Berg, (Tue Apr 29, 5:20 pm)