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
824d5e4d
Commit
824d5e4d
authored
Oct 11, 2012
by
Russell Belfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always use internal fnmatch, not system
parent
1c3acf14
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
8 deletions
+1
-8
src/fnmatch.c
+0
-0
src/fnmatch.h
+0
-0
src/posix.h
+1
-0
src/unix/posix.h
+0
-7
src/win32/posix.h
+0
-1
No files found.
src/
compat/
fnmatch.c
→
src/fnmatch.c
View file @
824d5e4d
File moved
src/
compat/
fnmatch.h
→
src/fnmatch.h
View file @
824d5e4d
File moved
src/posix.h
View file @
824d5e4d
...
...
@@ -10,6 +10,7 @@
#include "common.h"
#include <fcntl.h>
#include <time.h>
#include "fnmatch.h"
#ifndef S_IFGITLINK
#define S_IFGITLINK 0160000
...
...
src/unix/posix.h
View file @
824d5e4d
...
...
@@ -7,13 +7,6 @@
#ifndef INCLUDE_posix__w32_h__
#define INCLUDE_posix__w32_h__
#if !defined(__sun) && !defined(__amigaos4__)
# include <fnmatch.h>
# define p_fnmatch(p, s, f) fnmatch(p, s, f)
#else
# include "compat/fnmatch.h"
#endif
#include <stdio.h>
#define p_lstat(p,b) lstat(p,b)
...
...
src/win32/posix.h
View file @
824d5e4d
...
...
@@ -8,7 +8,6 @@
#define INCLUDE_posix__w32_h__
#include "common.h"
#include "compat/fnmatch.h"
#include "utf-conv.h"
GIT_INLINE
(
int
)
p_link
(
const
char
*
old
,
const
char
*
new
)
...
...
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