You`re welcome James :)

2015-03-10 16:06 GMT+02:00 James Starkey <j...@jimstarkey.net>:

> I didn't know about that.  I'm in love!
>
>
> On Tuesday, March 10, 2015, Ivan Arabadzhiev <intelru...@gmail.com> wrote:
>
>> Personally, I used https://code.google.com/p/gitextensions/ back when I
>> was on a Windows/VS environment, and was really happy with it.
>>
>> 2015-03-10 15:37 GMT+02:00 Michal Kubecek <m...@mk-sys.cz>:
>>
>>> 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
>>>
>>
>>
>
> --
> Jim Starkey
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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

Reply via email to