Russell Haley <[email protected]> writes: > Any chance you can divulge how you calculated that?
In a git clone of the same repo: % git show -s 46763fd4ca8a37f836c9bf2333f9d687509278f3 commit 46763fd4ca8a37f836c9bf2333f9d687509278f3 Author: mmel <[email protected]> Date: Thu Feb 4 06:39:20 2016 +0000 ARM: Remove unused symbols from genassym.c. (I should have just asked Svyatoslav to run "git show -s HEAD") Then, in an svn working copy of head: % svn log | less and look for the same date and log message. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
