1 Git v1.7.9.5 Release Notes
2 ==========================
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
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
23 Also contains minor fixes and documentation updates.