Merge branch 'jc/symbol-static'
* jc/symbol-static: date.c: mark file-local function static Replace parse_blob() with an explanatory comment symlinks.c: remove unused functions object.c: remove unused functions strbuf.c: remove unused function sha1_file.c: remove unused function mailmap.c: remove unused function utf8.c: mark file-local function static submodule.c: mark file-local function static quote.c: mark file-local function static remote-curl.c: mark file-local function static read-cache.c: mark file-local functions static parse-options.c: mark file-local function static entry.c: mark file-local function static http.c: mark file-local functions static pretty.c: mark file-local function static builtin-rev-list.c: mark file-local function static bisect.c: mark file-local function static
This commit is contained in:
2
entry.c
2
entry.c
@ -179,7 +179,7 @@ static int write_entry(struct cache_entry *ce, char *path, const struct checkout
|
||||
* This is like 'lstat()', except it refuses to follow symlinks
|
||||
* in the path, after skipping "skiplen".
|
||||
*/
|
||||
int check_path(const char *path, int len, struct stat *st, int skiplen)
|
||||
static int check_path(const char *path, int len, struct stat *st, int skiplen)
|
||||
{
|
||||
const char *slash = path + len;
|
||||
|
||||
|
Reference in New Issue
Block a user