File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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--
337349exec >/var/tmp/1
338- O=v1.5.3-rc7
350+ O=v1.5.3-rc7-15-ga65f200
339351echo O=`git describe refs/heads/master`
340352git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
You can’t perform that action at this time.
0 commit comments