aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-config.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-496/+0
2010-01-27Merge branch 'jh/maint-config-file-prefix'Junio C Hamano1-1/+1
2010-01-26builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland1-1/+1
2009-12-31builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy1-1/+19
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-2/+2
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-04-29git config: error when editing a repo config and not being in oneFelipe Contreras1-0/+2
2009-03-17config: test for --replace-all with one argument and fix documentation.Carlos Rica1-1/+1
2009-03-07config: set help text for --bool-or-intJeff King1-1/+1
2009-02-21git config: don't allow --get-color* and variable typeFelipe Contreras1-0/+5
2009-02-21git config: don't allow extra arguments for -e or -l.Felipe Contreras1-0/+2
2009-02-21git config: don't allow multiple variable typesFelipe Contreras1-12/+20
2009-02-21git config: don't allow multiple config file locationsFelipe Contreras1-0/+5
2009-02-21git config: reorganize to use parseoptFelipe Contreras1-154/+195
2009-02-21git config: reorganize get_color*Felipe Contreras1-44/+18
2009-02-21git config: trivial rename in preparation for parseoptFelipe Contreras1-14/+18
2009-02-21git config: trivial cleanup for editor actionJohannes Schindelin1-6/+3
2009-02-21git config: codestyle cleanupsFelipe Contreras1-3/+3
2009-02-08config: Add new option to open an editor.Felipe Contreras1-1/+12
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-1/+1
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