Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
a4f40155
Commit
a4f40155
authored
Jan 27, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it clearer what "make repo" is meant for.
Closes #3330.
parent
7dc1360b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+1
-0
README.rst
README.rst
+3
-2
No files found.
Makefile
View file @
a4f40155
...
...
@@ -26,6 +26,7 @@ TMPDIR = .repo_tmp
rm
-rf
$(TMPDIR)
git ls-files
-d
| xargs git checkout
--
# Create a git repo from an unpacked source directory.
repo
:
.git
...
...
README.rst
View file @
a4f40155
...
...
@@ -51,8 +51,9 @@ Get the full source history:
Note that Cython used to ship the full version control repository in its source
distribution, but no longer does so due to space constraints. To get the
full source history, make sure you have git installed, then step into the
base directory of the Cython source distribution and type::
full source history from a downloaded source archive, make sure you have git
installed, then step into the base directory of the Cython source distribution
and type::
make repo
...
...
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