Skip to content

Commit 5d41784

Browse files
committed
Git 1.8.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b73c7d commit 5d41784

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

Documentation/RelNotes/1.8.1.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,17 @@ UI, Workflows & Features
2929

3030
* Command-line completion scripts for tcsh and zsh have been added.
3131

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.
3437

3538
* 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.
3942

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-
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
@@ -60,13 +53,17 @@ UI, Workflows & Features
6053
API regression but it is expected that nobody will notice it in
6154
practice.
6255

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.
6659

6760
* "git format-patch" learned the "--notes=<ref>" option to give
6861
notes for the commit after the three-dash lines in its output.
6962

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.
66+
7067
* "git log --grep=<pcre>" learned to honor the "grep.patterntype"
7168
configuration set to "perl".
7269

@@ -116,6 +113,9 @@ Foreign Interface
116113
* The remote helper interface to interact with subversion
117114
repositories (one of the GSoC 2012 projects) has been merged.
118115

116+
* A new remote-helper interface for Mercurial has been added to
117+
contrib/remote-helpers.
118+
119119
* 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
121121
been updated to point at an alternative site.

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

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+
4651
* link:v1.8.0.3/git.html[documentation for release 1.8.0.3]
4752

4853
* release notes for

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.1-rc3
4+
DEF_VER=v1.8.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)