25 Commits (196821f440d46029f0399a7d97c0cfc78a870244)

Author SHA1 Message Date
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano c35b0b5884 Fix git_config_bool_or_int 17 years ago
Matthias Kestenholz 4d4f5ba3ea Use color.ui variable in scripts too 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago
Junio C Hamano f769982d02 builtin-config.c: guard config parser from value=NULL 17 years ago
Jeff King ab88c36321 allow suppressing of global and system config 17 years ago
Junio C Hamano 69243c2b95 config --get-colorbool: diff.color is a deprecated synonym to color.diff 17 years ago
Junio C Hamano 0f6f5a4022 git config --get-colorbool 17 years ago
Björn Steinbrink 9e4bbeb95f git config: Don't rely on regexec() returning 1 on non-match 17 years ago
Junio C Hamano 9ce0352258 git-config --get-color: get configured color 17 years ago
Johannes Sixt 506b17b136 Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. 17 years ago
Gerrit Pape 93a56c2cf7 git-config: print error message if the config file cannot be read 17 years ago
Gerrit Pape 1ae14a6b52 git-config: handle --file option with relative pathname properly 17 years ago
Frank Lichtenheld a72c874e43 git-config: don't silently ignore options after --list 17 years ago
Alex Riesen 67d454fed6 Add an option to specify a file to config builtin 18 years ago
Matthias Lederhofer 7627943a1b getenv/setenv: use constants if available 18 years ago
Frank Lichtenheld db1696b8ab config: add support for --bool and --int while setting values 18 years ago
Frank Lichtenheld 2275d50211 config: Add --null/-z option for null-delimted output 18 years ago
Frank Lichtenheld b69ba460bb config: Change output of --get-regexp for valueless keys 18 years ago
Andrew Ruder 9bc20aa731 Update git-config documentation 18 years ago
Paolo Bonzini 118f8b2413 git-config: document --rename-section, provide --remove-section 18 years ago
Johannes Schindelin 32043c9f8c config: read system-wide defaults from /etc/gitconfig 18 years ago
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano d4ebc36c5e Use preprocessor constants for environment variable names. 18 years ago
Johannes Schindelin 0667fcfb62 add a function to rename sections in the config 18 years ago
Brian Gernhardt 89c4afe0d0 Add --add option to git-repo-config 18 years ago
Sean 34eb33407d Add --global option to git-repo-config. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Matthias Kestenholz e12c095aa6 Make git-repo-config a builtin 19 years ago
Petr Baudis dc2613de86 Git.pm: Add config() method 19 years ago
Junio C Hamano acb70149bc repo-config: fix printing of bool 19 years ago
Johannes Schindelin 92a28be0ce repo-config: Fix late-night bug 19 years ago
Johannes Schindelin 5f1a63e0ef Read configuration also from $HOME/.gitconfig 19 years ago
Linus Torvalds 4d599e6bb4 bogus "fatal: Not a git repository" 19 years ago
Linus Torvalds d14f776402 git config syntax updates 19 years ago
Johannes Schindelin 8f5ff31f8e repo-config: deconvolute logics 19 years ago
Junio C Hamano e098c6f82a repo-config: readability fixups. 19 years ago
Johannes Schindelin 2fa9a0fb31 repo-config: support --get-regexp 19 years ago
Johannes Schindelin cfa24e184a repo-config: fix segfault with no argument. 19 years ago
Petr Baudis de791f15a1 git-repo-config --list support 19 years ago
Jonas Fonseca f067a13745 repo-config: give value_ a sane default so regexec won't segfault 19 years ago
Petr Baudis 7162dff3dd Add support for explicit type specifiers when calling git-repo-config 19 years ago
Amos Waterland 0a15217184 AIX compile fix for repo-config.c 19 years ago
Johannes Schindelin ee72aeaf00 Rename git-config-set to git-repo-config 19 years ago
Johannes Schindelin 3dd94e3b2e git-config-set: Properly terminate strings with '\0' 19 years ago
Johannes Schindelin f98d863d21 git-config-set: support selecting values by non-matching regex 19 years ago