@@ -12,6 +12,9 @@ Updates since v1.7.4
12
12
13
13
* Update to more modern HP-UX port.
14
14
15
+ * The codebase is getting prepared for i18n/l10n; no translated/translatable
16
+ strings in the code yet.
17
+
15
18
* "git apply -v" reports offset lines when the patch does not apply at
16
19
the exact location recorded in the diff output.
17
20
@@ -40,12 +43,21 @@ Updates since v1.7.4
40
43
reached, without spewing unnecessary error messages that complain about
41
44
the server response it never got.
42
45
46
+ * "git grep -f <filename>" learned to treat "-" as "read from the
47
+ standard input stream".
48
+
43
49
* "git grep --no-index" did not honor pathspecs correctly, returning
44
50
paths outside the specified area.
45
51
46
52
* "git log" type commands now understand globbing pathspecs. You
47
53
can say "git log -- '*.txt'" for example.
48
54
55
+ * "git mergetool" learned how to drive "beyond compare 3" as well.
56
+
57
+ * "git rerere forget" without pathspec used to forget all the saved
58
+ conflicts that relate to the current merge; it now requires you to
59
+ give it pathspecs.
60
+
49
61
* "git rev-list --objects $revs -- $pathspec" now limits the objects listed
50
62
in its output properly with the pathspec, in preparation for narrow
51
63
clones.
@@ -73,11 +85,6 @@ Fixes since v1.7.4
73
85
All of the fixes in the v1.7.4.X maintenance series are included in this
74
86
release, unless otherwise noted.
75
87
76
- * We used to keep one file descriptor open for each and every packfile
77
- that we have a mmap window on it (read: "in use"), even when for very
78
- tiny packfiles. We now close the file descriptor early when the entire
79
- packfile fits inside one mmap window.
80
-
81
88
* "git apply" used to confuse lines updated by previous hunks as lines
82
89
that existed before when applying a hunk, contributing misapplication
83
90
of patches with offsets.
@@ -86,12 +93,8 @@ release, unless otherwise noted.
86
93
in the working tree that are in the way in order to check out paths
87
94
under it from the named branch (js/checkout-untracked-symlink).
88
95
89
- * "git submodule update" used to honor the --merge/--rebase option (or
90
- corresponding configuration variables) even for a newly cloned
91
- subproject, which made no sense (so/submodule-no-update-first-time).
92
-
93
96
---
94
97
exec >/var/tmp/1
95
- O=v1.7.4.1-291-g01de349
98
+ O=v1.7.4.1-352-gcdc3466
96
99
echo O=$(git describe 'master')
97
100
git shortlog --no-merges ^maint ^$O master
0 commit comments