You can do this on the command-line with git diff fde129026febcd58af030e14c7a7f82bd201033b..dspace-3.0
if you only want to see a summary of which files changed git diff --stat fde129026febcd58af030e14c7a7f82bd201033b..dspace-3.0 to ignore gratuitous and over-zealous whitespace changes, add -w On Tue 04 Dec 2012 04:58:07 NZDT, helix84 wrote: > Hey guys, > > I just wanted to share with you the syntax for some useful GitHub > functionality I've been looking for. You can specify arbitrary two > commits and display the diff between them. > > Example: > https://github.com/DSpace/DSpace/compare/fde129026febcd58af030e14c7a7f82bd201033b...dspace-3.0 > > As you can see, the commit can be specified either as a hash or as a > tag (they're interchangable). Bonus tip: the two commits don't even > have to be in the same repository, so you can compare e.g. your fork > to the official repo. > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > BUILD Helping you discover the best ways to construct your parallel projects. > http://goparallel.sourceforge.net > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
