Jeff King wrote:

> [1] I do not know about others, but I typically cut and paste from
>     another terminal, and use the following alias in my config:
> 
>       [alias]
>       ll = "!git --no-pager log -1 --pretty='tformat:%h (%s, %ad)' 
> --date=short"

I have:

  [alias]
  short = show --quiet --format='%C(auto)%h (%s)%C(reset)'

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to