Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit a1a031d

Browse files
committed
Git 1.7.11-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dd3d071 commit a1a031d

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ UI, Workflows & Features
1818

1919
* A third-party tool "git subtree" is distributed in contrib/
2020

21+
* A remote helper that acts as a proxy and caches ssl session for the
22+
https:// transport is added to the contrib/ area.
23+
2124
* Error messages given when @{u} is used for a branch without its
22-
upstream configured have been clatified.
25+
upstream configured have been clarified.
2326

24-
* Even with "-q"uiet option, "checkout" used to report setting up
27+
* Even with the "-q"uiet option, "checkout" used to report setting up
2528
tracking. Also "branch" learned the "-q"uiet option to squelch
2629
informational message.
2730

@@ -37,8 +40,8 @@ UI, Workflows & Features
3740
* "git am" learned the "--include" option, which is an opposite of
3841
existing the "--exclude" option.
3942

40-
* When "git am -3" needs to fall back to an application to a
41-
synthesized preimage followed by a 3-way merge, the paths that
43+
* When "git am -3" needs to fall back to an application of the patch
44+
to a synthesized preimage followed by a 3-way merge, the paths that
4245
needed such treatment are now reported to the end user, so that the
4346
result in them can be eyeballed with extra care.
4447

@@ -50,7 +53,7 @@ UI, Workflows & Features
5053
after populating two temporary directories, instead of running an
5154
instance of the external tool once per a file pair.
5255

53-
* The "fmt-merge-msg" command learns to list the primary contributors
56+
* The "fmt-merge-msg" command learned to list the primary contributors
5457
involved in the side topic you are merging.
5558

5659
* "git rebase" learned to optionally keep commits that do not
@@ -67,15 +70,15 @@ UI, Workflows & Features
6770

6871
Foreign Interface
6972

70-
* "git svn" used to die with unwanted SIGPIPE when talking with HTTP
73+
* "git svn" used to die with unwanted SIGPIPE when talking with an HTTP
7174
server that uses keep-alive.
7275

7376
* "git svn" learned to use platform specific authentication
7477
providers, e.g. gnome-keyring, kwallet, etc.
7578

76-
* "git p4" has been moved out of contrib/ area and has seen more work
77-
on importing labels as tags from (and exporting tags as labels to)
78-
p4.
79+
* "git p4" has been moved out of the contrib/ area and has seen more
80+
work on importing labels as tags from (and exporting tags as labels
81+
to) p4.
7982

8083
Performance and Internal Implementation (please report possible regressions)
8184

@@ -113,8 +116,8 @@ Performance and Internal Implementation (please report possible regressions)
113116
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
114117
spawning an external command (not applicable to Windows port).
115118

116-
* The API to iterate over refs/ hierarchy has been tweaked to allow
117-
walking only a subset of it more efficiently.
119+
* The API to iterate over the refs/ hierarchy has been tweaked to
120+
allow walking only a subset of it more efficiently.
118121

119122
Also contains minor documentation updates and code clean-ups.
120123

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.7.11-rc1
4+
DEF_VER=v1.7.11-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)