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
dfafb03b
Commit
dfafb03b
authored
Oct 07, 2011
by
Carlos Martín Nieto
Committed by
Vicent Marti
Oct 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the transports to their own directory
parent
8c252874
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
+2
-2
src/transports/git.c
+0
-0
src/transports/http.c
+0
-0
src/transports/local.c
+0
-0
No files found.
CMakeLists.txt
View file @
dfafb03b
...
@@ -91,9 +91,9 @@ FILE(GLOB SRC_H include/git2/*.h)
...
@@ -91,9 +91,9 @@ FILE(GLOB SRC_H include/git2/*.h)
# On Windows use specific platform sources
# On Windows use specific platform sources
IF
(
WIN32 AND NOT CYGWIN
)
IF
(
WIN32 AND NOT CYGWIN
)
ADD_DEFINITIONS
(
-DWIN32 -D_DEBUG
)
ADD_DEFINITIONS
(
-DWIN32 -D_DEBUG
)
FILE
(
GLOB SRC src/*.c src/win32/*.c
)
FILE
(
GLOB SRC src/*.c src/
transports/*.c src/
win32/*.c
)
ELSE
()
ELSE
()
FILE
(
GLOB SRC src/*.c src/unix/*.c
)
FILE
(
GLOB SRC src/*.c src/
transports/*.c src/
unix/*.c
)
ENDIF
()
ENDIF
()
# Compile and link libgit2
# Compile and link libgit2
...
...
src/transport
_
git.c
→
src/transport
s/
git.c
View file @
dfafb03b
File moved
src/transport
-
http.c
→
src/transport
s/
http.c
View file @
dfafb03b
File moved
src/transport
_
local.c
→
src/transport
s/
local.c
View file @
dfafb03b
File moved
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