index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t1300-repo-config.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow empty section and variable names
Libor Pechacek
2011-02-23
1
-0
/
+4
*
Sanity-check config variable names
Libor Pechacek
2011-02-23
1
-4
/
+14
*
config: treat non-existent config files as empty
Jeff King
2010-10-22
1
-0
/
+29
*
Skip t1300.70 and 71 on msysGit.
Pat Thoyts
2010-10-02
1
-3
/
+3
*
Sync with 1.7.1.2
Junio C Hamano
2010-07-28
1
-1
/
+23
|
\
|
*
config --get --path: check for unset $HOME
Jonathan Nieder
2010-07-27
1
-1
/
+23
*
|
Allow passing of configuration parameters in the command line
Alex Riesen
2010-03-28
1
-0
/
+8
|
/
*
Merge branch 'jh/maint-config-file-prefix'
Junio C Hamano
2010-01-27
1
-0
/
+11
|
\
|
*
builtin-config: Fix crash when using "-f <relative path>" from non-root dir
Johan Herland
2010-01-26
1
-0
/
+11
*
|
builtin-config: add --path option doing ~ and ~user expansion.
Matthieu Moy
2009-12-31
1
-0
/
+28
*
|
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
2009-08-05
1
-0
/
+5
|
\
\
|
*
|
config: Keep inner whitespace verbatim
Björn Steinbrink
2009-07-31
1
-0
/
+5
|
|
/
*
/
After renaming a section, print any trailing variable definitions
Alex Vandiver
2009-07-25
1
-0
/
+22
|
/
*
Merge branch 'js/windows-tests'
Junio C Hamano
2009-03-24
1
-1
/
+1
|
\
|
*
Use prerequisite tags to skip tests that depend on symbolic links
Johannes Sixt
2009-03-22
1
-1
/
+1
*
|
Merge branch 'fc/parseopt-config'
Junio C Hamano
2009-03-20
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
config: test for --replace-all with one argument and fix documentation.
Carlos Rica
2009-03-17
1
-1
/
+8
*
|
t1300: use test_must_fail as appropriate
Jeff King
2009-03-07
1
-5
/
+5
|
/
*
maint: check return of split_cmdline to avoid bad config strings
Deskin Miller
2008-09-24
1
-0
/
+10
*
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
2008-07-13
1
-9
/
+10
*
tests: do not use implicit "git diff --no-index"
Junio C Hamano
2008-05-24
1
-4
/
+4
*
Fix git_config_bool_or_int
Junio C Hamano
2008-04-13
1
-0
/
+58
*
more tr portability test script fixes
Jeff King
2008-03-13
1
-2
/
+2
*
Merge branch 'maint'
Junio C Hamano
2008-02-11
1
-0
/
+19
|
\
|
*
config: Fix --unset for continuation lines
Frank Lichtenheld
2008-02-11
1
-0
/
+19
*
|
config: add test cases for empty value and no value config variables.
Christian Couder
2008-02-07
1
-0
/
+23
*
|
Sane use of test_expect_failure
Junio C Hamano
2008-02-02
1
-16
/
+23
|
/
*
Improve error messages when int/long cannot be parsed from config
Shawn O. Pearce
2007-12-26
1
-0
/
+17
*
the use of 'tr' in the test suite isn't really portable
H.Merijn Brand
2007-12-18
1
-2
/
+2
*
Add a test for git-config --file
Alex Riesen
2007-08-01
1
-0
/
+6
*
Add test for symlinked configuration file updates.
Junio C Hamano
2007-07-27
1
-0
/
+15
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-76
/
+76
*
Merge branch 'fl/config'
Junio C Hamano
2007-07-01
1
-1
/
+47
|
\
|
*
config: add support for --bool and --int while setting values
Frank Lichtenheld
2007-06-27
1
-1
/
+47
*
|
Avoid perl in t1300-repo-config
Alex Riesen
2007-06-29
1
-12
/
+10
|
/
*
config: Add --null/-z option for null-delimted output
Frank Lichtenheld
2007-06-27
1
-0
/
+32
*
Merge branch 'maint'
Junio C Hamano
2007-06-27
1
-0
/
+6
|
\
|
*
config: Change output of --get-regexp for valueless keys
Frank Lichtenheld
2007-06-27
1
-0
/
+6
*
|
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
|
/
*
t1300: Add tests for git-config --bool --get
Frank Lichtenheld
2007-05-21
1
-0
/
+34
*
git-config: test for 'do not forget "a.b.var" ends "a.var" section'.
Steffen Prohaska
2007-05-13
1
-0
/
+19
*
Merge branch 'js/diff-ni'
Junio C Hamano
2007-03-11
1
-4
/
+4
|
\
|
*
Get rid of the dependency to GNU diff in the tests
Johannes Schindelin
2007-03-04
1
-3
/
+3
*
|
git-config: document --rename-section, provide --remove-section
Paolo Bonzini
2007-03-04
1
-0
/
+16
|
/
*
[PATCH] Rename git-repo-config to git-config.
Tom Prince
2007-01-29
1
-51
/
+51
*
t/t1300-repo-config.sh: value continued on next line
Jakub Narebski
2007-01-24
1
-0
/
+20
*
config_set_multivar(): disallow newlines in keys
Johannes Schindelin
2007-01-20
1
-0
/
+6
*
Auto-quote config values in config.c:store_write_pair()
Brian Gernhardt
2007-01-09
1
-0
/
+17
*
Teach Git how to parse standard power of 2 suffixes.
Shawn O. Pearce
2006-12-31
1
-0
/
+10
*
add a function to rename sections in the config
Johannes Schindelin
2006-12-16
1
-0
/
+48
[next]