index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase use of config snapshots
Russell Belfer
2014-05-13
1
-0
/
+6
*
Fix git_submodule_sync and add new config helper
Russell Belfer
2014-04-01
1
-0
/
+8
*
config: use git_buf for returning paths
Carlos Martín Nieto
2014-01-27
1
-5
/
+0
*
Add config read fns with controlled error behavior
Russell Belfer
2013-12-11
1
-0
/
+21
*
Add git_repository_reset_filesystem and fix tests
Russell Belfer
2013-10-04
1
-1
/
+1
*
config: don't special-case the multivar iterator
Carlos Martín Nieto
2013-08-14
1
-0
/
+3
*
config: move next() and free() into the iterator
Carlos Martín Nieto
2013-08-08
1
-5
/
+0
*
config: compilation fixes
Carlos Martín Nieto
2013-08-08
1
-2
/
+2
*
Don't typedef a pointer
Carlos Martín Nieto
2013-08-08
1
-0
/
+5
*
repo: unconditionally create a global config backend
Carlos Martín Nieto
2013-05-07
1
-0
/
+3
*
Implement global/system file search paths
Russell Belfer
2013-03-15
1
-3
/
+4
*
update copyrights
Edward Thomson
2013-01-08
1
-1
/
+1
*
Clean up config.h
Ben Straub
2012-11-27
1
-1
/
+1
*
config: Make git_config_file__ondisk() internal
nulltoken
2012-11-17
1
-0
/
+13
*
config: introduce git_config_rename_section()
nulltoken
2012-10-25
1
-0
/
+5
*
Add config level support in the config API
yorah
2012-10-23
1
-5
/
+0
*
Rename xdr to xdg
Sven Strickroth
2012-10-02
1
-1
/
+1
*
Silence MinGW warnings
Sven Strickroth
2012-09-29
1
-0
/
+1
*
Support new config locations
Russell Belfer
2012-08-24
1
-0
/
+1
*
Improve config handling for diff,submodules,attrs
Russell Belfer
2012-03-30
1
-0
/
+3
*
Added submodule API and use in status
Russell Belfer
2012-03-28
1
-0
/
+2
*
Update Copyright header
schu
2012-02-13
1
-1
/
+1
*
Add support for macros and cache flush API.
Russell Belfer
2011-12-29
1
-0
/
+1
*
Use git_buf for path storage instead of stack-based buffers
Russell Belfer
2011-12-07
1
-0
/
+3
*
repository: Change ownership semantics
Vicent Marti
2011-11-26
1
-1
/
+1
*
*: correct and codify various file permissions
Brodie Rao
2011-10-14
1
-0
/
+1
*
Cleanup legal data
Vicent Marti
2011-09-19
1
-0
/
+6
*
Bind the configuration and remotes to a repository
Carlos Martín Nieto
2011-08-18
1
-0
/
+2
*
Add git_repository_config API
Carlos Martín Nieto
2011-06-17
1
-0
/
+1
*
config: Cleanup & renaming of the external API
Vicent Marti
2011-05-20
1
-1
/
+1
*
Rewrite `git_config_open_global`
Vicent Marti
2011-05-20
1
-0
/
+2
*
utils: Move git__str[n]tolower
Vicent Marti
2011-05-17
1
-3
/
+0
*
Move config to a backend structure
Carlos Martín Nieto
2011-05-10
1
-61
/
+3
*
config: store the section name separately
Carlos Martín Nieto
2011-05-05
1
-0
/
+1
*
config: use and implement list macros
Carlos Martín Nieto
2011-04-07
1
-6
/
+42
*
config: move str(n)tolower to the git__ namespace
Carlos Martín Nieto
2011-04-06
1
-2
/
+2
*
Add strtolower and strntolower functions
Carlos Martín Nieto
2011-03-31
1
-0
/
+3
*
git_config: reorder fields according to use
Carlos Martín Nieto
2011-03-30
1
-3
/
+3
*
config: use a singly-linked list instead of a hash table
Carlos Martín Nieto
2011-03-30
1
-1
/
+10
*
Determine variable type at runtime
Carlos Martín Nieto
2011-03-30
1
-6
/
+1
*
Move git_cvar_type to include/git2/config.h
Carlos Martín Nieto
2011-03-29
1
-8
/
+4
*
Rename git_config_{type,var} to git_cvar{_type,}
Carlos Martín Nieto
2011-03-29
1
-3
/
+3
*
Move the struct declaration outside config.c
Carlos Martín Nieto
2011-03-28
1
-0
/
+33