aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-config.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Make non-static functions, that may be static, staticStephan Beyer1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow1-8/+7
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-12/+14
2008-04-19Merge branch 'mk/color'Junio C Hamano1-1/+5
2008-04-13Fix git_config_bool_or_intJunio C Hamano1-2/+20
2008-04-10Use color.ui variable in scripts tooMatthias Kestenholz1-1/+5
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor1-1/+1
2008-02-16Merge branch 'jk/noetcconfig'Junio C Hamano1-2/+3
2008-02-11builtin-config.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-06allow suppressing of global and system configJeff King1-2/+3
2007-12-05config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano1-2/+16
2007-12-05git config --get-colorboolJunio C Hamano1-1/+40
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink1-2/+1
2007-11-28git-config --get-color: get configured colorJunio C Hamano1-3/+52
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt1-2/+2
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape1-1/+4
2007-10-15git-config: handle --file option with relative pathname properlyGerrit Pape1-2/+7
2007-10-15git-config: don't silently ignore options after --listFrank Lichtenheld1-1/+4
2007-07-31Add an option to specify a file to config builtinAlex Riesen1-1/+8
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer1-2/+2
2007-06-26config: add support for --bool and --int while setting valuesFrank Lichtenheld1-13/+42
2007-06-26config: Add --null/-z option for null-delimted outputFrank Lichtenheld1-5/+13
2007-06-26config: Change output of --get-regexp for valueless keysFrank Lichtenheld1-2/+6
2007-04-18Update git-config documentationAndrew Ruder1-1/+1
2007-03-03git-config: document --rename-section, provide --remove-sectionPaolo Bonzini1-1/+14
2007-02-19config: read system-wide defaults from /etc/gitconfigJohannes Schindelin1-3/+12
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-0/+220