[git-users] Re: diffs within the whole content of a file

2011-02-11 Thread Andrej Khitrov
May be you meant $ git show HEAD:your_file /tmp/your-file-as-in-HEAD $ git show HEAD^:your_file /tmp/your-file-as-in-HEADs-parent ? No. But OK, I have realized that my problem concerns rather diff tools than git itself. If I create those two files in /tmp/ with your commands, then I'd like

Re: [git-users] Re: diffs within the whole content of a file

2011-02-11 Thread Konstantin Khomoutov
On Fri, 11 Feb 2011 08:49:47 -0800 (PST) Andrej Khitrov a.n.khit...@gmail.com wrote: May be you meant $ git show HEAD:your_file /tmp/your-file-as-in-HEAD $ git show HEAD^:your_file /tmp/your-file-as-in-HEADs-parent ? No. But OK, I have realized that my problem concerns rather diff