summaryrefslogtreecommitdiff
path: root/builtin-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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