From: Russell I. <mwn...@ya...> - 2017-06-19 00:59:49
|
diff is is UNIX utility that produces a specially formatted file. It is relatively human readable. You need to have two source files then a command line utility diff You can load Cygwin on Windows to give you a near complete Linux shell. From: Chris NOON <chr...@ms...> To: 'Development list for Rails: an 18xx game' <rai...@li...> Sent: Sunday, June 18, 2017 6:58 PM Subject: Re: [Rails-devel] Making changes #yiv0807983731 #yiv0807983731 -- _filtered #yiv0807983731 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv0807983731 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv0807983731 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv0807983731 #yiv0807983731 p.yiv0807983731MsoNormal, #yiv0807983731 li.yiv0807983731MsoNormal, #yiv0807983731 div.yiv0807983731MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;color:black;}#yiv0807983731 a:link, #yiv0807983731 span.yiv0807983731MsoHyperlink {color:blue;text-decoration:underline;}#yiv0807983731 a:visited, #yiv0807983731 span.yiv0807983731MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv0807983731 span.yiv0807983731EmailStyle17 {color:windowtext;}#yiv0807983731 span.yiv0807983731EmailStyle18 {color:#1F497D;}#yiv0807983731 .yiv0807983731MsoChpDefault {font-size:10.0pt;} _filtered #yiv0807983731 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv0807983731 div.yiv0807983731WordSection1 {}#yiv0807983731 Is there a preferred way to make a diff? I can compare in Eclipse, but just copying from the two views does not seem ideal. Chris From: Martin Brumm [mailto:dr....@t-...] Sent: Saturday, June 17, 2017 11:25 PM To: rai...@li... Subject: Re: [Rails-devel] Making changes Am 17.06.2017 um 23:19 schrieb Chris NOON: Hi, I was able to get a dev environment up and running, and was looking at the code. I found a minor, but annoying bug, and was able to fix it. I do not see instructions on how this should be relayed, I assume newbies can’t just check in code. Thanks, Chris Hi Chris, 2 ways to do this right now. a)Prepare a diff and send that to the list or me directly - Preferred way, but also create an account on sourceforge if you havent done so already. b) Fork Stefans Github Repo and put your changes in there and then create a pull request. Since stefan is not active in the moment this is the less preferred way cause i means i have to cross track the changes :) But it would also work. Regards Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |