File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Fixes since v1.6.0.3
16
16
* 'git push --mirror' tried and failed to push the stash; there is no
17
17
point in sending it to begin with.
18
18
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
+
19
22
* 'git pull $there $branch:$current_branch' did not work when you were on
20
23
a branch yet to be born.
21
24
@@ -29,12 +32,8 @@ Fixes since v1.6.0.3
29
32
30
33
* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
31
34
35
+ * 'git update-ref -d' to remove a reference did not honor --no-deref option.
36
+
32
37
* Plugged small memleaks here and there.
33
38
34
39
* 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