File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,10 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
69
69
releases are contained in this release (see release notes to them for
70
70
details).
71
71
72
- * "git merge --no-edit $tag" failed to honor the --no-edit option.
73
- (merge 3adab6f jn/merge-no-edit-fix later to maint).
74
-
75
72
* The error message emitted when we see an empty loose object was
76
73
not phrased correctly.
77
74
(merge 33e42de mm/empty-loose-error-message later to maint).
78
75
79
- * Many small corner case bugs on "git tag -n" was corrected.
80
- (merge 31fd8d7 jk/maint-tag-show-fixes later to maint).
81
-
82
76
* "git commit" refused to create a commit when entries added with
83
77
"add -N" remained in the index, without telling Git what their content
84
78
in the next commit should be. We should have created the commit without
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Git v1.7.9.1 Release Notes
4
4
Fixes since v1.7.9
5
5
------------------
6
6
7
+ * The makefile allowed environment variable X seep into it result in
8
+ command names suffixed with unnecessary strings.
9
+
10
+ * The set of included header files in compat/inet-{ntop,pton}
11
+ wrappers was updated for Windows some time ago, but in a way that
12
+ broke Solaris build.
13
+
7
14
* rpmbuild noticed an unpackaged but installed *.mo file and failed.
8
15
9
16
* Subprocesses spawned from various git programs were often left running
@@ -24,6 +31,8 @@ Fixes since v1.7.9
24
31
chain and veered into side branch from which the whole change to the
25
32
specified paths came.
26
33
34
+ * "git merge --no-edit $tag" failed to honor the --no-edit option.
35
+
27
36
* "git merge --ff-only $tag" failed because it cannot record the
28
37
required mergetag without creating a merge, but this is so common
29
38
operation for branch that is used _only_ to follow the upstream, so
@@ -49,4 +58,6 @@ Fixes since v1.7.9
49
58
in .gitmodules when the submodule at $path was once added to the
50
59
superproject and already initialized.
51
60
61
+ * Many small corner case bugs on "git tag -n" was corrected.
62
+
52
63
Also contains minor fixes and documentation updates.
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
44
44
branch of the `git.git` repository.
45
45
Documentation for older releases are available here:
46
46
47
- * link:v1.7.9/git.html[documentation for release 1.7.9]
47
+ * link:v1.7.9.1 /git.html[documentation for release 1.7.9.1 ]
48
48
49
49
* release notes for
50
+ link:RelNotes/1.7.9.1.txt[1.7.9.1],
50
51
link:RelNotes/1.7.9.txt[1.7.9].
51
52
52
53
* link:v1.7.8.4/git.html[documentation for release 1.7.8.4]
You can’t perform that action at this time.
0 commit comments