Ah, okay. I realize now that my method won't work because there are different trees under the same repository.
Thanks for sharing! Russ Sent from my BlackBerry 10 smartphone on the Koodo network. Original Message From: Dag-Erling Smørgrav Sent: Wednesday, February 17, 2016 8:08 AM To: Russell Haley Cc: Warren Block; [email protected]; [email protected] Subject: Re: Checking FreeBSD kernel with static analyzer 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]"
