File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Fixes since v1.6.0.3
1616* 'git push --mirror' tried and failed to push the stash; there is no
1717 point in sending it to begin with.
1818
19+ * 'git push' did not update the remote tracking reference if the corresponding
20+ ref on the remote end happened to be already up to date.
21+
1922* 'git pull $there $branch:$current_branch' did not work when you were on
2023 a branch yet to be born.
2124
@@ -29,12 +32,8 @@ Fixes since v1.6.0.3
2932
3033* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
3134
35+ * 'git update-ref -d' to remove a reference did not honor --no-deref option.
36+
3237* Plugged small memleaks here and there.
3338
3439* Also contains many documentation updates.
35-
36- --
37- exec >/var/tmp/1
38- O=v1.6.0.3-34-gf6276b7
39- echo O=$(git describe maint)
40- git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments