git 1.7.2 is out
Just announced is release of Git version 1.7.2.
Scanning through the ReleaseNotes the following look interesting:
git -c var=val
will override configgit show :/pattern
now uses regexgit
no longer squelches if it doesn’t find .git (useful when using in PS1)git checkout --orphan name
makes a new root branch (no parent)git cherry-pick
can now be given a list of refsgit log --decorate
learned to colour more things
Read other posts