summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
AgeCommit message (Expand)Author
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
2009-03-07t1300: use test_must_fail as appropriateJeff King
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-04-13Fix git_config_bool_or_intJunio C Hamano
2008-03-13more tr portability test script fixesJeff King
2008-02-11Merge branch 'maint'Junio C Hamano
2008-02-11config: Fix --unset for continuation linesFrank Lichtenheld
2008-02-07config: add test cases for empty value and no value config variables.Christian Couder
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-08-01Add a test for git-config --fileAlex Riesen
2007-07-27Add test for symlinked configuration file updates.Junio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-01Merge branch 'fl/config'Junio C Hamano
2007-06-29Avoid perl in t1300-repo-configAlex Riesen
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-27Merge branch 'maint'Junio C Hamano
2007-06-27config: Change output of --get-regexp for valueless keysFrank Lichtenheld
2007-06-07War on whitespaceJunio C Hamano
2007-05-20t1300: Add tests for git-config --bool --getFrank Lichtenheld
2007-05-13git-config: test for 'do not forget "a.b.var" ends "a.var" section'.Steffen Prohaska
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2007-03-04git-config: document --rename-section, provide --remove-sectionPaolo Bonzini
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-24t/t1300-repo-config.sh: value continued on next lineJakub Narebski
2007-01-20config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-09Auto-quote config values in config.c:store_write_pair()Brian Gernhardt
2006-12-31Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce
2006-12-16add a function to rename sections in the configJohannes Schindelin
2006-12-16Add --add option to git-repo-configBrian Gernhardt
2006-06-20Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin