Re: [git-users] Tracking one file's diffs from then to now

2017-01-24 Thread Charles Manning
git log -p foo.c Also have a look at git blame git blame foo.c git blame cannot show deleted lines, but it can be really helpful trying to see file history. On Tue, Jan 24, 2017 at 1:47 PM, Michael wrote: > What command, or gui tool, will let me check one file's diffs

[git-users] Tracking one file's diffs from then to now

2017-01-23 Thread Michael
What command, or gui tool, will let me check one file's diffs over time? i.e.: Lets say I want to see what happened to one file, only, from commit X to the present. Then, as a GUI tool, being able to look through the list/tree of files, and see all the commits (and their locations in the