summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-3/+10
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+7
| * config: make numeric parsing errors more clearJeff King2013-09-091-3/+3
* | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+25
|/
* t1300: document some aesthetic failures of the config editorJeff King2013-03-291-0/+35
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-211-129/+187
|\
| * git-config: do not complain about duplicate entriesJeff King2012-10-241-2/+4
| * t1300: test "git config --get-all" more thoroughlyJeff King2012-10-241-2/+7
| * t1300: remove redundant testJeff King2012-10-241-4/+0
| * t1300: style updatesJeff King2012-10-241-123/+178
* | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-201-0/+5
|\ \ | |/ |/|
| * config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-151-0/+5
* | Fix tests under GETTEXT_POISON on parseoptJiang Xin2012-08-271-1/+1
|/
* config: reject bogus section names for --rename-sectionJeff King2012-04-251-0/+8
* Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano2012-03-131-0/+31
|\
| * config: report errors at the EOL with correct line numberms/maint-config-error-at-eol-linecountMartin Stenberg2012-03-121-0/+31
| * Merge branch 'mm/maint-config-explicit-bool-display' into maintJunio C Hamano2011-10-211-0/+6
| |\
* | | config: stop using config_exclusive_filenameJeff King2012-02-171-0/+25
* | | t1300: add missing &&-chainingJeff King2012-02-171-1/+1
* | | test: fix '&&' chainingRamkumar Ramachandra2011-12-081-1/+1
* | | Merge branch 'jk/config-test-cleanup'Junio C Hamano2011-10-191-12/+7
|\ \ \
| * | | t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt2011-10-191-12/+7
* | | | Merge branch 'jk/config-test-cleanup'Junio C Hamano2011-10-171-83/+120
|\ \ \ \ | |/ / /
| * | | t1300: test mixed-case variable retrievalJeff King2011-10-121-0/+27
| * | | t1300: put git invocations inside test functionJeff King2011-10-121-83/+93
| |/ /
* | | Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano2011-10-171-0/+6
|\ \ \ | |/ / |/| / | |/
| * config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-101-0/+6
* | config: avoid segfault when parsing command-line configJeff King2011-06-221-0/+4
* | config: die on error in command-line configJeff King2011-06-221-0/+8
* | fix "git -c" parsing of values with equals signsJeff King2011-06-221-0/+6
* | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-011-0/+7
|\ \
| * | handle_options(): do not miscount how many arguments were usedJunio C Hamano2011-05-241-1/+1
| * | config: always parse GIT_CONFIG_PARAMETERS during git_configJeff King2011-05-241-0/+7
* | | Disallow empty section and variable namesLibor Pechacek2011-02-221-0/+4
* | | Sanity-check config variable namesLibor Pechacek2011-02-221-4/+14
| |/ |/|
* | config: treat non-existent config files as emptyJeff King2010-10-211-0/+29
|/
* Skip t1300.70 and 71 on msysGit.Pat Thoyts2010-10-011-3/+3
* Sync with 1.7.1.2Junio C Hamano2010-07-271-1/+23
|\
| * config --get --path: check for unset $HOMEJonathan Nieder2010-07-271-1/+23
* | Allow passing of configuration parameters in the command lineAlex Riesen2010-03-281-0/+8
|/
* Merge branch 'jh/maint-config-file-prefix'Junio C Hamano2010-01-271-0/+11
|\
| * builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland2010-01-261-0/+11
* | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-311-0/+28
* | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-051-0/+5
|\ \
| * | config: Keep inner whitespace verbatimBjörn Steinbrink2009-07-311-0/+5
| |/
* | After renaming a section, print any trailing variable definitionsAlex Vandiver2009-07-241-0/+22
|/
* Merge branch 'js/windows-tests'Junio C Hamano2009-03-241-1/+1
|\
| * Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-1/+1
* | Merge branch 'fc/parseopt-config'Junio C Hamano2009-03-201-1/+8
|\ \ | |/ |/|
| * config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-171-1/+8