aboutsummaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-02-11
|\
| * config: Fix --unset for continuation linesFrank Lichtenheld2008-02-10
* | config: add test cases for empty value and no value config variables.Christian Couder2008-02-06
* | Sane use of test_expect_failureJunio C Hamano2008-02-01
|/
* Improve error messages when int/long cannot be parsed from configShawn O. Pearce2007-12-26
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-17
* Add a test for git-config --fileAlex Riesen2007-07-31
* Add test for symlinked configuration file updates.Junio C Hamano2007-07-27
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Merge branch 'fl/config'Junio C Hamano2007-06-30
|\
| * config: add support for --bool and --int while setting valuesFrank Lichtenheld2007-06-26
* | Avoid perl in t1300-repo-configAlex Riesen2007-06-28
|/
* config: Add --null/-z option for null-delimted outputFrank Lichtenheld2007-06-26
* Merge branch 'maint'Junio C Hamano2007-06-26
|\
| * config: Change output of --get-regexp for valueless keysFrank Lichtenheld2007-06-26
* | War on whitespaceJunio C Hamano2007-06-07
|/
* t1300: Add tests for git-config --bool --getFrank Lichtenheld2007-05-20
* git-config: test for 'do not forget "a.b.var" ends "a.var" section'.Steffen Prohaska2007-05-13
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-10
|\
| * Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-04
* | git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-03
|/
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* t/t1300-repo-config.sh: value continued on next lineJakub Narebski2007-01-23
* config_set_multivar(): disallow newlines in keysJohannes Schindelin2007-01-19
* Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2007-01-08
* Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce2006-12-30
* add a function to rename sections in the configJohannes Schindelin2006-12-16
* Add --add option to git-repo-configBrian Gernhardt2006-12-15
* Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin2006-06-19
* Merge branch 'fix'Junio C Hamano2006-05-15
|\
| * git config syntax updatesLinus Torvalds2006-05-13
* | t1300-repo-config: two new config parsing tests.sean2006-05-06
* | repo-config: support --get-regexpJohannes Schindelin2006-05-02
|/
* repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca2006-03-07
* tests: make scripts executableJunio C Hamano2005-12-19
* config.c: remove unnecessary header in minimum configuration file.Junio C Hamano2005-12-05
* Rename git-config-set to git-repo-configJohannes Schindelin2005-11-24