From 8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Apr 2025 15:31:28 -0300 Subject: src/content/: Integrate sorting metadata into asciidoc document header --- src/content/tils/2020/11/12/git-bisect-automation.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/content/tils/2020/11/12/git-bisect-automation.adoc') diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc index 936d042..d7ea2ca 100644 --- a/src/content/tils/2020/11/12/git-bisect-automation.adoc +++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc @@ -1,9 +1,6 @@ -//// -export sort=1 -//// - = Git bisect automation :categories: git +:sort: 1 It is good to have an standardized way to run builds and tests on the repository of a project, so that you can find when a bug was introduced by using -- cgit v1.2.3