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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
b4f86a4c
Commit
b4f86a4c
authored
11 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.0-rc2
parent
648d9c18
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.0.0.txt
+6
-1
6 additions, 1 deletion
Documentation/RelNotes/2.0.0.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
7 additions
and
2 deletions
Documentation/RelNotes/2.0.0.txt
+
6
−
1
View file @
b4f86a4c
...
@@ -179,7 +179,12 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
...
@@ -179,7 +179,12 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
track are contained in this release (see the maintenance releases'
track are contained in this release (see the maintenance releases'
notes for details).
notes for details).
* The remote-helepr interface to fast-import/fast-export via the
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
interface, used an unsafe construct when showing the branch name in
$PS1.
(merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
* The remote-helper interface to fast-import/fast-export via the
transport-helper has been tightened to avoid leaving the import
transport-helper has been tightened to avoid leaving the import
marks file from a failed/crashed run, as such a file that is out of
marks file from a failed/crashed run, as such a file that is out of
sync with the reality confuses a later invocation of itself.
sync with the reality confuses a later invocation of itself.
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
b4f86a4c
#!/bin/sh
#!/bin/sh
GVF
=
GIT-VERSION-FILE
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.0.0-rc
1
DEF_VER
=
v2.0.0-rc
2
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