1. 1349484 builtin-config: add --path option doing ~ and ~user expansion. by Matthieu Moy · 15 years ago
  2. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  3. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  4. d212ca1 git config: error when editing a repo config and not being in one by Felipe Contreras · 16 years ago
  5. bf71b4b config: test for --replace-all with one argument and fix documentation. by Carlos Rica · 16 years ago
  6. ba04822 config: set help text for --bool-or-int by Jeff King · 16 years ago
  7. c238735 git config: don't allow --get-color* and variable type by Felipe Contreras · 16 years ago
  8. 225a9ca git config: don't allow extra arguments for -e or -l. by Felipe Contreras · 16 years ago
  9. 16c1e93 git config: don't allow multiple variable types by Felipe Contreras · 16 years ago
  10. 67052c9 git config: don't allow multiple config file locations by Felipe Contreras · 16 years ago
  11. d64ec16 git config: reorganize to use parseopt by Felipe Contreras · 16 years ago
  12. 0e854a2 git config: reorganize get_color* by Felipe Contreras · 16 years ago
  13. b408457 git config: trivial rename in preparation for parseopt by Felipe Contreras · 16 years ago
  14. 414f2e5 git config: trivial cleanup for editor action by Johannes Schindelin · 16 years ago
  15. 4b951b7 git config: codestyle cleanups by Felipe Contreras · 16 years ago
  16. 3bec8ff config: Add new option to open an editor. by Felipe Contreras · 16 years ago
  17. a4f34cb Use git_pathdup instead of xstrdup(git_path(...)) by Alex Riesen · 16 years ago
  18. 186458b Make non-static functions, that may be static, static by Stephan Beyer · 17 years ago
  19. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  20. dc87183 Only use GIT_CONFIG in "git config", not other programs by Daniel Barkalow · 17 years ago
  21. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  22. dc46fa3 Merge branch 'mk/color' by Junio C Hamano · 17 years ago
  23. c35b0b5 Fix git_config_bool_or_int by Junio C Hamano · 17 years ago
  24. 4d4f5ba Use color.ui variable in scripts too by Matthias Kestenholz · 17 years ago
  25. af05d67 Always set *nongit_ok in setup_git_directory_gently() by SZEDER Gábor · 17 years ago
  26. fef1c4c Merge branch 'jk/noetcconfig' by Junio C Hamano · 17 years ago
  27. f769982 builtin-config.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  28. ab88c36 allow suppressing of global and system config by Jeff King · 17 years ago
  29. 69243c2 config --get-colorbool: diff.color is a deprecated synonym to color.diff by Junio C Hamano · 17 years ago
  30. 0f6f5a4 git config --get-colorbool by Junio C Hamano · 17 years ago
  31. 9e4bbeb git config: Don't rely on regexec() returning 1 on non-match by Björn Steinbrink · 17 years ago
  32. 9ce0352 git-config --get-color: get configured color by Junio C Hamano · 17 years ago
  33. 506b17b Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. by Johannes Sixt · 17 years ago
  34. 93a56c2 git-config: print error message if the config file cannot be read by Gerrit Pape · 17 years ago
  35. 1ae14a6 git-config: handle --file option with relative pathname properly by Gerrit Pape · 17 years ago
  36. a72c874 git-config: don't silently ignore options after --list by Frank Lichtenheld · 17 years ago
  37. 67d454f Add an option to specify a file to config builtin by Alex Riesen · 18 years ago
  38. 7627943 getenv/setenv: use constants if available by Matthias Lederhofer · 18 years ago
  39. db1696b config: add support for --bool and --int while setting values by Frank Lichtenheld · 18 years ago
  40. 2275d50 config: Add --null/-z option for null-delimted output by Frank Lichtenheld · 18 years ago
  41. b69ba46 config: Change output of --get-regexp for valueless keys by Frank Lichtenheld · 18 years ago
  42. 9bc20aa Update git-config documentation by Andrew Ruder · 18 years ago
  43. 118f8b2 git-config: document --rename-section, provide --remove-section by Paolo Bonzini · 18 years ago
  44. 32043c9 config: read system-wide defaults from /etc/gitconfig by Johannes Schindelin · 18 years ago
  45. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago[Renamed (94%) from builtin-repo-config.c]
  46. aa1cef5 Merge branch 'jc/clone' by Junio C Hamano · 18 years ago
  47. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  48. d4ebc36 Use preprocessor constants for environment variable names. by Junio C Hamano · 18 years ago
  49. 0667fcf add a function to rename sections in the config by Johannes Schindelin · 18 years ago
  50. 89c4afe Add --add option to git-repo-config by Brian Gernhardt · 18 years ago
  51. 34eb334 Add --global option to git-repo-config. by Sean · 18 years ago
  52. 69de8cc Merge branch 'jc/gitpm' by Junio C Hamano · 18 years ago
  53. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  54. 2d7320d Use xmalloc instead of malloc by Jonas Fonseca · 19 years ago
  55. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  56. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  57. 9673198 Merge branch 'master' into pb/gitpm by Junio C Hamano · 19 years ago
  58. e12c095 Make git-repo-config a builtin by Matthias Kestenholz · 19 years ago[Renamed (97%) from repo-config.c]
  59. 96bc4de Eliminate Scalar::Util usage from private-Error.pm by Petr Baudis · 19 years ago
  60. acb7014 repo-config: fix printing of bool by Junio C Hamano · 19 years ago
  61. 92a28be repo-config: Fix late-night bug by Johannes Schindelin · 19 years ago
  62. 5f1a63e Read configuration also from $HOME/.gitconfig by Johannes Schindelin · 19 years ago
  63. 4d599e6 bogus "fatal: Not a git repository" by Linus Torvalds · 19 years ago
  64. 8d48ad6 Merge branch 'lt/fix-config' into lt/config by Junio C Hamano · 19 years ago
  65. d14f776 git config syntax updates by Linus Torvalds · 19 years ago
  66. 8f5ff31 repo-config: deconvolute logics by Johannes Schindelin · 19 years ago
  67. e098c6f repo-config: readability fixups. by Junio C Hamano · 19 years ago
  68. 2fa9a0f repo-config: support --get-regexp by Johannes Schindelin · 19 years ago
  69. cfa24e1 repo-config: fix segfault with no argument. by Johannes Schindelin · 19 years ago
  70. de791f1 git-repo-config --list support by Petr Baudis · 19 years ago
  71. f067a13 repo-config: give value_ a sane default so regexec won't segfault by Jonas Fonseca · 19 years ago
  72. 7162dff Add support for explicit type specifiers when calling git-repo-config by Petr Baudis · 19 years ago
  73. 0a15217 AIX compile fix for repo-config.c by Amos Waterland · 19 years ago
  74. ee72aea Rename git-config-set to git-repo-config by Johannes Schindelin · 19 years ago[Renamed (95%) from config-set.c]
  75. 3dd94e3 git-config-set: Properly terminate strings with '\0' by Johannes Schindelin · 19 years ago
  76. f98d863 git-config-set: support selecting values by non-matching regex by Johannes Schindelin · 19 years ago
  77. 4ddba79 git-config-set: add more options by Johannes Schindelin · 19 years ago
  78. 1b1e59c Add git-config-set, a simple helper for scripts to set config variables by Johannes Schindelin · 19 years ago