jj: ignore octopus merge commits

This commit is contained in:
Matthew Ryan Dillon 2025-03-13 14:32:38 -04:00
parent b6e88a7dd5
commit e53e8efb68

View file

@ -4,7 +4,7 @@ email = {{ .email_personal | quote }}
[git]
push-bookmark-prefix = "{{ .github_personal }}_jj_"
private-commits = "description(glob:'private:*')"
private-commits = "description(glob:'private:*') | bookmarks('merge')"
[revset-aliases]
'stack()' = 'main..@'