1GIT v1.5.1 Release Notes 2======================== 3 4Updates since v1.5.0 5-------------------- 6 7* Deprecated commands and options. 8 9 - git-diff-stages and git-resolve have been removed. 10 11* New commands and options. 12 13 - "git log" and friends take --reverse. This makes output 14 that typically goes reverse order in chronological order. 15 "git shortlog" usually lists commits in chronological order, 16 but with "--reverse", they are shown in reverse 17 chronological order. 18 19 - "git diff" learned --ignore-space-at-eol. This is a weaker 20 form of --ignore-space-change. 21 22* Updated behaviour of existing commands. 23 24 - "git diff" outputs a trailing HT when pathnames have embedded 25 SP on +++/--- header lines, in order to help "GNU patch" to 26 parse its output. "git apply" was already updated to accept 27 this modified output format since ce74618d (Sep 22, 2006). 28 29* Hooks 30 31 - The sample update hook to show how to send out notification 32 e-mail was updated to show only new commits that appeared in 33 the repository. Earlier, it showed new commits that appeared 34 on the branch. 35 36-- 37O=v1.5.0-20-ga44a0c9 38echo O=`git describe master` 39git shortlog --no-merges $O..