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
2dfb2e07
Commit
2dfb2e07
authored
Mar 26, 2015
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.4.0-rc0
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
30db51a3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/RelNotes/2.4.0.txt
+7
-0
7 additions, 0 deletions
Documentation/RelNotes/2.4.0.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
8 additions
and
1 deletion
Documentation/RelNotes/2.4.0.txt
+
7
−
0
View file @
2dfb2e07
...
@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc.
...
@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc.
finish) and also add code to prevent such abuse in the run-command
finish) and also add code to prevent such abuse in the run-command
helper.
helper.
* People often forget to chain the commands in their test together
with &&, leaving a failure from an earlier command in the test go
unnoticed. The new GIT_TEST_CHAIN_LINT mechanism allows you to
catch such a mistake more easily.
Also contains various documentation updates and code clean-ups.
Also contains various documentation updates and code clean-ups.
...
@@ -464,3 +469,5 @@ notes for details).
...
@@ -464,3 +469,5 @@ notes for details).
(merge 7032054 nd/doc-git-index-version later to maint).
(merge 7032054 nd/doc-git-index-version later to maint).
(merge e869c5e tg/test-index-v4 later to maint).
(merge e869c5e tg/test-index-v4 later to maint).
(merge 599d223 jk/simplify-csum-file-sha1fd-check later to maint).
(merge 599d223 jk/simplify-csum-file-sha1fd-check later to maint).
(merge 260d585 sg/completion-gitcomp-nl-for-refs later to maint).
(merge 777c55a jc/report-path-error-to-dir later to maint).
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
2dfb2e07
#!/bin/sh
#!/bin/sh
GVF
=
GIT-VERSION-FILE
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.
3.3.GIT
DEF_VER
=
v2.
4.0-rc0
LF
=
'
LF
=
'
'
'
...
...
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