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
5b67d145
Commit
5b67d145
authored
12 years ago
by
Russell Belfer
Browse files
Options
Downloads
Plain Diff
Merge pull request #923 from yorah/topic/config-store
Add git_config_level support when handling config files
parents
8a89aa1f
a1abe66a
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/git2/config.h
+162
-24
include/git2/config.h
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
+2
-2
src/remote.c
src/repository.c
+4
-4
src/repository.c
src/submodule.c
+6
-5
src/submodule.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
tests-clar/config/stress.c
+9
-18
tests-clar/config/stress.c
tests-clar/config/write.c
+92
-0
tests-clar/config/write.c
tests-clar/resources/config/config15
+3
-0
tests-clar/resources/config/config15
tests-clar/resources/config/config16
+3
-0
tests-clar/resources/config/config16
tests-clar/resources/config/config17
+3
-0
tests-clar/resources/config/config17
tests-clar/resources/config/config18
+5
-0
tests-clar/resources/config/config18
tests-clar/resources/config/config19
+5
-0
tests-clar/resources/config/config19
tests-clar/submodule/modify.c
+2
-4
tests-clar/submodule/modify.c
with
893 additions
and
327 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