[Privoxy-devel] git: how2 show diff for one specific change?

Lee ler762 at gmail.com
Fri Mar 9 16:14:21 UTC 2018


On 3/9/18, Fabian Keil  wrote:
> Lee  wrote:
>
>> So I can do a
>> git log
>> & see what change I want listed, but what's the command to show >>just
>> that<< change?
>>
>> there's got to be something better than git show > /tmp/x && vi /tmp/x
>>  but I'm not seeing it.
>
> I'm not sure I understand the question correctly, but you can
> pass a hash as argument to "git show" to only show a specific
> commit.

that's what I was looking for:
  git show -U7 <id>

Thanks!!

Lee


More information about the Privoxy-devel mailing list