On 03/05/2017 01: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.
I don't know how to do that on the web interface at git.linuxcnc.org, I always do it locally: git fetch origin git log origin/master -- src/Makefile # ... or whatever branch & file you care about -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
