Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6c3a813b
Commit
6c3a813b
authored
Apr 16, 2020
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'doc/git-version-update' into 'master'
Update git to 2.26.1 See merge request gitlab-org/gitlab!29607
parents
7adc64a2
1a78f356
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/install/installation.md
doc/install/installation.md
+4
-4
No files found.
doc/install/installation.md
View file @
6c3a813b
...
...
@@ -134,7 +134,7 @@ Make sure you have the right version of Git installed:
# Install Git
sudo
apt-get
install
-y
git-core
# Make sure Git is version 2.26.
0
or higher (minimal supported version is 2.22.0)
# Make sure Git is version 2.26.
1
or higher (minimal supported version is 2.22.0)
git
--version
```
...
...
@@ -171,9 +171,9 @@ sudo make install
# Download and compile from source
cd
/tmp
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.26.
0
.tar.gz
echo
'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed git-2.26.
0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.26.0
.tar.gz
cd
git-2.26.
0
/
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.26.
1
.tar.gz
echo
'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed git-2.26.
1.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.26.1
.tar.gz
cd
git-2.26.
1
/
./configure
--with-libpcre
make
prefix
=
/usr/local all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment