Skip to content

Commit 7c181d6

Browse files
committed
GIT 1.6.0.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ee5391c commit 7c181d6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Documentation/RelNotes-1.6.0.4.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)