index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
chainlint: recognize multi-line quoted strings more robustly
Eric Sunshine
4
-13
/
+43
2018-08-13
chainlint: let here-doc and multi-line string commence on same line
Eric Sunshine
7
-3
/
+37
2018-08-13
chainlint: recognize multi-line $(...) when command cuddled with "$("
Eric Sunshine
3
-3
/
+21
2018-08-13
chainlint: match 'quoted' here-doc tags
Eric Sunshine
5
-4
/
+18
2018-08-13
chainlint: match arbitrary here-docs tags rather than hard-coded names
Eric Sunshine
7
-23
/
+67
2018-07-31
t/chainlint.sed: drop extra spaces from regex character class
Eric Sunshine
1
-4
/
+4
2018-07-17
t/chainlint: add chainlint "specialized" test cases
Eric Sunshine
4
-0
/
+31
2018-07-17
t/chainlint: add chainlint "complex" test cases
Eric Sunshine
8
-0
/
+82
2018-07-17
t/chainlint: add chainlint "cuddled" test cases
Eric Sunshine
6
-0
/
+70
2018-07-17
t/chainlint: add chainlint "loop" and "conditional" test cases
Eric Sunshine
10
-0
/
+200
2018-07-17
t/chainlint: add chainlint "nested subshell" test cases
Eric Sunshine
12
-0
/
+173
2018-07-17
t/chainlint: add chainlint "one-liner" test cases
Eric Sunshine
6
-0
/
+71
2018-07-17
t/chainlint: add chainlint "whitespace" test cases
Eric Sunshine
12
-0
/
+113
2018-07-17
t/chainlint: add chainlint "basic" test cases
Eric Sunshine
16
-0
/
+206
2018-07-17
t/Makefile: add machinery to check correctness of chainlint.sed
Eric Sunshine
2
-4
/
+22
2018-07-17
t/test-lib: teach --chain-lint to detect broken &&-chains in subshells
Eric Sunshine
2
-1
/
+348
2018-07-17
t5608: fix broken &&-chain
SZEDER Gábor
1
-1
/
+1
2018-07-16
t9119: fix broken &&-chains
Eric Sunshine
1
-60
/
+60
2018-07-16
t9000-t9999: fix broken &&-chains
Eric Sunshine
26
-51
/
+51
2018-07-16
t7000-t7999: fix broken &&-chains
Eric Sunshine
7
-57
/
+57
2018-07-16
t6000-t6999: fix broken &&-chains
Eric Sunshine
5
-17
/
+17
2018-07-16
t5000-t5999: fix broken &&-chains
Eric Sunshine
14
-24
/
+24
2018-07-16
t4000-t4999: fix broken &&-chains
Eric Sunshine
6
-17
/
+17
2018-07-16
t3030: fix broken &&-chains
Eric Sunshine
1
-170
/
+170
2018-07-16
t3000-t3999: fix broken &&-chains
Eric Sunshine
10
-28
/
+28
2018-07-16
t2000-t2999: fix broken &&-chains
Eric Sunshine
2
-8
/
+8
2018-07-16
t1000-t1999: fix broken &&-chains
Eric Sunshine
6
-19
/
+19
2018-07-16
t0000-t0999: fix broken &&-chains
Eric Sunshine
3
-15
/
+15
2018-07-16
t9814: simplify convoluted check that command correctly errors out
Eric Sunshine
1
-15
/
+3
2018-07-16
t9001: fix broken "invoke hook" test
Eric Sunshine
1
-2
/
+2
2018-07-16
t7810: use test_expect_code() instead of hand-rolled comparison
Eric Sunshine
1
-4
/
+3
2018-07-16
t7400: fix broken "submodule add/reconfigure --force" test
Eric Sunshine
1
-5
/
+6
2018-07-03
t7201: drop pointless "exit 0" at end of subshell
Eric Sunshine
1
-1
/
+0
2018-07-03
t6036: fix broken "merge fails but has appropriate contents" tests
Eric Sunshine
1
-4
/
+4
2018-07-03
t5505: modernize and simplify hard-to-digest test
Eric Sunshine
1
-6
/
+2
2018-07-03
t5406: use write_script() instead of birthing shell script manually
Eric Sunshine
1
-2
/
+3
2018-07-03
t5405: use test_must_fail() instead of checking exit code manually
Eric Sunshine
1
-2
/
+1
2018-07-03
t/lib-submodule-update: fix "absorbing" test
Eric Sunshine
1
-3
/
+2
2018-07-03
t: drop unnecessary terminating semicolon in subshell
Eric Sunshine
3
-4
/
+4
2018-07-03
t: use sane_unset() rather than 'unset' with broken &&-chain
Eric Sunshine
2
-3
/
+3
2018-07-03
t: use test_write_lines() instead of series of 'echo' commands
Eric Sunshine
10
-62
/
+61
2018-07-03
t: use test_might_fail() instead of manipulating exit code manually
Eric Sunshine
4
-10
/
+8
2018-06-28
Second batch for 2.19 cycle
Junio C Hamano
1
-0
/
+44
2018-06-28
Merge branch 'sb/fix-fetching-moved-submodules'
Junio C Hamano
2
-7
/
+5
2018-06-28
Merge branch 'tz/cred-netrc-cleanup'
Junio C Hamano
3
-6
/
+11
2018-06-28
Merge branch 'jc/clean-after-sanity-tests'
Junio C Hamano
5
-9
/
+6
2018-06-28
Merge branch 'nd/completion-negation'
Junio C Hamano
4
-34
/
+136
2018-06-28
Merge branch 'pw/add-p-recount'
Junio C Hamano
2
-1
/
+44
2018-06-28
Merge branch 'jk/fetch-all-peeled-fix'
Junio C Hamano
2
-4
/
+45
2018-06-28
Merge branch 'ms/send-pack-honor-config'
Junio C Hamano
1
-1
/
+1
[next]