From: Marco Costalba <hidden> Date: 2016-06-15 22:43:06
From today git:
$ git rev-list --all -- git-gui/git-gui.sh | wc
7 7 287
$ git rev-list --all --full-history -- git-gui/git-gui.sh | wc
9 9 369
So only the merges from git://repo.or.cz/git-gui are shown.
Am I missing something? How can I get full history?
Thanks
Marco