@@ -35,6 +35,8 @@ Updates since v1.6.2
3535
3636(subsystems)
3737
38+ * various git-svn updates.
39+
3840(performance)
3941
4042* many uses of lstat(2) in the codepath for "git checkout" have been
@@ -80,16 +82,21 @@ Updates since v1.6.2
8082
8183* You can give --date=<format> option to git-blame.
8284
83- * git-branch -r shows HEAD symref that points at a remote branch in
85+ * " git-branch -r" shows HEAD symref that points at a remote branch in
8486 interest of each tracked remote repository.
8587
88+ * "git-branch -v -v" is a new way to get list of names for branches and the
89+ "upstream" branch for them.
90+
8691* git-config learned -e option to open an editor to edit the config file
8792 directly.
8893
8994* git-clone runs post-checkout hook when run without --no-checkout.
9095
9196* git-fast-export choked when seeing a tag that does not point at commit.
9297
98+ * git-for-each-ref learned a new "upstream" token.
99+
93100* git-format-patch can be told to use attachment with a new configuration,
94101 format.attach.
95102
@@ -118,6 +125,9 @@ Updates since v1.6.2
118125
119126* Output from git-remote command has been vastly improved.
120127
128+ * "git remote update --prune $remote" updates from the named remote and
129+ then prunes stale tracking branches.
130+
121131* git-send-email learned --confirm option to review the Cc: list before
122132 sending the messages out.
123133
@@ -166,6 +176,6 @@ v1.6.2.X series.
166176
167177---
168178exec >/var/tmp/1
169- O=v1.6.2.2-484-g796b137
179+ O=v1.6.2.3-497-g54a4749
170180echo O=$(git describe master)
171181git shortlog --no-merges $O..master ^maint
0 commit comments