06.07.2011 09:34, Erich Titl пишет:
> Hi folks
>
> Trying to clean up and pull together all the various source and config
> files I am wondering where the fine version info and modification
> history within the source files went. Call me old fashioned, but I
> personally like it. Is that something that just went overboard in the
> GIT frenzy?
>
> cheers
>
> Erich
git log --follow <path to filename>, key '-u' - for view patches.
There is no file versions in git, there is a commits - which should be 
treated as patches. And you even can revert a commit that was done many 
months ago, without need to apply all fresher modifications manually.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to