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

1.7.9.3.txt « RelNotes « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7be177681f9cef64ad7e6e6498baca00973eb0a (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
Git v1.7.9.3 Release Notes
==========================

Fixes since v1.7.9.2
--------------------

 * "git p4" (in contrib/) submit the changes to a wrong place when the
   "--use-client-spec" option is set.

 * The config.mak.autogen generated by optional autoconf support tried
   to link the binary with -lintl even when libintl.h is missing from
   the system.

 * "git add --refresh <pathspec>" used to warn about unmerged paths
   outside the given pathspec.

 * The commit log template given with "git merge --edit" did not have
   a short instructive text like what "git commit" gives.

 * "gitweb" used to drop warnings in the log file when "heads" view is
   accessed in a repository whose HEAD does not point at a valid
   branch.

Also contains minor fixes and documentation updates.