[#76442] [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion — naruse@...
Issue #11741 has been updated by Yui NARUSE.
3 messages
2016/07/19
[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76452] Re: [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion
From:
Eric Wong <normalperson@...>
Date:
2016-07-19 19:33:58 UTC
List:
ruby-core #76452
Eric Wong <normalperson@yhbt.net> wrote: > naruse@airemix.jp wrote: > > On a Subversion repository imported into GitHub the commit author mail address is username@repository-UUID. > > Once people can assign such mail address, but GitHub reject people assign such pseudo address now. > > I think svn.authorsProg of git-svn can help map users to > @ruby-lang.org addresses easily: > > AUTHORS_PROG=/path/to/authors-at-ruby-lang.org > cat >"$AUTHORS_PROG" <<\EOF > #!/bin/sh > username=$1 > echo "$username <$username@ruby-lang.org>" > EOF # oops, forgot executable bit: chmod +x "$AUTHORS_PROG" > git config svn.authorsProg "$AUTHORS_PROG" > > # Then run "git svn fetch" as usual > > I haven't used this feature myself :x > but let me + git@vger.kernel.org know if it breaks. It will be documented in the next release, at least: https://public-inbox.org/git/20160719100927.GA19702@whir/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>