Can someone teach me how to get the source code difference of v0.10.22 and v0.10.23 ?

61 views
Skip to first unread message

Ning Ji

unread,
Oct 5, 2014, 12:55:33 AM10/5/14
to nod...@googlegroups.com
sorry I'm new to github,

how do I get the source changes from v0.10.22 to v0.10.23 ?
what's the exact github command to get source ?

Thanks for your help !

mscdex

unread,
Oct 5, 2014, 11:16:43 AM10/5/14
to nod...@googlegroups.com
On Sunday, October 5, 2014 12:55:33 AM UTC-4, Ning Ji wrote:

how do I get the source changes from v0.10.22 to v0.10.23 ?
what's the exact github command to get source ?


Github has a compare method that allows you to compare tags and branches. It looks like this: https://github.com/joyent/node/compare/v0.10.22...v0.10.23

Bence Dányi

unread,
Oct 5, 2014, 1:06:21 PM10/5/14
to nod...@googlegroups.com
https://github.com/joyent/node/compare/v0.10.22...v0.10.23

or (if you have cloned the repo):

$ git diff v0.10.22..v0.10.23

Bence
> --
> Job board: http://jobs.nodejs.org/
> New group rules:
> https://gist.github.com/othiym23/9886289#file-moderation-policy-md
> Old group rules:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+un...@googlegroups.com.
> To post to this group, send email to nod...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/nodejs/b0a8eb6a-d0d0-4dc2-b4d9-b7be6d0e1c5e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

// ravi

unread,
Oct 5, 2014, 1:06:37 PM10/5/14
to nod...@googlegroups.com
On Oct 5, 2014, at 12:55 AM, Ning Ji <nin...@gmail.com> wrote:

sorry I'm new to github,

how do I get the source changes from v0.10.22 to v0.10.23 ?
what's the exact github command to get source ?


Even though I am not a git expert, I’d suggest you find the diff using git rather than any tools/interface provided by GitHub. Clone the Node repo to your computer and then run a git diff. A diff between two tags might be what you need.

—ravi


Ryan Schmidt

unread,
Oct 5, 2014, 1:06:59 PM10/5/14
to nod...@googlegroups.com

On Oct 4, 2014, at 11:55 PM, Ning Ji wrote:

> how do I get the source changes from v0.10.22 to v0.10.23 ?
> what's the exact github command to get source ?

I believe this is the information you want:

https://help.github.com/articles/comparing-commits-across-time/#comparing-tags

Specifically:

https://github.com/joyent/node/compare/v0.10.31...v0.10.32


Karl Yang

unread,
Oct 5, 2014, 1:07:40 PM10/5/14
to nod...@googlegroups.com
Install git on your computer, then run the script to get the source: git clone <repository_url>.
You can find some useful training classes @ https://training.github.com/ to learn how to use github.
Also you can find some useful documents @ http://git-scm.com/doc to learn how to use git.

杨栓
15000938546



tpx1

unread,
Oct 5, 2014, 1:08:18 PM10/5/14
to nod...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages