aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-31 00:35:36 -0700
committerJunio C Hamano <gitster@pobox.com>2007-08-31 00:36:43 -0700
commite340d7d3fa1c5b9a6e7af2e3ee3d526064e56bea (patch)
treecb3f6aecf25a5b9352b520302a990dd4128b396a
parenta65f2005a6819d154172b01842eb39bd306a22cd (diff)
downloadgit-e340d7d3fa1c5b9a6e7af2e3ee3d526064e56bea.tar.gz
git-e340d7d3fa1c5b9a6e7af2e3ee3d526064e56bea.tar.xz
Hopefully the final update to draft release notes for 1.5.3.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.3.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index f2efaaffb..51ff53b37 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/RelNotes-1.5.3.txt
@@ -333,8 +333,20 @@ this release, unless otherwise noted.
- "git --bare command" overrode existing GIT_DIR setting and always
made it treat the current working directory as GIT_DIR.
+ - "git ls-files --error-unmatch" does not complain if you give the
+ same path pattern twice by mistake.
+
+ - "git init" autodetected core.filemode but not core.symlinks, which
+ made a new directory created automatically by "git clone" cumbersome
+ to use on filesystems that require these configurations to be set.
+
+ - "git log" family of commands behaved differently when run as "git
+ log" (no pathspec) and as "git log --" (again, no pathspec). This
+ inconsistency was introduced somewhere in v1.3.0 series but now has
+ been corrected.
+
--
exec >/var/tmp/1
-O=v1.5.3-rc7
+O=v1.5.3-rc7-15-ga65f200
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint