Skip to content

Commit 8492f00

Browse files
committed
Whip post 1.5.3.4 maintenance series into shape.
Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent f3d5e46 commit 8492f00

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Documentation/RelNotes-1.5.3.5.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
GIT v1.5.3.5 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.3.4
5+
--------------------
6+
7+
* "git-config" silently ignored options after --list; now it wilh
8+
error out with a usage message.
9+
10+
* "git-config --file" failed if the argument used a relative path
11+
as it changed directories before opening the file.
12+
13+
* "git-add -i" did not handle single line hunks correctly.
14+
15+
* "git-log --follow" did not work unless diff generation (e.g. -p)
16+
was also requested.
17+
18+
* "git-log" printed extra newlines between commits when a diff
19+
was generated internally (e.g. -S or --follow) but not displayed.
20+
21+
* Documention updates for supported (but previously undocumented)
22+
options of "git-archive" and "git-reflog".
23+
24+
* "make clean" no longer deletes the configure script that ships
25+
with the git tarball, making multiple architecture builds easier.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.3.4.txt
1+
Documentation/RelNotes-1.5.3.5.txt

0 commit comments

Comments
 (0)