@@ -220,7 +220,7 @@ fn no_ws_ref_no_ws_commit_two_stacks_on_same_commit_ad_hoc_workspace_without_tar
220
220
) ?;
221
221
// A workspace commit was created, even though it does nothing.
222
222
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
224
224
* e5d0542 (origin/main, main, B, A) A
225
225
" ) ;
226
226
@@ -245,7 +245,7 @@ fn no_ws_ref_no_ws_commit_two_stacks_on_same_commit_ad_hoc_workspace_without_tar
245
245
246
246
// It's idempotent, but has to update the workspace commit nonetheless for the comment, which depends on the stacks.
247
247
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
249
249
|\
250
250
* e5d0542 (origin/main, main, B, A) A
251
251
" ) ;
@@ -453,7 +453,7 @@ fn detached_head_journey() -> anyhow::Result<()> {
453
453
" ) ;
454
454
insta:: assert_snapshot!( visualize_commit_graph_all( & repo) ?, @r"
455
455
* 49d4b34 (A) A1
456
- | * 9af353b (HEAD -> gitbutler/workspace) GitButler Workspace Commit
456
+ | * 08fe1a8 (HEAD -> gitbutler/workspace) GitButler Workspace Commit
457
457
| |\
458
458
| | * f57c528 (B) B1
459
459
| |/
@@ -509,7 +509,7 @@ fn detached_head_journey() -> anyhow::Result<()> {
509
509
" ) ;
510
510
511
511
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
513
513
|\ \
514
514
| | * f57c528 (B) B1
515
515
| * | aaa195b (C) C1
0 commit comments