summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
AgeCommit message (Expand)Author
2013-09-12Merge branch 'jk/config-int-range-check'Junio C Hamano
2013-09-09git-config: always treat --int as 64-bit internallyJeff King
2013-09-09config: make numeric parsing errors more clearJeff King
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano
2013-03-29t1300: document some aesthetic failures of the config editorJeff King
2012-11-21Merge branch 'jk/config-ignore-duplicates'Junio C Hamano
2012-11-20Merge branch 'cn/config-missing-path'Junio C Hamano
2012-11-16config: don't segfault when given --path with a missing valueCarlos Martín Nieto
2012-10-24git-config: do not complain about duplicate entriesJeff King
2012-10-24t1300: test "git config --get-all" more thoroughlyJeff King
2012-10-24t1300: remove redundant testJeff King
2012-10-24t1300: style updatesJeff King
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin
2012-04-26config: reject bogus section names for --rename-sectionJeff King
2012-03-13Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano
2012-03-12config: report errors at the EOL with correct line numberMartin Stenberg
2012-02-17config: stop using config_exclusive_filenameJeff King
2012-02-17t1300: add missing &&-chainingJeff King
2011-12-09test: fix '&&' chainingRamkumar Ramachandra
2011-10-21Merge branch 'mm/maint-config-explicit-bool-display' into maintJunio C Hamano
2011-10-19Merge branch 'jk/config-test-cleanup'Junio C Hamano
2011-10-19t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt
2011-10-18Merge branch 'jk/config-test-cleanup'Junio C Hamano
2011-10-18Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano
2011-10-12t1300: test mixed-case variable retrievalJeff King
2011-10-12t1300: put git invocations inside test functionJeff King
2011-10-10config: display key_delim for config --bool --get-regexpMatthieu Moy
2011-06-22config: avoid segfault when parsing command-line configJeff King
2011-06-22config: die on error in command-line configJeff King
2011-06-22fix "git -c" parsing of values with equals signsJeff King
2011-06-01Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano
2011-05-24handle_options(): do not miscount how many arguments were usedJunio C Hamano
2011-05-24config: always parse GIT_CONFIG_PARAMETERS during git_configJeff King
2011-02-22Disallow empty section and variable namesLibor Pechacek
2011-02-22Sanity-check config variable namesLibor Pechacek
2010-10-21config: treat non-existent config files as emptyJeff King
2010-10-01Skip t1300.70 and 71 on msysGit.Pat Thoyts
2010-07-27Sync with 1.7.1.2Junio C Hamano
2010-07-27config --get --path: check for unset $HOMEJonathan Nieder
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-01-27Merge branch 'jh/maint-config-file-prefix'Junio C Hamano
2010-01-26builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland
2009-12-31builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink
2009-07-25After renaming a section, print any trailing variable definitionsAlex Vandiver
2009-03-24Merge branch 'js/windows-tests'Junio C Hamano
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2009-03-20Merge branch 'fc/parseopt-config'Junio C Hamano
2009-03-17config: test for --replace-all with one argument and fix documentation.Carlos Rica