We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e50f2a + 100c2da commit 252caf8Copy full SHA for 252caf8
t/perf/p3400-rebase.sh
@@ -18,7 +18,7 @@ test_expect_success 'setup rebasing on top of a lot of changes' '
18
test_tick &&
19
git commit -m commit$i unrelated-file$i &&
20
echo change$i >unrelated-file$i &&
21
- test_seq 1000 | tac >>unrelated-file$i &&
+ test_seq 1000 | sort -nr >>unrelated-file$i &&
22
git add unrelated-file$i &&
23
24
git commit -m commit$i-reverse unrelated-file$i ||
0 commit comments