Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
git
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
git
Commits
47122fbe
Commit
47122fbe
authored
Sep 14, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated git to 2.37.0
parent
6a672e83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
git-2.37.0.tar.xz
git-2.37.0.tar.xz
+0
-0
No files found.
Makefile
View file @
47122fbe
all
:
tar
xf git-2.
2
7.0.tar.xz
cd
git-2.
2
7.0
&&
./configure
--prefix
=
/usr
--with-gitconfig
=
/etc/gitconfig
--with-libpcre
$(MAKE)
-C
git-2.
2
7.0
INSTALL_SYMLINKS
=
yes
NO_PYTHON
=
yes
chown
-Rv
nobody git-2.
2
7.0
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C git-2.
2
7.0 NO_PYTHON=yes test"
$(MAKE)
-C
git-2.
2
7.0
INSTALL_SYMLINKS
=
yes
NO_PYTHON
=
yes install
rm
-rf
git-2.
2
7.0
tar
xf git-2.
3
7.0.tar.xz
cd
git-2.
3
7.0
&&
./configure
--prefix
=
/usr
--with-gitconfig
=
/etc/gitconfig
--with-libpcre
$(MAKE)
-C
git-2.
3
7.0
INSTALL_SYMLINKS
=
yes
NO_PYTHON
=
yes
chown
-Rv
nobody git-2.
3
7.0
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -C git-2.
3
7.0 NO_PYTHON=yes test"
$(MAKE)
-C
git-2.
3
7.0
INSTALL_SYMLINKS
=
yes
NO_PYTHON
=
yes install
rm
-rf
git-2.
3
7.0
git-2.
2
7.0.tar.xz
→
git-2.
3
7.0.tar.xz
View file @
47122fbe
No preview for this file type
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