summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | t1300: use test_must_fail as appropriateJeff King2009-03-071-5/+5
|/
* maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-241-0/+10
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-9/+10
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-4/+4
* Fix git_config_bool_or_intJunio C Hamano2008-04-131-0/+58
* more tr portability test script fixesJeff King2008-03-131-2/+2
* Merge branch 'maint'Junio C Hamano2008-02-111-0/+19
|\
| * config: Fix --unset for continuation linesFrank Lichtenheld2008-02-101-0/+19
* | config: add test cases for empty value and no value config variables.Christian Couder2008-02-061-0/+23
* | Sane use of test_expect_failureJunio C Hamano2008-02-011-16/+23
|/
* Improve error messages when int/long cannot be parsed from configShawn O. Pearce2007-12-261-0/+17
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-171-2/+2
* Add a test for git-config --fileAlex Riesen2007-07-311-0/+6
* Add test for symlinked configuration file updates.Junio C Hamano2007-07-271-0/+15
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-76/+76
* Merge branch 'fl/config'Junio C Hamano2007-06-301-1/+47
|\
| * config: add support for --bool and --int while setting valuesFrank Lichtenheld2007-06-261-1/+47
* | Avoid perl in t1300-repo-configAlex Riesen2007-06-281-12/+10
|/
* config: Add --null/-z option for null-delimted outputFrank Lichtenheld2007-06-261-0/+32
* Merge branch 'maint'Junio C Hamano2007-06-261-0/+6
|\
| * config: Change output of --get-regexp for valueless keysFrank Lichtenheld2007-06-261-0/+6
* | War on whitespaceJunio C Hamano2007-06-071-1/+0
|/
* t1300: Add tests for git-config --bool --getFrank Lichtenheld2007-05-201-0/+34
* git-config: test for 'do not forget "a.b.var" ends "a.var" section'.Steffen Prohaska2007-05-131-0/+19
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-101-4/+4
|\
| * Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-3/+3
* | git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-031-0/+16
|/
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-51/+51
* t/t1300-repo-config.sh: value continued on next lineJakub Narebski2007-01-231-0/+20
* config_set_multivar(): disallow newlines in keysJohannes Schindelin2007-01-191-0/+6
* Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2007-01-081-0/+17
* Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce2006-12-301-0/+10
* add a function to rename sections in the configJohannes Schindelin2006-12-161-0/+48
* Add --add option to git-repo-configBrian Gernhardt2006-12-151-0/+10
* Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin2006-06-191-0/+24
* Merge branch 'fix'Junio C Hamano2006-05-151-4/+4
|\
| * git config syntax updatesLinus Torvalds2006-05-131-3/+3
* | t1300-repo-config: two new config parsing tests.sean2006-05-061-0/+31
* | repo-config: support --get-regexpJohannes Schindelin2006-05-021-0/+23
|/
* repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca2006-03-071-0/+8