@@ -220,7 +220,7 @@ fn no_ws_ref_no_ws_commit_two_stacks_on_same_commit_ad_hoc_workspace_without_tar
220220 ) ?;
221221 // A workspace commit was created, even though it does nothing.
222222 insta:: assert_snapshot!( visualize_commit_graph_all( & repo) ?, @r"
223- * 0cde2a9 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
223+ * c18fa47 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
224224 * e5d0542 (origin/main, main, B, A) A
225225 " ) ;
226226
@@ -245,7 +245,7 @@ fn no_ws_ref_no_ws_commit_two_stacks_on_same_commit_ad_hoc_workspace_without_tar
245245
246246 // It's idempotent, but has to update the workspace commit nonetheless for the comment, which depends on the stacks.
247247 insta:: assert_snapshot!( visualize_commit_graph_all( & repo) ?, @r"
248- * 586a62e (HEAD -> gitbutler/workspace) GitButler Workspace Commit
248+ * df26e1f (HEAD -> gitbutler/workspace) GitButler Workspace Commit
249249 |\
250250 * e5d0542 (origin/main, main, B, A) A
251251 " ) ;
@@ -453,7 +453,7 @@ fn detached_head_journey() -> anyhow::Result<()> {
453453 " ) ;
454454 insta:: assert_snapshot!( visualize_commit_graph_all( & repo) ?, @r"
455455 * 49d4b34 (A) A1
456- | * 9af353b (HEAD -> gitbutler/workspace) GitButler Workspace Commit
456+ | * 08fe1a8 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
457457 | |\
458458 | | * f57c528 (B) B1
459459 | |/
@@ -509,7 +509,7 @@ fn detached_head_journey() -> anyhow::Result<()> {
509509 " ) ;
510510
511511 insta:: assert_snapshot!( visualize_commit_graph_all( & repo) ?, @r"
512- *-. 4912314 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
512+ *-. f2f2560 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
513513 |\ \
514514 | | * f57c528 (B) B1
515515 | * | aaa195b (C) C1
0 commit comments