Git 2.0.1
[git.git] / Documentation / RelNotes / 1.7.9.5.txt
blob95cc2bbf2cda7a5381b720d4d9f7c884e9821b0c
1 Git v1.7.9.5 Release Notes
2 ==========================
4 Fixes since v1.7.9.4
5 --------------------
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.
11  * "git fast-import" accepted "ls" command with an empty path by
12    mistake.
14  * Various new-ish output decoration modes of "git grep" were not
15    documented in the manual's synopsis section.
17  * The "remaining" subcommand to "git rerere" was not documented.
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.
23 Also contains minor fixes and documentation updates.