summaryrefslogtreecommitdiff
path: root/builtin-config.c
AgeCommit message (Expand)Author
2010-01-27Merge branch 'jh/maint-config-file-prefix'Junio C Hamano
2010-01-26builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland
2009-12-31builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-29git config: error when editing a repo config and not being in oneFelipe Contreras
2009-03-17config: test for --replace-all with one argument and fix documentation.Carlos Rica
2009-03-07config: set help text for --bool-or-intJeff King
2009-02-22git config: don't allow --get-color* and variable typeFelipe Contreras
2009-02-22git config: don't allow extra arguments for -e or -l.Felipe Contreras
2009-02-22git config: don't allow multiple variable typesFelipe Contreras
2009-02-22git config: don't allow multiple config file locationsFelipe Contreras
2009-02-22git config: reorganize to use parseoptFelipe Contreras
2009-02-22git config: reorganize get_color*Felipe Contreras
2009-02-22git config: trivial rename in preparation for parseoptFelipe Contreras
2009-02-22git config: trivial cleanup for editor actionJohannes Schindelin
2009-02-22git config: codestyle cleanupsFelipe Contreras
2009-02-08config: Add new option to open an editor.Felipe Contreras
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-20Merge branch 'mk/color'Junio C Hamano
2008-04-13Fix git_config_bool_or_intJunio C Hamano
2008-04-10Use color.ui variable in scripts tooMatthias Kestenholz
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
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