[Rd] Why R should never move to git
Gábor Csárdi
csardi.gabor at gmail.com
Thu Jan 25 01:29:15 CET 2018
On Thu, Jan 25, 2018 at 12:24 AM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
[...]
> Thanks, those instructions appear to have worked.
>
> For comparison purposes, the equivalent steps in svn would be
>
> svn diff -r PREV:HEAD --internal-diff > patchfile
>
> and then the patchfile could be sent to the maintainer.
If you just want the diff corresponding to the last commit,
git show
will print it for you. Or
git show keepclass
for a specific branch.
G.
[...]
More information about the R-devel
mailing list