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