t7001: use here-docs instead of echo
Shubham Verma committed over 5 years ago
t7001: put each command on a separate line
Shubham Verma committed over 5 years ago
t7001: use '>' rather than 'touch'
Shubham Verma committed over 5 years ago
t7001: avoid using `cd` outside of subshells
Shubham Verma committed over 5 years ago
t7001: remove whitespace after redirect operators
Shubham Verma committed over 5 years ago
t7001: modernize subshell formatting
Shubham Verma committed over 5 years ago
t7001: remove unnecessary blank lines
Shubham Verma committed over 5 years ago
t7001: indent with TABs instead of spaces
Shubham Verma committed over 5 years ago
t7001: modernize test formatting
Shubham Verma committed over 5 years ago
stash: declare ref_stash as an array
Denton Liu committed over 5 years ago
t3905: use test_cmp() to check file contents
Denton Liu committed over 5 years ago
t3905: replace test -s with test_file_not_empty
Denton Liu committed over 5 years ago
t3905: remove nested git in command substitution
Denton Liu committed over 5 years ago
t3905: move all commands into test cases
Denton Liu committed over 5 years ago
t3905: remove spaces after redirect operators
Denton Liu committed over 5 years ago
git-stash.txt: be explicit about subcommand options
Denton Liu committed over 5 years ago
rev-list: add --disk-usage option for calculating disk usage
Jeff King committed over 5 years ago
commit-graph: when incompatible with graphs, indicate why
Johannes Schindelin committed over 5 years ago
reflog expire --stale-fix: be generous about missing objects
Johannes Schindelin committed over 5 years ago
diff: plug memory leak from regcomp() on {log,diff} -I
Ævar Arnfjörð Bjarmason committed over 5 years ago