summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ee3d37)
raw | patch | inline | side by side (parent: 9ee3d37)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 21 Oct 2011 18:46:12 +0000 (11:46 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 21 Oct 2011 23:05:42 +0000 (16:05 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.8.txt | patch | blob | history |
index 886dfbfaa5c66e03c1fb03271251780dc10f0450..d7b2c76c03a9983f64e92b418ea74b508ccb8b13 100644 (file)
Updates since v1.7.7
--------------------
- * Some git-svn, git-gui and msysgit updates.
+ * Some git-svn, git-gui, git-p4 (in contrib) and msysgit updates.
* Updates to bash completion scripts.
* Variants of "git cherry-pick" and "git revert" that take multiple
commits learned to "--continue".
+ * "git daemon" gives more human readble error messages to clients
+ using ERR packets when appropriate.
+
* Errors at the network layer is logged by "git daemon".
* "git diff" learned "--minimal" option to spend extra cycles to come
* "git diff" learned "--function-context" option to show the whole
function as context that was affected by a change.
+ * "git difftool" can be told to skip launching the tool for a path by
+ answering 'n' to its prompt.
+
* "git fetch" learned to honor transfer.fsckobjects configuration to
validate the objects that were received from the other end, just like
"git receive-pack" (the receiving end of "git push") does.
"git receive-pack" (the receiving end of "git push") learned to do the
same.
+ * "git fetch" learned that fetching/cloning from a regular file on the
+ filesystem is not necessarily a request to unpack a bundle file; the
+ file could be ".git" with "gitdir: <path>" in it.
+
* "git for-each-ref" learned "%(contents:subject)", "%(contents:body)"
and "%(contents:signature)". The last one is useful for signed tags.
* "git merge" learned the "--edit" option to allow users to edit the
merge commit log message.
+ * "git rebase -i" can be told to use special purpose editor suitable
+ only for its insn sheet via sequence.editor configuration variable.
+
* "git send-email" learned to respond to "-h"(elp) requests.
* "git send-email" allows the value given to sendemail.aliasfile to begin
credentials.
(merge deba493 jk/http-auth later to maint).
+ * "git branch -m/-M" advertised to update RENAME_REF ref in the
+ commit log message that introduced the feature but not anywhere in
+ the documentation, and never did update such a ref anyway. This
+ undocumented misfeature that did not exist has been excised.
+ (merge b0eab01 jc/maint-remove-renamed-ref later to maint).
+
* Adding many refs to the local repository in one go (e.g. "git fetch"
that fetches many tags) and looking up a ref by name in a repository
with too many refs were unnecessarily slow.
---
exec >/var/tmp/1
-O=v1.7.7-418-g40d6987
+O=v1.7.7-485-g9ee3d37
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo