@@ -4,22 +4,51 @@ Git v1.7.1 Release Notes (draft)
4
4
Updates since v1.7.0
5
5
--------------------
6
6
7
+ * Some commands (e.g. svn and http interfaces) that interactively ask
8
+ password can be told to use an external program given via GIT_ASKPASS.
9
+
10
+ * Color values given to "color.<cmd>.<slot>" configuration can now have
11
+ more than one attributes (e.g. "bold ul").
12
+
13
+ * "git apply --whitespace=fix" didn't work well when an early patch in
14
+ a patch series adds trailing blank lines and a later one depended on
15
+ such a block of blank lines at the end.
16
+
17
+ * "git am" learned "--keep-cr" option to handle inputs that are
18
+ mixture of changes to files with and without CRLF line endings.
19
+
7
20
* "git cvsimport" learned -R option to leave revision mapping between
8
21
CVS revisions and resulting git commits.
9
22
10
23
* "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
11
24
tokens.
12
25
26
+ * "git hash-object --stdin-paths" can take "--no-filters" option now.
27
+
28
+ * "git init" can be told to look at init.templatedir configuration
29
+ variable (obviously that has to come from either /etc/gitconfig or
30
+ $HOME/.gitconfig).
31
+
13
32
* "git grep" learned "--no-index" option, to search inside contents that
14
33
are not managed by git.
15
34
16
35
* "git grep" learned --color=auto/always/never.
17
36
18
- * "git hash-object --stdin-paths" can take "--no-filters" option now.
37
+ * "git grep" learned to paint filename and line-number in colors.
38
+
39
+ * "git merge-file" learned to use custom conflict marker size and also use
40
+ the "union merge" behaviour.
41
+
42
+ * "git notes" command has been rewritten in C and learned quite a
43
+ many commands.
19
44
20
45
* "git request-pull" identifies the commit the request is relative to in
21
46
a more readable way.
22
47
48
+ * "git reset" learned "--keep" option that lets you discard commits
49
+ near the tip while preserving your local changes in a way similar
50
+ to how "git checkout branch" does.
51
+
23
52
* "git svn" should work better when interacting with repositories
24
53
with CRLF line endings.
25
54
@@ -31,8 +60,11 @@ Fixes since v1.7.0
31
60
All of the fixes in v1.7.0.X maintenance series are included in this
32
61
release, unless otherwise noted.
33
62
63
+ * "git add frotz/nitfol" did not complain when the entire frotz/ directory
64
+ was ignored.
65
+
34
66
---
35
67
exec >/var/tmp/1
36
68
echo O=$(git describe)
37
- O=v1.7.0.2-181-gc6830a3
69
+ O=v1.7.0.2-322-g4e7d08a
38
70
git shortlog --no-merges ^maint $O..
0 commit comments