Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7030ca65
Commit
7030ca65
authored
Mar 03, 2017
by
Steve Dower
Committed by
GitHub
Mar 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes git command (#451)
parent
a0c07d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj
+1
-1
No files found.
PCbuild/pythoncore.vcxproj
View file @
7030ca65
...
...
@@ -416,7 +416,7 @@
<MakeDir
Directories=
"$(IntDir)"
Condition=
"!Exists($(IntDir))"
/>
<Exec
Command=
"$(_GIT) name-rev --name-only HEAD > "$(IntDir)gitbranch.txt""
ContinueOnError=
"true"
/>
<Exec
Command=
"$(_GIT) rev-parse HEAD > "$(IntDir)gitversion.txt""
ContinueOnError=
"true"
/>
<Exec
Command=
"$(_GIT) name-rev --tags --name
id -t
> "$(IntDir)gittag.txt""
ContinueOnError=
"true"
/>
<Exec
Command=
"$(_GIT) name-rev --tags --name
-only HEAD
> "$(IntDir)gittag.txt""
ContinueOnError=
"true"
/>
<PropertyGroup>
<GitBranch
Condition=
"Exists('$(IntDir)gitbranch.txt')"
>
$([System.IO.File]::ReadAllText('$(IntDir)gitbranch.txt').Trim())
</GitBranch>
<GitVersion
Condition=
"Exists('$(IntDir)gitversion.txt')"
>
$([System.IO.File]::ReadAllText('$(IntDir)gitversion.txt').Trim())
</GitVersion>
...
...
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