From 73ce04825690117c69b3ca12ec445fc2bc477ce1 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 8 Feb 2023 16:26:55 -0800 Subject: [PATCH] demos: add blank line at the end This makes it slightly easier to take a screenshot without getting the cursor character from the shell input line just below. --- demos/demo_git_compat.sh | 2 ++ demos/demo_juggle_conflicts.sh | 2 ++ demos/demo_operation_log.sh | 2 ++ demos/demo_resolve_conflict.sh | 2 ++ demos/demo_working_copy.sh | 2 ++ 5 files changed, 10 insertions(+) diff --git a/demos/demo_git_compat.sh b/demos/demo_git_compat.sh index 42d263907..a2a1b41fb 100755 --- a/demos/demo_git_compat.sh +++ b/demos/demo_git_compat.sh @@ -14,3 +14,5 @@ run_command "jj diff -r b1" comment "The repo is backed by the actual Git repo:" run_command "git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline" + +blank diff --git a/demos/demo_juggle_conflicts.sh b/demos/demo_juggle_conflicts.sh index e1f4e698b..8a7b4ef97 100755 --- a/demos/demo_juggle_conflicts.sh +++ b/demos/demo_juggle_conflicts.sh @@ -44,3 +44,5 @@ run_command "jj log" comment "Again, because the merge commit has the changes from all three commits, it has no conflict." + +blank diff --git a/demos/demo_operation_log.sh b/demos/demo_operation_log.sh index af1854ace..9d1ffb9c7 100755 --- a/demos/demo_operation_log.sh +++ b/demos/demo_operation_log.sh @@ -50,3 +50,5 @@ run_command "jj op restore $rebase_op" comment "We're now back to before the \"other stuff\" change existed:" run_command "jj log" + +blank diff --git a/demos/demo_resolve_conflict.sh b/demos/demo_resolve_conflict.sh index d7b9f04c9..ddf0eaee4 100755 --- a/demos/demo_resolve_conflict.sh +++ b/demos/demo_resolve_conflict.sh @@ -38,3 +38,5 @@ run_command "echo \"Hello earth!\" > README" comment "The status command no longer reports it:" run_command "jj status" + +blank diff --git a/demos/demo_working_copy.sh b/demos/demo_working_copy.sh index d9528bac8..7de0bfaff 100755 --- a/demos/demo_working_copy.sh +++ b/demos/demo_working_copy.sh @@ -46,3 +46,5 @@ run_command "jj describe goodbye -m goodbye" comment "Inspect the result:" run_command "jj log" + +blank