summaryrefslogtreecommitdiff
path: root/builtin-config.c
AgeCommit message (Expand)Author
2008-02-17Merge branch 'jk/noetcconfig'Junio C Hamano
2008-02-11builtin-config.c: guard config parser from value=NULLJunio C Hamano
2008-02-06allow suppressing of global and system configJeff King
2007-12-06config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano
2007-12-06git config --get-colorboolJunio C Hamano
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink
2007-11-29git-config --get-color: get configured colorJunio C Hamano
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape
2007-10-16git-config: handle --file option with relative pathname properlyGerrit Pape
2007-10-16git-config: don't silently ignore options after --listFrank Lichtenheld
2007-08-01Add an option to specify a file to config builtinAlex Riesen
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer
2007-06-27config: add support for --bool and --int while setting valuesFrank Lichtenheld
2007-06-27config: Add --null/-z option for null-delimted outputFrank Lichtenheld
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld
2007-04-19Update git-config documentationAndrew Ruder
2007-03-04git-config: document --rename-section, provide --remove-sectionPaolo Bonzini
2007-02-20config: read system-wide defaults from /etc/gitconfigJohannes Schindelin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince