Quelle commande affiche chaque commit sur une seule ligne avec un hash abrégé et son sujet0?
git rev-list --count HEAD
git log -p
git status --short
git log --oneline