Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | Make non-static functions, that may be static, static | Stephan Beyer | 1 | -1/+1 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-07-01 | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 1 | -8/+7 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -12/+14 |
2008-04-19 | Merge branch 'mk/color' | Junio C Hamano | 1 | -1/+5 |
2008-04-13 | Fix git_config_bool_or_int | Junio C Hamano | 1 | -2/+20 |
2008-04-10 | Use color.ui variable in scripts too | Matthias Kestenholz | 1 | -1/+5 |
2008-03-26 | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 1 | -1/+1 |
2008-02-16 | Merge branch 'jk/noetcconfig' | Junio C Hamano | 1 | -2/+3 |
2008-02-11 | builtin-config.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
2008-02-06 | allow suppressing of global and system config | Jeff King | 1 | -2/+3 |
2007-12-05 | config --get-colorbool: diff.color is a deprecated synonym to color.diff | Junio C Hamano | 1 | -2/+16 |
2007-12-05 | git config --get-colorbool | Junio C Hamano | 1 | -1/+40 |
2007-12-05 | git config: Don't rely on regexec() returning 1 on non-match | Björn Steinbrink | 1 | -2/+1 |
2007-11-28 | git-config --get-color: get configured color | Junio C Hamano | 1 | -3/+52 |
2007-11-14 | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 1 | -2/+2 |
2007-10-18 | git-config: print error message if the config file cannot be read | Gerrit Pape | 1 | -1/+4 |
2007-10-15 | git-config: handle --file option with relative pathname properly | Gerrit Pape | 1 | -2/+7 |
2007-10-15 | git-config: don't silently ignore options after --list | Frank Lichtenheld | 1 | -1/+4 |
2007-07-31 | Add an option to specify a file to config builtin | Alex Riesen | 1 | -1/+8 |
2007-07-02 | getenv/setenv: use constants if available | Matthias Lederhofer | 1 | -2/+2 |
2007-06-26 | config: add support for --bool and --int while setting values | Frank Lichtenheld | 1 | -13/+42 |
2007-06-26 | config: Add --null/-z option for null-delimted output | Frank Lichtenheld | 1 | -5/+13 |
2007-06-26 | config: Change output of --get-regexp for valueless keys | Frank Lichtenheld | 1 | -2/+6 |
2007-04-18 | Update git-config documentation | Andrew Ruder | 1 | -1/+1 |
2007-03-03 | git-config: document --rename-section, provide --remove-section | Paolo Bonzini | 1 | -1/+14 |
2007-02-19 | config: read system-wide defaults from /etc/gitconfig | Johannes Schindelin | 1 | -3/+12 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -0/+220 |