Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-14Make usage strings dash-lessStephan Beyer
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-20Merge branch 'mk/color'Junio C Hamano
2008-04-13Fix git_config_bool_or_intJunio C Hamano
2008-04-10Use color.ui variable in scripts tooMatthias Kestenholz
2008-03-27Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
2008-02-17Merge branch 'jk/noetcconfig'Junio C Hamano
2008-02-12builtin-config.c: guard config parser from value=NULLJunio C Hamano
2008-02-07allow suppressing of global and system configJeff King
2007-12-06config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano
2007-12-06git config --get-colorboolJunio C Hamano
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink
2007-11-29git-config --get-color: get configured colorJunio C Hamano
2007-11-15Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt
2007-10-18git-config: print error message if the config file cannot be readGerrit Pape
2007-10-16git-config: handle --file option with relative pathname properlyGerrit Pape
2007-10-16git-config: don't silently ignore options after --listFrank Lichtenheld
2007-08-01Add an option to specify a file to config builtinAlex Riesen
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer
2007-06-27config: add support for --bool and --int while setting valuesFrank Lichtenheld
2007-06-27config: Add --null/-z option for null-delimted outputFrank Lichtenheld
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld
2007-04-19Update git-config documentationAndrew Ruder
2007-03-04git-config: document --rename-section, provide --remove-sectionPaolo Bonzini
2007-02-20config: read system-wide defaults from /etc/gitconfigJohannes Schindelin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince