Skip to content

Commit e340d7d

Browse files
committed
Hopefully the final update to draft release notes for 1.5.3.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a65f200 commit e340d7d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Documentation/RelNotes-1.5.3.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,20 @@ this release, unless otherwise noted.
333333
- "git --bare command" overrode existing GIT_DIR setting and always
334334
made it treat the current working directory as GIT_DIR.
335335

336+
- "git ls-files --error-unmatch" does not complain if you give the
337+
same path pattern twice by mistake.
338+
339+
- "git init" autodetected core.filemode but not core.symlinks, which
340+
made a new directory created automatically by "git clone" cumbersome
341+
to use on filesystems that require these configurations to be set.
342+
343+
- "git log" family of commands behaved differently when run as "git
344+
log" (no pathspec) and as "git log --" (again, no pathspec). This
345+
inconsistency was introduced somewhere in v1.3.0 series but now has
346+
been corrected.
347+
336348
--
337349
exec >/var/tmp/1
338-
O=v1.5.3-rc7
350+
O=v1.5.3-rc7-15-ga65f200
339351
echo O=`git describe refs/heads/master`
340352
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)