summaryrefslogtreecommitdiff
path: root/builtin-config.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-01Only use GIT_CONFIG in "git config", not other programsLibravatar Daniel Barkalow1-8/+7
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-12/+14
2008-04-19Merge branch 'mk/color'Libravatar Junio C Hamano1-1/+5
2008-04-13Fix git_config_bool_or_intLibravatar Junio C Hamano1-2/+20
2008-04-10Use color.ui variable in scripts tooLibravatar Matthias Kestenholz1-1/+5
2008-03-26Always set *nongit_ok in setup_git_directory_gently()Libravatar SZEDER Gábor1-1/+1
2008-02-16Merge branch 'jk/noetcconfig'Libravatar Junio C Hamano1-2/+3
2008-02-11builtin-config.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-06allow suppressing of global and system configLibravatar Jeff King1-2/+3
2007-12-05config --get-colorbool: diff.color is a deprecated synonym to color.diffLibravatar Junio C Hamano1-2/+16
2007-12-05git config --get-colorboolLibravatar Junio C Hamano1-1/+40
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchLibravatar Björn Steinbrink1-2/+1
2007-11-28git-config --get-color: get configured colorLibravatar Junio C Hamano1-3/+52
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Libravatar Johannes Sixt1-2/+2
2007-10-18git-config: print error message if the config file cannot be readLibravatar Gerrit Pape1-1/+4
2007-10-15git-config: handle --file option with relative pathname properlyLibravatar Gerrit Pape1-2/+7
2007-10-15git-config: don't silently ignore options after --listLibravatar Frank Lichtenheld1-1/+4
2007-07-31Add an option to specify a file to config builtinLibravatar Alex Riesen1-1/+8
2007-07-02getenv/setenv: use constants if availableLibravatar Matthias Lederhofer1-2/+2
2007-06-26config: add support for --bool and --int while setting valuesLibravatar Frank Lichtenheld1-13/+42
2007-06-26config: Add --null/-z option for null-delimted outputLibravatar Frank Lichtenheld1-5/+13
2007-06-26config: Change output of --get-regexp for valueless keysLibravatar Frank Lichtenheld1-2/+6
2007-04-18Update git-config documentationLibravatar Andrew Ruder1-1/+1
2007-03-03git-config: document --rename-section, provide --remove-sectionLibravatar Paolo Bonzini1-1/+14
2007-02-19config: read system-wide defaults from /etc/gitconfigLibravatar Johannes Schindelin1-3/+12
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-0/+220