summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54a4749)
raw | patch | inline | side by side (parent: 54a4749)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Apr 2009 00:05:55 +0000 (17:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Apr 2009 00:05:55 +0000 (17:05 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.3.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history |
index 9aa143b199a0a594b6799d189f51ce1daed28b68..839498c38a11e72d793a9145f94cadb1456478a0 100644 (file)
(subsystems)
+* various git-svn updates.
+
(performance)
* many uses of lstat(2) in the codepath for "git checkout" have been
* You can give --date=<format> option to git-blame.
-* git-branch -r shows HEAD symref that points at a remote branch in
+* "git-branch -r" shows HEAD symref that points at a remote branch in
interest of each tracked remote repository.
+* "git-branch -v -v" is a new way to get list of names for branches and the
+ "upstream" branch for them.
+
* git-config learned -e option to open an editor to edit the config file
directly.
* git-fast-export choked when seeing a tag that does not point at commit.
+* git-for-each-ref learned a new "upstream" token.
+
* git-format-patch can be told to use attachment with a new configuration,
format.attach.
* Output from git-remote command has been vastly improved.
+* "git remote update --prune $remote" updates from the named remote and
+ then prunes stale tracking branches.
+
* git-send-email learned --confirm option to review the Cc: list before
sending the messages out.
---
exec >/var/tmp/1
-O=v1.6.2.2-484-g796b137
+O=v1.6.2.3-497-g54a4749
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint
diff --git a/Documentation/git.txt b/Documentation/git.txt
index eca29f00ea6e5db777c8c5bb32284410a453dca3..470fdc5ecd5609dc4f05c54b8aea53f6de292e4a 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
branch of the `git.git` repository.
Documentation for older releases are available here:
-* link:v1.6.2.2/git.html[documentation for release 1.6.2.2]
+* link:v1.6.2.3/git.html[documentation for release 1.6.2.3]
* release notes for
+ link:RelNotes-1.6.2.3.txt[1.6.2.3],
link:RelNotes-1.6.2.2.txt[1.6.2.2],
link:RelNotes-1.6.2.1.txt[1.6.2.1],
link:RelNotes-1.6.2.txt[1.6.2].