the all-thing | 2010-09-09 18:23:12 -0400 ========================================== Git 1.6.0 changes ----------------- Date: August 18, 2008 8:16pm Author: William Morgan Labels: git URL: http://all-thing.net/git-1.6.0-changes.txt Git 1.6.0 (just released) contains now detects Ruby class, module and method definitions in diff output. Previously it was just class names. (This patch [1] Other things I'm excited about in the new Git: 1. @git-clone --mirror@ is a handy way to set up a bare mirror repository. 2. @git-diff --check@ now checks for leftover merge conflict markers. 3. @git-stash save@ now has a --keep-index option. This lets you stash away the local changes and bring the changes staged in the index to your working tree for examination and testing. 4. @git-stash@ also has a new @branch@ subcommand to create a new branch out of stashed changes. [1] http://n2.nabble.com/-PATCH--diff:-add-ruby-funcname-pattern-td661824.html.) This delicious text version served up by Whisper .