Skip to content

Commit 6462146

Browse files
committed
Merge branch 'maint'
* maint: Update draft release notes for 1.6.2.1
2 parents 500ff11 + c2aca7c commit 6462146

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Documentation/RelNotes-1.6.2.1.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,22 @@ GIT v1.6.2.1 Release Notes
44
Fixes since v1.6.2
55
------------------
66

7+
* .gitignore learned to handle backslash as a quoting mechanism for
8+
comment introduction character "#".
9+
10+
* timestamp output in --date=relative mode used to display timestamps that
11+
are long time ago in the default mode; it now uses "N years M months
12+
ago", and "N years ago".
13+
14+
* git-add -i/-p now works with non-ASCII pathnames.
15+
16+
* "git hash-object -w" did not read from the configuration file from the
17+
correct .git directory.
18+
19+
* git-send-email learned to correctly handle multiple Cc: addresses.
20+
21+
---
22+
exec >/var/tmp/1
23+
O=v1.6.2-21-g7681ed2
24+
echo O=$(git describe maint)
25+
git shortlog --no-merges $O..maint

Documentation/RelNotes-1.6.3.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,6 @@ release, unless otherwise noted.
8080
Here are fixes that this release has, but have not been backported to
8181
v1.6.2.X series.
8282

83-
* .gitignore learned to handle backslash as a quoting mechanism for
84-
comment introduction character "#" (backport by merging dd482ee if
85-
needed).
86-
87-
* timestamp output in --date=relative mode used to display timestamps that
88-
are long time ago in the default mode; it now uses "N years M months
89-
ago", and "N years ago" (backport by picking 10edf37 if needed).
90-
91-
* git-add -i/-p now works with non-ASCII pathnames (backport by picking
92-
8851f48 if needed).
93-
94-
* "git hash-object -w" did not read from the configuration file from the
95-
correct .git directory (backport by merging 272459a if needed).
96-
97-
* git-send-email learned to correctly handle multiple Cc: addresses
98-
(backport by merging afe756c if needed).
99-
10083
---
10184
exec >/var/tmp/1
10285
O=v1.6.2-77-g8cc3fe4

0 commit comments

Comments
 (0)