Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-07 21:39:34 +0400
committerJunio C Hamano <gitster@pobox.com>2012-08-07 21:39:34 +0400
commite15c16de396a1e1f42001b03cb885ce64eb4098e (patch)
tree7ea9660c7ed965878fa4a4e32b1273129569ddbe /Documentation/RelNotes/1.7.12.txt
parentb1d9b1d0f1880c753d5146e8af63b9dc72803e4a (diff)
Git 1.7.12-rc2v1.7.12-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.12.txt')
-rw-r--r--Documentation/RelNotes/1.7.12.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/RelNotes/1.7.12.txt b/Documentation/RelNotes/1.7.12.txt
index a557241aeb..fb7f761a38 100644
--- a/Documentation/RelNotes/1.7.12.txt
+++ b/Documentation/RelNotes/1.7.12.txt
@@ -51,10 +51,6 @@ UI, Workflows & Features
read. The error message in this case was updated to give better
hints to the user.
- * git native protocol agents learned to show software version over
- the wire, so that the server log can be examined to see the vintage
- distribution of clients.
-
* "git help -w $cmd" can show HTML version of documentation for
"git-$cmd" by setting help.htmlpath to somewhere other than the
default location where the build procedure installs them locally;