summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78f111e)
raw | patch | inline | side by side (parent: 78f111e)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Jan 2009 07:04:35 +0000 (23:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Jan 2009 07:04:35 +0000 (23:04 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.1.1.txt | patch | blob | history |
index cff0d8b98d746e552bc42666e5f9eee836a28f02..5cd1ca9cc64717a6b8623fc69dc11362c3c64689 100644 (file)
* "git checkout $tree" did not trigger an error.
+* "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
+
* "git describe --all" complained when a commit is described with a tag,
which was nonsense.
+* "git fsck branch" did not work as advertised; instead it behaved the same
+ way as "git fsck".
+
* "git log --pretty=format:%s" did not handle a multi-line subject the
same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
---
exec >/var/tmp/1
-O=v1.6.1-47-g914186a
+O=v1.6.1-60-g78f111e
echo O=$(git describe maint)
git shortlog --no-merges $O..maint