]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.7.9.5.txt
doc: typo: s/can not/cannot/ and s/is does/does/
[thirdparty/git.git] / Documentation / RelNotes / 1.7.9.5.txt
1 Git v1.7.9.5 Release Notes
2 ==========================
3
4 Fixes since v1.7.9.4
5 --------------------
6
7 * When "git config" diagnoses an error in a configuration file and
8 shows the line number for the offending line, it miscounted if the
9 error was at the end of line.
10
11 * "git fast-import" accepted "ls" command with an empty path by
12 mistake.
13
14 * Various new-ish output decoration modes of "git grep" were not
15 documented in the manual's synopsis section.
16
17 * The "remaining" subcommand to "git rerere" was not documented.
18
19 * "gitweb" used to drop warnings in the log file when "heads" view is
20 accessed in a repository whose HEAD does not point at a valid
21 branch.
22
23 Also contains minor fixes and documentation updates.