Robert Haas <robertmhaas@gmail.com> writes:
>> However, pggit log 9f0ae0c82060e3dcd1fa7ac8bbe35a3f9a44dbba does not
>> show that line being added by the diff.
> I dunno what your pggit script does, but "git log" doesn't normally
> show the diff at all. "git show
> 9f0ae0c82060e3dcd1fa7ac8bbe35a3f9a44dbba", however, does show that
> line being added.
It also shows it being removed, ie this is just -u diff format being
unhelpful, as it so often is.
The actual source of the code seems to be commit
e8f69be054e9343b3c41d7e77cc142913ee55439.
regards, tom lane