42 Commits (dd0d388c44c28ebc021a24eeddc60287d4ea249c)

Author SHA1 Message Date
Carlos Martín Nieto 962c38eedd config: don't segfault when given --path with a missing value 12 years ago
Ramsay Jones 5ba1a8a735 builtin/config.c: Fix a sparse warning 12 years ago
Jeff King e895589883 git-config: use git_config_with_options 12 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 12 years ago
Jeff King 7acdd6f0bc git-config: collect values instead of immediately printing 12 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 12 years ago
Jeff King 35998c8938 git-config: remove memory leak of key regexp 12 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Jeff King ba8bd8300a config: warn on inaccessible files 13 years ago
Nguyễn Thái Ngọc Duy 1bd31ce691 i18n: config: mark parseopt strings for translation 13 years ago
Junio C Hamano 9409c7a5b3 config: "git config baa" should exit with status 1 13 years ago
Matthieu Moy e3ebc35b16 config: fix several access(NULL) calls 13 years ago
Huynh Khoi Nguyen Nguyen 0e8593dc5b config: write to $XDG_CONFIG_HOME/git/config file when appropriate 13 years ago
Huynh Khoi Nguyen Nguyen 21cf322791 config: read (but not write) from $XDG_CONFIG_HOME/git/config file 13 years ago
René Scharfe b3065bdc03 config: remove useless assignment 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King 270a34438b config: stop using config_exclusive_filename 13 years ago
Jeff King 839de25272 config: copy the return value of prefix_filename 13 years ago
Jelmer Vernooij 67e223edc4 Fix an incorrect reference to --set-all. 13 years ago
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 13 years ago
Jeff King c659f55b31 config: refactor get_colorbool function 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 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 15 years ago
Sverre Rabbelier 57210a678a config: add --local option 15 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