17 Commits (ae8e4c9ce10ea9439a88b79a40aeff4696d40416)

Author SHA1 Message Date
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 13 years ago
Jeff King c659f55b31 config: refactor get_colorbool function 13 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 13 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 13 years ago
Michael J Gruber 5a2df368c2 config: Give error message when not changing a multivar 14 years ago
Jonathan Nieder 8f323c00dd config: drop support for GIT_CONFIG_NOGLOBAL 14 years ago
Libor Pechacek b09c53a3e3 Sanity-check config variable names 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
René Scharfe 6390c905dc repo-config: add deprecation warning 14 years ago
Nguyễn Thái Ngọc Duy 3ba7e6e29a config: run setup_git_directory_gently() sooner 14 years ago
Sverre Rabbelier 57210a678a config: add --local option 14 years ago
Alex Riesen 8b1fa77867 Allow passing of configuration parameters in the command line 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
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