File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ GIT v1.6.0.4 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.6.0.3
5
+ --------------------
6
+
7
+ * 'git-add -p' said "No changes" when only binary files were changed.
8
+
9
+ * git-archive did not work correctly in bare repositories.
10
+
11
+ * when we refuse to detect renames because there are too many new or
12
+ deleted files, we did not say how many there are.
13
+
14
+ * 'git-push --mirror' tried and failed to push the stash; there is no
15
+ point in sending it to begin with.
16
+
17
+ * 'git-send-email' had a small fd leak while scanning directory.
18
+
19
+ * git-svn used deprecated 'git-foo' form of subcommand invocaition.
20
+
21
+ * Plugged small memleaks here and there.
22
+
23
+ * Also contains many documentation updates.
24
+
25
+ --
26
+ exec >/var/tmp/1
27
+ O=v1.6.0.3-22-gc2163c6
28
+ echo O=$(git describe maint)
29
+ git shortlog --no-merges $O..maint
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes-1.6.0.3 .txt
1
+ Documentation/RelNotes-1.6.0.4 .txt
You can’t perform that action at this time.
0 commit comments