Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-rfc3161
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
667dcbfb
Commit
667dcbfb
authored
9 years ago
by
Junio C Hamano
Committed by
Anton Wuerfel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
RelNotes for 2.8.0: typofix
Helped-by: Max Horn Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
d2c2fe3e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/RelNotes/2.8.0.txt
+10
-14
10 additions, 14 deletions
Documentation/RelNotes/2.8.0.txt
with
10 additions
and
14 deletions
Documentation/RelNotes/2.8.0.txt
+
10
−
14
View file @
667dcbfb
...
@@ -16,7 +16,9 @@ UI, Workflows & Features
...
@@ -16,7 +16,9 @@ UI, Workflows & Features
the source repository has packed references for a long time, and
the source repository has packed references for a long time, and
nobody noticed nor complained about it.
nobody noticed nor complained about it.
* "branch --delete" has "branch -d" but "push --delete" does not.
* "push" learned that its "--delete" option can be shortened to
"-d", just like "branch --delete" and "branch -d" are the same
thing.
* "git blame" learned to produce the progress eye-candy when it takes
* "git blame" learned to produce the progress eye-candy when it takes
too much time before emitting the first line of the result.
too much time before emitting the first line of the result.
...
@@ -131,8 +133,8 @@ UI, Workflows & Features
...
@@ -131,8 +133,8 @@ UI, Workflows & Features
* Across the transition at around Git version 2.0, the user used to
* Across the transition at around Git version 2.0, the user used to
get a pretty loud warning when running "git push" without setting
get a pretty loud warning when running "git push" without setting
push.default configuration variable. We no longer warn
, given
th
at
push.default configuration variable. We no longer warn
because
th
e
the
transition
is over
long time ago.
transition
was completed a
long time ago.
* README has been renamed to README.md and its contents got tweaked
* README has been renamed to README.md and its contents got tweaked
slightly to make it easier on the eyes.
slightly to make it easier on the eyes.
...
@@ -143,8 +145,8 @@ Performance, Internal Implementation, Development Support etc.
...
@@ -143,8 +145,8 @@ Performance, Internal Implementation, Development Support etc.
* Add a framework to spawn a group of processes in parallel, and use
* Add a framework to spawn a group of processes in parallel, and use
it to run "git fetch --recurse-submodules" in parallel.
it to run "git fetch --recurse-submodules" in parallel.
* A slight update to the Makefile to mark "
phoney
" targets
* A slight update to the Makefile to mark "
.PHONY
" targets
as such
as such
correctly.
correctly.
* In-core storage of the reverse index for .pack files (which lets
* In-core storage of the reverse index for .pack files (which lets
you go from a pack offset to an object name) has been streamlined.
you go from a pack offset to an object name) has been streamlined.
...
@@ -187,14 +189,8 @@ Performance, Internal Implementation, Development Support etc.
...
@@ -187,14 +189,8 @@ Performance, Internal Implementation, Development Support etc.
* Some calls to strcpy(3) triggers a false warning from static
* Some calls to strcpy(3) triggers a false warning from static
analysers that are less intelligent than humans, and reducing the
analysers that are less intelligent than humans, and reducing the
number of these false hits helps us notice real issues. A few
number of these false hits helps us notice real issues. A few
calls to strcpy(3) in test-path-utils that are already safe has
calls to strcpy(3) in a couple of protrams that are already safe
been rewritten to avoid false wanings.
has been rewritten to avoid false warnings.
* Some calls to strcpy(3) triggers a false warning from static
analysers that are less intelligent than humans, and reducing the
number of these false hits helps us notice real issues. A few
calls to strcpy(3) in "git rerere" that are already safe has been
rewritten to avoid false wanings.
* The "name_path" API was an attempt to reduce the need to construct
* The "name_path" API was an attempt to reduce the need to construct
the full path out of a series of path components while walking a
the full path out of a series of path components while walking a
...
@@ -334,7 +330,7 @@ notes for details).
...
@@ -334,7 +330,7 @@ notes for details).
* dirname() emulation has been added, as Msys2 lacks it.
* dirname() emulation has been added, as Msys2 lacks it.
* The underlying machinery used by "ls-files -o" and other commands
* The underlying machinery used by "ls-files -o" and other commands
ha
ve
been taught not to create empty submodule ref cache for a
ha
s
been taught not to create empty submodule ref cache for a
directory that is not a submodule. This removes a ton of wasted
directory that is not a submodule. This removes a ton of wasted
CPU cycles.
CPU cycles.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment