| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -2/+2 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+2 |
* | git config: error when editing a repo config and not being in one | Felipe Contreras | 2009-04-29 | 1 | -0/+2 |
* | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 2009-03-17 | 1 | -1/+1 |
* | config: set help text for --bool-or-int | Jeff King | 2009-03-07 | 1 | -1/+1 |
* | git config: don't allow --get-color* and variable type | Felipe Contreras | 2009-02-21 | 1 | -0/+5 |
* | git config: don't allow extra arguments for -e or -l. | Felipe Contreras | 2009-02-21 | 1 | -0/+2 |
* | git config: don't allow multiple variable types | Felipe Contreras | 2009-02-21 | 1 | -12/+20 |
* | git config: don't allow multiple config file locations | Felipe Contreras | 2009-02-21 | 1 | -0/+5 |
* | git config: reorganize to use parseopt | Felipe Contreras | 2009-02-21 | 1 | -154/+195 |
* | git config: reorganize get_color* | Felipe Contreras | 2009-02-21 | 1 | -44/+18 |
* | git config: trivial rename in preparation for parseopt | Felipe Contreras | 2009-02-21 | 1 | -14/+18 |
* | git config: trivial cleanup for editor action | Johannes Schindelin | 2009-02-21 | 1 | -6/+3 |
* | git config: codestyle cleanups | Felipe Contreras | 2009-02-21 | 1 | -3/+3 |
* | config: Add new option to open an editor. | Felipe Contreras | 2009-02-08 | 1 | -1/+12 |
* | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 2008-10-30 | 1 | -1/+1 |
* | Make non-static functions, that may be static, static | Stephan Beyer | 2008-07-23 | 1 | -1/+1 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 2008-07-01 | 1 | -8/+7 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -12/+14 |
* | Merge branch 'mk/color' | Junio C Hamano | 2008-04-19 | 1 | -1/+5 |
|\ |
|
| * | Use color.ui variable in scripts too | Matthias Kestenholz | 2008-04-10 | 1 | -1/+5 |
* | | Fix git_config_bool_or_int | Junio C Hamano | 2008-04-13 | 1 | -2/+20 |
|/ |
|
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 | 1 | -1/+1 |
* | Merge branch 'jk/noetcconfig' | Junio C Hamano | 2008-02-16 | 1 | -2/+3 |
|\ |
|
| * | allow suppressing of global and system config | Jeff King | 2008-02-06 | 1 | -2/+3 |
* | | builtin-config.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+2 |
|/ |
|
* | config --get-colorbool: diff.color is a deprecated synonym to color.diff | Junio C Hamano | 2007-12-05 | 1 | -2/+16 |
* | git config --get-colorbool | Junio C Hamano | 2007-12-05 | 1 | -1/+40 |
* | git config: Don't rely on regexec() returning 1 on non-match | Björn Steinbrink | 2007-12-05 | 1 | -2/+1 |
* | git-config --get-color: get configured color | Junio C Hamano | 2007-11-28 | 1 | -3/+52 |
* | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 2007-11-14 | 1 | -2/+2 |
* | git-config: print error message if the config file cannot be read | Gerrit Pape | 2007-10-18 | 1 | -1/+4 |
* | git-config: handle --file option with relative pathname properly | Gerrit Pape | 2007-10-15 | 1 | -2/+7 |
* | git-config: don't silently ignore options after --list | Frank Lichtenheld | 2007-10-15 | 1 | -1/+4 |
* | Add an option to specify a file to config builtin | Alex Riesen | 2007-07-31 | 1 | -1/+8 |
* | getenv/setenv: use constants if available | Matthias Lederhofer | 2007-07-02 | 1 | -2/+2 |
* | config: add support for --bool and --int while setting values | Frank Lichtenheld | 2007-06-26 | 1 | -13/+42 |
* | config: Add --null/-z option for null-delimted output | Frank Lichtenheld | 2007-06-26 | 1 | -5/+13 |
* | config: Change output of --get-regexp for valueless keys | Frank Lichtenheld | 2007-06-26 | 1 | -2/+6 |
* | Update git-config documentation | Andrew Ruder | 2007-04-18 | 1 | -1/+1 |
* | git-config: document --rename-section, provide --remove-section | Paolo Bonzini | 2007-03-03 | 1 | -1/+14 |
* | config: read system-wide defaults from /etc/gitconfig | Johannes Schindelin | 2007-02-19 | 1 | -3/+12 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -0/+220 |