El 22/2/2009, a las 21:34, Linus Torvalds escribió:
But I do realize that without the historical background, none of this
makes sense. And quite frankly, I do hate "--pretty=xyz" myself. I
find
myself wishing I could just write
git log --oneline
instead of "--pretty=oneline", and I wish "shortlog" was a pretty
format
instead of a command of its own.
Why not an alias then?
git oneline
ie. something like this, which I have in my config:
alias.oneline=log --pretty=oneline --abbrev-commit
Cheers,
Wincent
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html