···29293030 * Command-line completion scripts for tcsh and zsh have been added.
31313232- * A new remote-helper interface for Mercurial has been added to
3333- contrib/remote-helpers.
3232+ * "git-prompt" scriptlet (in contrib/completion) can be told to paint
3333+ pieces of the hints in the prompt string in colors.
3434+3535+ * Some documentation pages that used to ship only in the plain text
3636+ format are now formatted in HTML as well.
34373538 * We used to have a workaround for a bug in ancient "less" that
3639 causes it to exit without any output when the terminal is resized.
3740 The bug has been fixed in "less" version 406 (June 2007), and the
3841 workaround has been removed in this release.
39424040- * Some documentation pages that used to ship only in the plain text
4141- format are now formatted in HTML as well.
4242-4343- * "git-prompt" scriptlet (in contrib/completion) can be told to paint
4444- pieces of the hints in the prompt string in colors.
4545-4646- * A new configuration variable "diff.context" can be used to
4747- give the default number of context lines in the patch output, to
4848- override the hardcoded default of 3 lines.
4949-5043 * When "git checkout" checks out a branch, it tells the user how far
5144 behind (or ahead) the new branch is relative to the remote tracking
5245 branch it builds upon. The message now also advises how to sync
···6053 API regression but it is expected that nobody will notice it in
6154 practice.
62556363- * "git log -p -S<string>" now looks for the <string> after applying
6464- the textconv filter (if defined); earlier it inspected the contents
6565- of the blobs without filtering.
5656+ * A new configuration variable "diff.context" can be used to
5757+ give the default number of context lines in the patch output, to
5858+ override the hardcoded default of 3 lines.
66596760 * "git format-patch" learned the "--notes=<ref>" option to give
6861 notes for the commit after the three-dash lines in its output.
6262+6363+ * "git log -p -S<string>" now looks for the <string> after applying
6464+ the textconv filter (if defined); earlier it inspected the contents
6565+ of the blobs without filtering.
69667067 * "git log --grep=<pcre>" learned to honor the "grep.patterntype"
7168 configuration set to "perl".
···115112116113 * The remote helper interface to interact with subversion
117114 repositories (one of the GSoC 2012 projects) has been merged.
115115+116116+ * A new remote-helper interface for Mercurial has been added to
117117+ contrib/remote-helpers.
118118119119 * The documentation for git(1) was pointing at a page at an external
120120 site for the list of authors that no longer existed. The link has
+5
Documentation/git.txt
···4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
45454646+* link:v1.8.1/git.html[documentation for release 1.8.1]
4747+4848+* release notes for
4949+ link:RelNotes/1.8.1.txt[1.8.1].
5050+4651* link:v1.8.0.3/git.html[documentation for release 1.8.0.3]
47524853* release notes for