Skip to content

Commit c2c5f6b

Browse files
committed
RelNotes for 2.8.0: typofix
Helped-by: Max Horn Signed-off-by: Junio C Hamano <[email protected]>
1 parent a7206ba commit c2c5f6b

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

Documentation/RelNotes/2.8.0.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ UI, Workflows & Features
1616
the source repository has packed references for a long time, and
1717
nobody noticed nor complained about it.
1818

19-
* "branch --delete" has "branch -d" but "push --delete" does not.
19+
* "push" learned that its "--delete" option can be shortened to
20+
"-d", just like "branch --delete" and "branch -d" are the same
21+
thing.
2022

2123
* "git blame" learned to produce the progress eye-candy when it takes
2224
too much time before emitting the first line of the result.
@@ -131,8 +133,8 @@ UI, Workflows & Features
131133

132134
* Across the transition at around Git version 2.0, the user used to
133135
get a pretty loud warning when running "git push" without setting
134-
push.default configuration variable. We no longer warn, given that
135-
the transition is over long time ago.
136+
push.default configuration variable. We no longer warn because the
137+
transition was completed a long time ago.
136138

137139
* README has been renamed to README.md and its contents got tweaked
138140
slightly to make it easier on the eyes.
@@ -143,8 +145,8 @@ Performance, Internal Implementation, Development Support etc.
143145
* Add a framework to spawn a group of processes in parallel, and use
144146
it to run "git fetch --recurse-submodules" in parallel.
145147

146-
* A slight update to the Makefile to mark "phoney" targets
147-
as such correctly.
148+
* A slight update to the Makefile to mark ".PHONY" targets as such
149+
correctly.
148150

149151
* In-core storage of the reverse index for .pack files (which lets
150152
you go from a pack offset to an object name) has been streamlined.
@@ -187,14 +189,8 @@ Performance, Internal Implementation, Development Support etc.
187189
* Some calls to strcpy(3) triggers a false warning from static
188190
analysers that are less intelligent than humans, and reducing the
189191
number of these false hits helps us notice real issues. A few
190-
calls to strcpy(3) in test-path-utils that are already safe has
191-
been rewritten to avoid false wanings.
192-
193-
* Some calls to strcpy(3) triggers a false warning from static
194-
analysers that are less intelligent than humans, and reducing the
195-
number of these false hits helps us notice real issues. A few
196-
calls to strcpy(3) in "git rerere" that are already safe has been
197-
rewritten to avoid false wanings.
192+
calls to strcpy(3) in a couple of protrams that are already safe
193+
has been rewritten to avoid false warnings.
198194

199195
* The "name_path" API was an attempt to reduce the need to construct
200196
the full path out of a series of path components while walking a
@@ -334,7 +330,7 @@ notes for details).
334330
* dirname() emulation has been added, as Msys2 lacks it.
335331

336332
* The underlying machinery used by "ls-files -o" and other commands
337-
have been taught not to create empty submodule ref cache for a
333+
has been taught not to create empty submodule ref cache for a
338334
directory that is not a submodule. This removes a ton of wasted
339335
CPU cycles.
340336

0 commit comments

Comments
 (0)