william's blog | 2012-02-04 12:31:05 +0000 =========================================== Git 1.6.0 changes ----------------- Date: August 19, 2008 12:16am Author: William Morgan Labels: git URL: http://masanjin.net/blog/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 .