aboutsummaryrefslogtreecommitdiff
path: root/builtin-config.c
Commit message (Expand)AuthorAge
* Merge branch 'jh/maint-config-file-prefix'Junio C Hamano2010-01-27
|\
| * builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland2010-01-26
* | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-31
* | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
|/
* git config: error when editing a repo config and not being in oneFelipe Contreras2009-04-29
* config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-17
* config: set help text for --bool-or-intJeff King2009-03-07
* git config: don't allow --get-color* and variable typeFelipe Contreras2009-02-21
* git config: don't allow extra arguments for -e or -l.Felipe Contreras2009-02-21
* git config: don't allow multiple variable typesFelipe Contreras2009-02-21
* git config: don't allow multiple config file locationsFelipe Contreras2009-02-21
* git config: reorganize to use parseoptFelipe Contreras2009-02-21
* git config: reorganize get_color*Felipe Contreras2009-02-21
* git config: trivial rename in preparation for parseoptFelipe Contreras2009-02-21
* git config: trivial cleanup for editor actionJohannes Schindelin2009-02-21
* git config: codestyle cleanupsFelipe Contreras2009-02-21
* config: Add new option to open an editor.Felipe Contreras2009-02-08
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-30
* Make non-static functions, that may be static, staticStephan Beyer2008-07-23
* Make usage strings dash-lessStephan Beyer2008-07-13
* Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow2008-07-01
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Merge branch 'mk/color'Junio C Hamano2008-04-19
|\
| * Use color.ui variable in scripts tooMatthias Kestenholz2008-04-10
* | Fix git_config_bool_or_intJunio C Hamano2008-04-13
|/
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-26
* Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-16
|\
| * allow suppressing of global and system configJeff King2008-02-06
* | builtin-config.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano2007-12-05
* git config --get-colorboolJunio C Hamano2007-12-05
* git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink2007-12-05
* git-config --get-color: get configured colorJunio C Hamano2007-11-28
* Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-14
* git-config: print error message if the config file cannot be readGerrit Pape2007-10-18
* git-config: handle --file option with relative pathname properlyGerrit Pape2007-10-15
* git-config: don't silently ignore options after --listFrank Lichtenheld2007-10-15
* Add an option to specify a file to config builtinAlex Riesen2007-07-31
* getenv/setenv: use constants if availableMatthias Lederhofer2007-07-02
* config: add support for --bool and --int while setting valuesFrank Lichtenheld2007-06-26
* config: Add --null/-z option for null-delimted outputFrank Lichtenheld2007-06-26
* config: Change output of --get-regexp for valueless keysFrank Lichtenheld2007-06-26
* Update git-config documentationAndrew Ruder2007-04-18
* git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-03
* config: read system-wide defaults from /etc/gitconfigJohannes Schindelin2007-02-19
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28