Git fork

Git 1.8.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+21 -16
+15 -15
Documentation/RelNotes/1.8.1.txt
··· 29 29 30 30 * Command-line completion scripts for tcsh and zsh have been added. 31 31 32 - * A new remote-helper interface for Mercurial has been added to 33 - contrib/remote-helpers. 32 + * "git-prompt" scriptlet (in contrib/completion) can be told to paint 33 + pieces of the hints in the prompt string in colors. 34 + 35 + * Some documentation pages that used to ship only in the plain text 36 + format are now formatted in HTML as well. 34 37 35 38 * We used to have a workaround for a bug in ancient "less" that 36 39 causes it to exit without any output when the terminal is resized. 37 40 The bug has been fixed in "less" version 406 (June 2007), and the 38 41 workaround has been removed in this release. 39 42 40 - * Some documentation pages that used to ship only in the plain text 41 - format are now formatted in HTML as well. 42 - 43 - * "git-prompt" scriptlet (in contrib/completion) can be told to paint 44 - pieces of the hints in the prompt string in colors. 45 - 46 - * A new configuration variable "diff.context" can be used to 47 - give the default number of context lines in the patch output, to 48 - override the hardcoded default of 3 lines. 49 - 50 43 * When "git checkout" checks out a branch, it tells the user how far 51 44 behind (or ahead) the new branch is relative to the remote tracking 52 45 branch it builds upon. The message now also advises how to sync ··· 60 53 API regression but it is expected that nobody will notice it in 61 54 practice. 62 55 63 - * "git log -p -S<string>" now looks for the <string> after applying 64 - the textconv filter (if defined); earlier it inspected the contents 65 - of the blobs without filtering. 56 + * A new configuration variable "diff.context" can be used to 57 + give the default number of context lines in the patch output, to 58 + override the hardcoded default of 3 lines. 66 59 67 60 * "git format-patch" learned the "--notes=<ref>" option to give 68 61 notes for the commit after the three-dash lines in its output. 62 + 63 + * "git log -p -S<string>" now looks for the <string> after applying 64 + the textconv filter (if defined); earlier it inspected the contents 65 + of the blobs without filtering. 69 66 70 67 * "git log --grep=<pcre>" learned to honor the "grep.patterntype" 71 68 configuration set to "perl". ··· 115 112 116 113 * The remote helper interface to interact with subversion 117 114 repositories (one of the GSoC 2012 projects) has been merged. 115 + 116 + * A new remote-helper interface for Mercurial has been added to 117 + contrib/remote-helpers. 118 118 119 119 * The documentation for git(1) was pointing at a page at an external 120 120 site for the list of authors that no longer existed. The link has
+5
Documentation/git.txt
··· 43 43 branch of the `git.git` repository. 44 44 Documentation for older releases are available here: 45 45 46 + * link:v1.8.1/git.html[documentation for release 1.8.1] 47 + 48 + * release notes for 49 + link:RelNotes/1.8.1.txt[1.8.1]. 50 + 46 51 * link:v1.8.0.3/git.html[documentation for release 1.8.0.3] 47 52 48 53 * release notes for
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v1.8.1-rc3 4 + DEF_VER=v1.8.1 5 5 6 6 LF=' 7 7 '