index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-04
The sixth batch
Junio C Hamano
1
-0
/
+11
2021-12-23
sparse-checkout: remove stray trailing space
Elijah Newren
1
-1
/
+1
2021-12-23
The fifth batch
Junio C Hamano
1
-0
/
+13
2021-12-22
The fourth batch
Junio C Hamano
1
-1
/
+33
2021-12-17
format-patch: mark rev_info with UNLEAK
Junio C Hamano
1
-0
/
+1
2021-12-15
clone: avoid using deprecated `sparse-checkout init`
Elijah Newren
1
-1
/
+1
2021-12-15
Documentation: clarify/correct a few sparsity related statements
Elijah Newren
2
-5
/
+5
2021-12-15
git-sparse-checkout.txt: update to document init/set/reapply changes
Elijah Newren
1
-43
/
+55
2021-12-15
sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
Elijah Newren
1
-1
/
+17
2021-12-15
sparse-checkout: enable `set` to initialize sparse-checkout mode
Elijah Newren
1
-1
/
+26
2021-12-15
sparse-checkout: split out code for tweaking settings config
Elijah Newren
1
-19
/
+37
2021-12-15
sparse-checkout: disallow --no-stdin as an argument to set
Elijah Newren
1
-2
/
+3
2021-12-15
sparse-checkout: add sanity-checks on initial sparsity state
Elijah Newren
2
-1
/
+29
2021-12-15
sparse-checkout: break apart functions for sparse_checkout_(set|add)
Elijah Newren
1
-14
/
+40
2021-12-15
sparse-checkout: pass use_stdin as a parameter instead of as a global
Elijah Newren
1
-12
/
+16
2021-12-15
The third batch
Junio C Hamano
1
-0
/
+65
2021-12-13
git-apply: add --allow-empty flag
Jerry Zhang
4
-7
/
+30
2021-12-13
git-apply: add --quiet flag
Jerry Zhang
2
-2
/
+7
2021-12-13
chainlint.sed: stop splitting "(..." into separate lines "(" and "..."
Eric Sunshine
9
-35
/
+37
2021-12-13
chainlint.sed: swallow comments consistently
Eric Sunshine
6
-4
/
+52
2021-12-13
chainlint.sed: stop throwing away here-doc tags
Eric Sunshine
11
-29
/
+35
2021-12-13
chainlint.sed: don't mistake `<< word` in string as here-doc operator
Eric Sunshine
3
-2
/
+36
2021-12-13
chainlint.sed: make here-doc "<<-" operator recognition more POSIX-like
Eric Sunshine
1
-4
/
+4
2021-12-13
chainlint.sed: drop subshell-closing ">" annotation
Eric Sunshine
39
-89
/
+80
2021-12-13
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
Eric Sunshine
5
-25
/
+24
2021-12-13
chainlint.sed: tolerate harmless ";" at end of last line in block
Eric Sunshine
2
-7
/
+8
2021-12-13
chainlint.sed: improve ?!SEMI?! placement accuracy
Eric Sunshine
5
-18
/
+18
2021-12-13
chainlint.sed: improve ?!AMP?! placement accuracy
Eric Sunshine
23
-38
/
+38
2021-12-13
t/Makefile: optimize chainlint self-test
Eric Sunshine
1
-6
/
+4
2021-12-13
t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledge
Eric Sunshine
2
-2
/
+2
2021-12-13
t/chainlint/*.test: generalize self-test commentary
Eric Sunshine
6
-9
/
+6
2021-12-13
t/chainlint/*.test: fix invalid test cases due to mixing quote types
Eric Sunshine
20
-70
/
+38
2021-12-13
t/chainlint/*.test: don't use invalid shell syntax
Eric Sunshine
3
-4
/
+6
2021-12-13
t6000-t9999: detect and signal failure within loop
Eric Sunshine
32
-65
/
+65
2021-12-13
t5000-t5999: detect and signal failure within loop
Eric Sunshine
20
-50
/
+50
2021-12-13
t4000-t4999: detect and signal failure within loop
Eric Sunshine
16
-38
/
+38
2021-12-13
t0000-t3999: detect and signal failure within loop
Eric Sunshine
31
-55
/
+55
2021-12-13
tests: simplify by dropping unnecessary `for` loops
Eric Sunshine
7
-50
/
+14
2021-12-13
tests: apply modern idiom for exiting loop upon failure
Eric Sunshine
3
-25
/
+12
2021-12-13
tests: apply modern idiom for signaling test failure
Eric Sunshine
3
-6
/
+6
2021-12-13
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine
19
-50
/
+53
2021-12-13
tests: fix broken &&-chains in `$(...)` command substitutions
Eric Sunshine
6
-11
/
+11
2021-12-13
tests: fix broken &&-chains in compound statements
Eric Sunshine
28
-89
/
+95
2021-12-13
tests: use test_write_lines() to generate line-oriented output
Eric Sunshine
26
-170
/
+106
2021-12-13
tests: simplify construction of large blocks of text
Eric Sunshine
7
-202
/
+205
2021-12-13
t9107: use shell parameter expansion to avoid breaking &&-chain
Eric Sunshine
1
-4
/
+4
2021-12-13
t6300: make `%(raw:size) --shell` test more robust
Eric Sunshine
1
-4
/
+1
2021-12-13
t5516: drop unnecessary subshell and command invocation
Eric Sunshine
1
-4
/
+1
2021-12-13
t4202: clarify intent by creating expected content less cleverly
Eric Sunshine
1
-21
/
+21
2021-12-13
t1020: avoid aborting entire test script when one test fails
Eric Sunshine
1
-3
/
+3
[next]