File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1+ # Must be sourced into the main journey test
12
23function set-static-git-environment() {
34 set -a
@@ -66,4 +67,3 @@ function launch-git-daemon() {
6667 done
6768 trap ' kill $daemon_pid' EXIT
6869}
69-
Original file line number Diff line number Diff line change 11# Must be sourced into the main journey test
2- set -eu
32
43if test " $kind " = " max" || test " $kind " = " max-pure" ; then
54title " Porcelain ${kind} "
Original file line number Diff line number Diff line change 11# Must be sourced into the main journey test
2- set -eu
32
43title plumbing " ${kind} "
54snapshot=" $snapshot /plumbing"
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ # Must be sourced into the main journey test
22
33WHITE=" $( tput setaf 9 2> /dev/null || echo -n ' ' ) "
44YELLOW=" $( tput setaf 3 2> /dev/null || echo -n ' ' ) "
You can’t perform that action at this time.
0 commit comments