summaryrefslogtreecommitdiff
path: root/builtin-config.c
Commit message (Expand)AuthorAgeFilesLines
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-2/+2
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+2
* git config: error when editing a repo config and not being in oneFelipe Contreras2009-04-291-0/+2
* config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-171-1/+1
* config: set help text for --bool-or-intJeff King2009-03-071-1/+1
* git config: don't allow --get-color* and variable typeFelipe Contreras2009-02-211-0/+5
* git config: don't allow extra arguments for -e or -l.Felipe Contreras2009-02-211-0/+2
* git config: don't allow multiple variable typesFelipe Contreras2009-02-211-12/+20
* git config: don't allow multiple config file locationsFelipe Contreras2009-02-211-0/+5
* git config: reorganize to use parseoptFelipe Contreras2009-02-211-154/+195
* git config: reorganize get_color*Felipe Contreras2009-02-211-44/+18
* git config: trivial rename in preparation for parseoptFelipe Contreras2009-02-211-14/+18
* git config: trivial cleanup for editor actionJohannes Schindelin2009-02-211-6/+3
* git config: codestyle cleanupsFelipe Contreras2009-02-211-3/+3
* config: Add new option to open an editor.Felipe Contreras2009-02-081-1/+12
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
* Make non-static functions, that may be static, staticStephan Beyer2008-07-231-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow2008-07-011-8/+7
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-12/+14
* Merge branch 'mk/color'Junio C Hamano2008-04-191-1/+5
|\
| * Use color.ui variable in scripts tooMatthias Kestenholz2008-04-101-1/+5
* | Fix git_config_bool_or_intJunio C Hamano2008-04-131-2/+20
|/
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-261-1/+1
* Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-161-2/+3
|\
| * allow suppressing of global and system configJeff King2008-02-061-2/+3
* | builtin-config.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano2007-12-051-2/+16
* git config --get-colorboolJunio C Hamano2007-12-051-1/+40
* git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink2007-12-051-2/+1
* git-config --get-color: get configured colorJunio C Hamano2007-11-281-3/+52
* Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-141-2/+2
* git-config: print error message if the config file cannot be readGerrit Pape2007-10-181-1/+4
* git-config: handle --file option with relative pathname properlyGerrit Pape2007-10-151-2/+7
* git-config: don't silently ignore options after --listFrank Lichtenheld2007-10-151-1/+4
* Add an option to specify a file to config builtinAlex Riesen2007-07-311-1/+8
* getenv/setenv: use constants if availableMatthias Lederhofer2007-07-021-2/+2
* config: add support for --bool and --int while setting valuesFrank Lichtenheld2007-06-261-13/+42
* config: Add --null/-z option for null-delimted outputFrank Lichtenheld2007-06-261-5/+13
* config: Change output of --get-regexp for valueless keysFrank Lichtenheld2007-06-261-2/+6
* Update git-config documentationAndrew Ruder2007-04-181-1/+1
* git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-031-1/+14
* config: read system-wide defaults from /etc/gitconfigJohannes Schindelin2007-02-191-3/+12
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-0/+220