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

1.7.9.2.txt « RelNotes « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f9467eb89ecbdbacca4ef9baa7d01a4912650ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Git v1.7.9.2 Release Notes
==========================

Fixes since v1.7.9.1
--------------------

* The error message emitted when we see an empty loose object was
  not phrased correctly.

* The code to ask for password did not fall back to the terminal
  input when GIT_ASKPASS is set but does not work (e.g. lack of X
  with GUI askpass helper).

* map_user() was not rewriting its output correctly, which resulted
  in the user visible symptom that "git blame -e" sometimes showed
  excess '>' at the end of email addresses.

* "git checkout -b" did not allow switching out of an unborn branch.

* "git commit" refused to create a commit when entries added with
  "add -N" remained in the index, without telling Git what their content
  in the next commit should be. We should have created the commit without
  these paths.

* Search box in "gitweb" did not accept non-ASCII characters correctly.

* Search interface of "gitweb" did not show multiple matches in the same file
  correctly.

Also contains minor fixes and documentation updates.