Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:15:54 +03:00
parent 8879124a27
commit 89983182f9
86 changed files with 258 additions and 254 deletions

View File

@ -1,10 +1,10 @@
---
title: Automatically find the commit that introduced a bug
tags: commit,branch
type: snippet
tags: [commit,branch]
author: chalarangelo
cover: pink-flower-tree
firstSeen: 2021-04-13T20:00:22+03:00
lastUpdated: 2021-04-13T21:10:59+03:00
dateModified: 2021-04-13T21:10:59+03:00
---
Uses a binary search algorithm and a given script to find which commit in history introduced a bug.