File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,22 @@ GIT v1.6.2.1 Release Notes
4
4
Fixes since v1.6.2
5
5
------------------
6
6
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
You can’t perform that action at this time.
0 commit comments