On 3/5/2017 2:48 PM, Jon Elson wrote: > Sorry to have to ask, is there a way to see the history of > commits on just one file in git.linuxcnc.org ? > > git log from the local repo shows no changes since 2014, > which sounds right.
Let's assume you want to see the history for the Makefile. In your local working copy: git log src/Makefile ...or on github: https://github.com/LinuxCNC/linuxcnc/commits/master/src/Makefile I'm not sure if you can get the history for just one file from the G.L.O. web interface, I honestly don't use it much (I'm more of a command-line junkie). -- Charles Steinkuehler [email protected]
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford
_______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
