| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-28 | Make use of stat.ctime configurable | Alex Riesen | 1 | -0/+4 |
| 2008-07-13 | Move code interpreting path relative to exec-dir to new function system_path() | Steffen Prohaska | 1 | -9/+2 |
| 2008-07-01 | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 1 | -27/+20 |
| 2008-06-25 | Merge branch 'lt/config-fsync' | Junio C Hamano | 1 | -20/+62 |
| 2008-06-19 | config.c: make git_env_bool() static | しらいしななこ | 1 | -1/+1 |
| 2008-06-18 | Add config option to enable 'fsync()' of object files | Linus Torvalds | 1 | -0/+5 |
| 2008-06-18 | Split up default "i18n" and "branch" config parsing into helper routines | Linus Torvalds | 1 | -11/+29 |
| 2008-06-18 | Split up default "user" config parsing into helper routine | Linus Torvalds | 1 | -4/+13 |
| 2008-06-18 | Split up default "core" config parsing into helper routine | Linus Torvalds | 1 | -16/+26 |
| 2008-05-25 | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 1 | -13/+14 |
| 2008-05-14 | Merge branch 'sb/committer' | Junio C Hamano | 1 | -0/+4 |
| 2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -1/+1 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -13/+14 |
| 2008-05-12 | Improve reporting of errors in config file routines | Alex Riesen | 1 | -19/+16 |
| 2008-05-11 | Merge branch 'lt/core-optim' | Junio C Hamano | 1 | -0/+5 |
| 2008-05-11 | Allow tracking branches to set up rebase by default. | Dustin Sallings | 1 | -0/+15 |
| 2008-05-10 | Merge branch 'lt/case-insensitive' | Junio C Hamano | 1 | -0/+5 |
| 2008-05-06 | commit: Show committer if automatic | Santi Béjar | 1 | -0/+4 |
| 2008-05-05 | config.c: Escape backslashes in section names properly | Bryan Donlan | 1 | -1/+1 |
| 2008-04-13 | Fix git_config_bool_or_int | Junio C Hamano | 1 | -2/+2 |
| 2008-04-12 | git_config_bool_or_int() | Junio C Hamano | 1 | -1/+9 |
| 2008-04-09 | Add 'core.ignorecase' option | Linus Torvalds | 1 | -0/+5 |
| 2008-02-27 | Merge branch 'js/branch-track' | Junio C Hamano | 1 | -0/+8 |
| 2008-02-20 | git_config_*: don't assume we are parsing a config file | Jeff King | 1 | -2/+9 |
| 2008-02-19 | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 1 | -0/+8 |
| 2008-02-16 | Merge branch 'sp/safecrlf' | Junio C Hamano | 1 | -0/+9 |
| 2008-02-16 | Merge branch 'jk/noetcconfig' | Junio C Hamano | 1 | -2/+18 |
| 2008-02-16 | Merge branch 'maint' | Junio C Hamano | 1 | -31/+18 |
| 2008-02-15 | Add "const" qualifier to "char *excludes_file". | Christian Couder | 1 | -6/+2 |
| 2008-02-15 | Add "const" qualifier to "char *editor_program". | Christian Couder | 1 | -6/+2 |
| 2008-02-15 | Add "const" qualifier to "char *pager_program". | Christian Couder | 1 | -6/+2 |
| 2008-02-15 | config: add 'git_config_string' to refactor string config variables. | Christian Couder | 1 | -13/+12 |
| 2008-02-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+29 |
| 2008-02-11 | config.c: guard config parser from value=NULL | Junio C Hamano | 1 | -1/+15 |
| 2008-02-11 | Add config_error_nonbool() helper function | Junio C Hamano | 1 | -0/+9 |
| 2008-02-10 | config: Fix --unset for continuation lines | Frank Lichtenheld | 1 | -0/+5 |
| 2008-02-06 | allow suppressing of global and system config | Jeff King | 1 | -2/+18 |
| 2008-02-06 | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 1 | -0/+9 |
| 2008-02-05 | Fix misuse of prefix_path() | Johannes Sixt | 1 | -4/+3 |
| 2008-02-03 | fix misuse of prefix_path() | Junio C Hamano | 1 | -2/+3 |
| 2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -6/+2 |
| 2008-01-02 | config: handle lack of newline at end of file better | Jeff King | 1 | -5/+9 |
| 2007-12-26 | Improve error messages when int/long cannot be parsed from config | Shawn O. Pearce | 1 | -10/+21 |
| 2007-12-14 | Use a strbuf for building up section header and key/value pair strings. | Kristian Høgsberg | 1 | -53/+38 |
| 2007-12-09 | Merge branch 'jc/spht' | Junio C Hamano | 1 | -0/+5 |
| 2007-12-09 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+8 |
| 2007-12-08 | config.c:store_write_pair(): don't read the byte before a malloc'd buffer. | Jim Meyering | 1 | -2/+8 |
| 2007-12-06 | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 1 | -49/+1 |
| 2007-11-16 | core.excludesfile clean-up | Junio C Hamano | 1 | -0/+7 |
| 2007-11-14 | Allow ETC_GITCONFIG to be a relative path. | Johannes Sixt | 1 | -1/+12 |
| 2007-11-14 | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 1 | -2/+7 |
| 2007-11-14 | core.excludesfile clean-up | Junio C Hamano | 1 | -0/+7 |
| 2007-11-02 | git-diff: complain about >=8 consecutive spaces in initial indent | Junio C Hamano | 1 | -0/+1 |
| 2007-11-02 | War on whitespace: first, a bit of retreat. | Junio C Hamano | 1 | -0/+52 |
| 2007-08-10 | Merge branch 'cr/tag' | Junio C Hamano | 1 | -0/+5 |
| 2007-07-27 | use lockfile.c routines in git_commit_set_multivar() | Bradford C. Smith | 1 | -12/+18 |
| 2007-07-21 | launch_editor(): Heed GIT_EDITOR and core.editor settings | Johannes Schindelin | 1 | -0/+5 |
| 2007-07-12 | Add functions for parsing integers with size suffixes | Brian Downing | 1 | -12/+46 |
| 2007-07-04 | Add core.pager config variable. | Brian Gernhardt | 1 | -0/+5 |
| 2007-06-24 | Add core.quotepath configuration variable. | Junio C Hamano | 1 | -0/+5 |
| 2007-06-13 | -Wold-style-definition fix | Junio C Hamano | 1 | -1/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -2/+1 |
| 2007-05-20 | Merge branch 'dh/pack' | Junio C Hamano | 1 | -1/+17 |
| 2007-05-20 | Merge branch 'np/pack' | Junio C Hamano | 1 | -5/+0 |
| 2007-05-13 | git-config: do not forget seeing "a.b.var" means we are out of "a.var" section. | Junio C Hamano | 1 | -4/+24 |
| 2007-05-10 | Custom compression levels for objects and packs | Dana How | 1 | -1/+17 |
| 2007-05-10 | deprecate the new loose object header format | Nicolas Pitre | 1 | -5/+0 |
| 2007-04-05 | Fix renaming branch without config file | Geert Bosch | 1 | -2/+3 |
| 2007-03-18 | Limit the size of the new delta_base_cache | Shawn O. Pearce | 1 | -0/+5 |
| 2007-03-16 | use xstrdup please | Shawn O. Pearce | 1 | -2/+2 |
| 2007-03-08 | Merge branch 'js/config-rename' | Junio C Hamano | 1 | -24/+36 |
| 2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -13/+15 |
| 2007-03-03 | git-config: document --rename-section, provide --remove-section | Paolo Bonzini | 1 | -24/+36 |
| 2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -0/+5 |
| 2007-02-24 | Merge branch 'js/etc-config' | Junio C Hamano | 1 | -0/+2 |
| 2007-02-22 | Merge branches 'lt/crlf' and 'jc/apply-config' | Junio C Hamano | 1 | -0/+9 |
| 2007-02-19 | config: read system-wide defaults from /etc/gitconfig | Johannes Schindelin | 1 | -0/+2 |
| 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 |
| 2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -0/+5 |
| 2006-01-05 | use result of open(2) to check for presence | Alex Riesen | 1 | -5/+12 |
| 2005-12-21 | \n usage in stderr output | Alex Riesen | 1 | -1/+1 |
| 2005-12-05 | config.c: remove unnecessary header in minimum configuration file. | Junio C Hamano | 1 | -8/+0 |
| 2005-11-28 | config.c: constness tightening to avoid compilation warning. | Junio C Hamano | 1 | -1/+1 |
| 2005-11-27 | Introduce i18n.commitencoding. | Junio C Hamano | 1 | -0/+5 |
| 2005-11-27 | init-db: check template and repository format. | Junio C Hamano | 1 | -4/+12 |
| 2005-11-25 | config.c: avoid shadowing global. | Junio C Hamano | 1 | -5/+5 |
| 2005-11-21 | Move diff.renamelimit out of default configuration. | Junio C Hamano | 1 | -5/+0 |
| 2005-11-21 | Allow hierarchical section names | Johannes Schindelin | 1 | -9/+10 |
| 2005-11-21 | git-config-set: Properly terminate strings with '\0' | Johannes Schindelin | 1 | -0/+1 |
| 2005-11-20 | git-config-set: support selecting values by non-matching regex | Johannes Schindelin | 1 | -6/+17 |
| 2005-11-19 | git-config-set: add more options | Johannes Schindelin | 1 | -45/+71 |
| 2005-11-19 | Add functions git_config_set() and git_config_set_multivar() | Johannes Schindelin | 1 | -1/+293 |
| 2005-11-15 | diff: make default rename detection limit configurable. | Junio C Hamano | 1 | -0/+5 |
| 2005-11-15 | Add config variable core.symrefsonly | Johannes Schindelin | 1 | -0/+5 |
| 2005-11-02 | Ignore '\r' at the end of line in $GIT_DIR/config | Junio C Hamano | 1 | -0/+8 |
| 2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
| 2005-10-11 | Make git config variable names case-insensitive | Linus Torvalds | 1 | -1/+1 |
| 2005-10-11 | Use git config file for committer name and email info | Linus Torvalds | 1 | -0/+10 |
| 2005-10-11 | Improve config file escape sanity checking | Linus Torvalds | 1 | -1/+6 |
| 2005-10-10 | Add ".git/config" file parser | Linus Torvalds | 1 | -0/+222 |