Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
张亚俊
libgit2
Commits
ab2af775
Commit
ab2af775
authored
12 years ago
by
Michael Schubert
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into gsoc-push
parents
90fefe87
6f6b0c01
No related merge requests found
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+4
-2
CMakeLists.txt
Makefile.embed
+1
-1
Makefile.embed
include/git2/config.h
+162
-24
include/git2/config.h
include/git2/ignore.h
+1
-1
include/git2/ignore.h
src/blob.c
+10
-1
src/blob.c
src/config.c
+331
-171
src/config.c
src/config.h
+0
-5
src/config.h
src/config_file.c
+53
-45
src/config_file.c
src/config_file.h
+5
-5
src/config_file.h
src/remote.c
+41
-2
src/remote.c
src/repository.c
+4
-4
src/repository.c
src/reset.c
+40
-6
src/reset.c
src/sha1.h
+7
-0
src/sha1.h
src/sha1/sha1.c
+0
-0
src/sha1/sha1.c
src/submodule.c
+6
-5
src/submodule.c
tests-clar/checkout/head.c
+2
-4
tests-clar/checkout/head.c
tests-clar/config/configlevel.c
+59
-0
tests-clar/config/configlevel.c
tests-clar/config/multivar.c
+4
-6
tests-clar/config/multivar.c
tests-clar/config/new.c
+2
-7
tests-clar/config/new.c
tests-clar/config/read.c
+143
-31
tests-clar/config/read.c
with
875 additions
and
320 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets