#!/bin/bash
# OPTS=--abbrev-commit 
exec git log --pretty=oneline "$@"

