Skip to content

Commit ead8eb8

Browse files
committed
Update draft release notes to 1.7.9.3 for the last time
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 57f75f3 commit ead8eb8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Documentation/RelNotes/1.7.9.3.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,41 @@ Fixes since v1.7.9.2
1111
to link the binary with -lintl even when libintl.h is missing from
1212
the system.
1313

14+
* When the filter driver exits before reading the content before the
15+
main git process writes the contents to be filtered to the pipe to
16+
it, the latter could be killed with SIGPIPE instead of ignoring
17+
such an event as an error.
18+
1419
* "git add --refresh <pathspec>" used to warn about unmerged paths
1520
outside the given pathspec.
1621

22+
* The bulk check-in codepath in "git add" streamed contents that
23+
needs smudge/clean filters without running them, instead of punting
24+
and delegating to the codepath to run filters after slurping
25+
everything to core.
26+
27+
* "git branch --with $that" assumed incorrectly that the user will never
28+
ask the question with nonsense value in $that.
29+
30+
* "git bundle create" produced a corrupt bundle file upon seeing
31+
commits with excessively long subject line.
32+
33+
* When a remote helper exits before reading the blank line from the
34+
main git process to signal the end of commands, the latter could be
35+
killed with SIGPIPE. Instead we should ignore such event as a
36+
non-error.
37+
1738
* The commit log template given with "git merge --edit" did not have
1839
a short instructive text like what "git commit" gives.
1940

41+
* "git rev-list --verify-objects -q" omitted the extra verification
42+
it needs to do over "git rev-list --objects -q" by mistake.
43+
2044
* "gitweb" used to drop warnings in the log file when "heads" view is
2145
accessed in a repository whose HEAD does not point at a valid
2246
branch.
2347

48+
* An invalid regular expression pattern given by an end user made
49+
"gitweb" to return garbled response.
50+
2451
Also contains minor fixes and documentation updates.

0 commit comments

Comments
 (0)