I am using Kubuntu 16.4. LTS. Recently, I have updated my packages using the following commands:
sudo aptitude update && sudo aptitude upgrade
Since then, the command git log
does not provide any output.
When using git log > /tmp/gitlog.txt
however, the file contains the desired output.
How can I get git log
working back?