index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-22
Merge branches 'lt/crlf' and 'jc/apply-config'
Junio C Hamano
1
-0
/
+9
2007-02-14
Make sure packedgitwindowsize is multiple of (pagesize * 2)
Junio C Hamano
1
-5
/
+7
2007-02-14
Make AutoCRLF ternary variable.
Linus Torvalds
1
-0
/
+4
2007-02-14
Lazy man's auto-CRLF
Linus Torvalds
1
-0
/
+5
2007-02-03
git-config --rename-section could rename wrong section
Pavel Roskin
1
-1
/
+1
2007-01-19
config_set_multivar(): disallow newlines in keys
Johannes Schindelin
1
-0
/
+5
2007-01-11
Merge branch 'jc/bare'
Junio C Hamano
1
-0
/
+5
2007-01-11
config-set: check write-in-full returns in set_multivar
Junio C Hamano
1
-19
/
+24
2007-01-08
Auto-quote config values in config.c:store_write_pair()
Brian Gernhardt
1
-0
/
+14
2007-01-08
short i/o: fix config updates to use write_in_full
Andy Whitcroft
1
-29
/
+77
2007-01-07
Introduce is_bare_repository() and core.bare configuration variable
Junio C Hamano
1
-0
/
+5
2006-12-30
Merge branch 'master' into sp/mmap
Junio C Hamano
1
-0
/
+6
2006-12-30
Teach Git how to parse standard power of 2 suffixes.
Shawn O. Pearce
1
-0
/
+6
2006-12-29
Replace mmap with xmmap, better handling MAP_FAILED.
Shawn O. Pearce
1
-1
/
+1
2006-12-29
Ensure core.packedGitWindowSize cannot be less than 2 pages.
Shawn O. Pearce
1
-2
/
+2
2006-12-29
Fully activate the sliding window pack access.
Shawn O. Pearce
1
-0
/
+10
2006-12-29
Introduce new config option for mmap limit.
Shawn O. Pearce
1
-0
/
+5
2006-12-27
UTF-8: introduce i18n.logoutputencoding.
Junio C Hamano
1
-1
/
+7
2006-12-20
Merge branch 'jc/clone'
Junio C Hamano
1
-6
/
+6
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-1
/
+0
2006-12-19
config_rename_section: fix FILE* leak
Junio C Hamano
1
-6
/
+13
2006-12-19
Use preprocessor constants for environment variable names.
Junio C Hamano
1
-6
/
+6
2006-12-16
add a function to rename sections in the config
Johannes Schindelin
1
-0
/
+64
2006-12-13
Allow subcommand.color and color.subcommand color configuration
Andy Parkins
1
-1
/
+1
2006-10-30
Allow '-' in config variable names
Linus Torvalds
1
-3
/
+8
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-4
/
+4
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
1
-2
/
+2
2006-08-27
free(NULL) is perfectly valid.
Junio C Hamano
1
-4
/
+2
2006-07-31
pager: config variable pager.color
Matthias Lederhofer
1
-0
/
+5
2006-07-13
sha1_file: add the ability to parse objects in "pack file format"
Linus Torvalds
1
-0
/
+5
2006-07-03
boolean: accept yes and no as well
Junio C Hamano
1
-2
/
+2
2006-07-03
Make zlib compression level configurable, and change default.
Joachim B Haga
1
-0
/
+10
2006-06-24
Rename safe_strncpy() to strlcpy().
Peter Eriksen
1
-3
/
+3
2006-06-20
git_config: access() returns 0 on success, not > 0
Johannes Schindelin
1
-1
/
+1
2006-06-19
Read configuration also from $HOME/.gitconfig
Johannes Schindelin
1
-9
/
+25
2006-06-19
Fix setting config variables with an alternative GIT_CONFIG
Johannes Schindelin
1
-3
/
+12
2006-06-18
Support for extracting configuration from different files
Petr Baudis
1
-1
/
+11
2006-06-16
Implement safe_strncpy() as strlcpy() and use it more.
Peter Eriksen
1
-3
/
+3
2006-06-09
shared repository - add a few missing calls to adjust_shared_perm().
Junio C Hamano
1
-1
/
+1
2006-05-17
Log ref updates to logs/refs/<ref>
Shawn Pearce
1
-0
/
+5
2006-05-13
git config syntax updates
Linus Torvalds
1
-13
/
+81
2006-05-13
Another config file parsing fix.
sean
1
-1
/
+3
2006-05-07
Fix repo-config set-multivar error return path.
Junio C Hamano
1
-12
/
+6
2006-05-07
Release config lock if the regex is invalid
Pavel Roskin
1
-0
/
+2
2006-05-05
core.prefersymlinkrefs: use symlinks for .git/HEAD
Junio C Hamano
1
-2
/
+2
2006-05-05
repo-config: trim white-space before comment
Johannes Schindelin
1
-6
/
+6
2006-05-05
Fix for config file section parsing.
sean
1
-2
/
+3
2006-04-24
Document the configuration file
Petr Baudis
1
-1
/
+1
2006-04-17
cleanups: prevent leak of two strduped strings in config.c
Serge E. Hallyn
1
-11
/
+28
2006-03-20
core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...
Junio C Hamano
1
-0
/
+5
[next]