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
3bb00f33
Commit
3bb00f33
authored
May 02, 2013
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refdb_fs: implement the fully-peeled trait
parent
7edb9071
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
src/refdb_fs.c
+0
-7
src/refs.h
+1
-1
No files found.
src/refdb_fs.c
View file @
3bb00f33
...
...
@@ -678,13 +678,6 @@ static int packed_find_peel(refdb_fs_backend *backend, struct packref *ref)
return
0
;
/*
* Only applies to tags, i.e. references
* in the /refs/tags folder
*/
if
(
git__prefixcmp
(
ref
->
name
,
GIT_REFS_TAGS_DIR
)
!=
0
)
return
0
;
/*
* Find the tagged object in the repository
*/
if
(
git_object_lookup
(
&
object
,
backend
->
repo
,
&
ref
->
oid
,
GIT_OBJ_ANY
)
<
0
)
...
...
src/refs.h
View file @
3bb00f33
...
...
@@ -26,7 +26,7 @@
#define GIT_SYMREF "ref: "
#define GIT_PACKEDREFS_FILE "packed-refs"
#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled "
#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled
fully-peeled
"
#define GIT_PACKEDREFS_FILE_MODE 0666
#define GIT_HEAD_FILE "HEAD"
...
...
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