47 Commits (53b3c47d64b4294ae586d1daa04f9140dadd9ae6)

Author SHA1 Message Date
Johan Herland 65807ee697 builtin-config: Fix crash when using "-f <relative path>" from non-root dir 15 years ago
Matthieu Moy 1349484e34 builtin-config: add --path option doing ~ and ~user expansion. 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras d212ca1724 git config: error when editing a repo config and not being in one 16 years ago
Carlos Rica bf71b4b3ee config: test for --replace-all with one argument and fix documentation. 16 years ago
Jeff King ba04822468 config: set help text for --bool-or-int 16 years ago
Felipe Contreras c238735894 git config: don't allow --get-color* and variable type 16 years ago
Felipe Contreras 225a9caf18 git config: don't allow extra arguments for -e or -l. 16 years ago
Felipe Contreras 16c1e93985 git config: don't allow multiple variable types 16 years ago
Felipe Contreras 67052c9dcf git config: don't allow multiple config file locations 16 years ago
Felipe Contreras d64ec16c2a git config: reorganize to use parseopt 16 years ago
Felipe Contreras 0e854a280a git config: reorganize get_color* 16 years ago
Felipe Contreras b408457f2e git config: trivial rename in preparation for parseopt 16 years ago
Johannes Schindelin 414f2e5337 git config: trivial cleanup for editor action 16 years ago
Felipe Contreras 4b951b7eb0 git config: codestyle cleanups 16 years ago
Felipe Contreras 3bec8ff99a config: Add new option to open an editor. 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Stephan Beyer 186458b11b Make non-static functions, that may be static, static 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Daniel Barkalow dc87183189 Only use GIT_CONFIG in "git config", not other programs 17 years ago
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. 19 years ago