Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
bc746910
Unverified
Commit
bc746910
authored
Jan 30, 2022
by
Edward Thomson
Committed by
GitHub
Jan 30, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6185 from boretrk/noext
parents
aae54d5b
53e8deb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
src/CMakeLists.txt
+1
-0
src/transports/smart_protocol.c
+0
-1
No files found.
src/CMakeLists.txt
View file @
bc746910
add_library
(
git2internal OBJECT
)
set_target_properties
(
git2internal PROPERTIES C_STANDARD 90
)
set_target_properties
(
git2internal PROPERTIES C_EXTENSIONS OFF
)
if
(
DEPRECATE_HARD
)
...
...
src/transports/smart_protocol.c
View file @
bc746910
...
...
@@ -521,7 +521,6 @@ int git_smart__download_pack(
int
error
=
0
;
struct
network_packetsize_payload
npp
=
{
0
};
// TODO
git_indexer_progress_cb
progress_cb
=
t
->
connect_opts
.
callbacks
.
transfer_progress
;
void
*
progress_payload
=
t
->
connect_opts
.
callbacks
.
payload
;
...
...
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