On Tue, Mar 10, 2015 at 02:16:26PM +0100, Dimitry Sibiryakov wrote: > 10.03.2015 14:11, Omacht András wrote: > > with git log you can see every previous version of a file without closing > > the IDE, switching branches, etc. > > Do you mean some kind of plugin to MSVC that can show me the file's > version from any branch?
Not sure how difficult would it be to write a MSVC plugin showing output of a command but to see what does a file look like at certain point in history, you can use git show <commit>:<path> (tag or branch also work in place of <commit>). I often use something like git diff <commit> -U30 -- <path> or even git diff <commit> -U9999 -- <path> to see what has changed. Michal Kubecek ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel