summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a65f200)
raw | patch | inline | side by side (parent: a65f200)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Aug 2007 07:35:36 +0000 (00:35 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Aug 2007 07:36:43 +0000 (00:36 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.txt | patch | blob | history |
index f2efaaffb71ae3a3b84897ed034decaf804daf45..51ff53b370d909be01af8d264919b22195f4b8c1 100644 (file)
- "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