diff options
author | EuAndreh <eu@euandre.org> | 2022-01-16 16:52:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-16 16:52:43 -0300 |
commit | 1fc994f588dd9ef2ef8395e57e2492a6b4d730eb (patch) | |
tree | ab518e8c2c229ec60ba921adbf9897b25520b99d /locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po | |
parent | .ignore: Remove unused file (diff) | |
download | euandre.org-1fc994f588dd9ef2ef8395e57e2492a6b4d730eb.tar.gz euandre.org-1fc994f588dd9ef2ef8395e57e2492a6b4d730eb.tar.xz |
git mv locale/ po/
Diffstat (limited to 'locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po')
-rw-r--r-- | locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po b/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po deleted file mode 100644 index 09ec261..0000000 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po +++ /dev/null @@ -1,53 +0,0 @@ -# -msgid "" -msgstr "" - -msgid "title: Git bisect automation" -msgstr "" - -msgid "layout: post" -msgstr "" - -msgid "lang: en" -msgstr "" - -msgid "ref: git-bisect-automation" -msgstr "" - -msgid "" -"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 `git bisect run`." -msgstr "" - -msgid "" -"I've already been in the situation when a bug was introduced and I didn't " -"know how it even was occurring, and running Git bisect over hundreds of " -"commits to pinpoint the failing commit was very empowering:" -msgstr "" - -msgid "" -"$ GOOD_COMMIT_SHA=e1fd0a817d192c5a5df72dd7422e36558fa78e46\n" -"$ git bisect start HEAD $GOOD_COMMIT_SHA\n" -"$ git bisect run sn -c './build.sh && ./run-failing-case.sh'\n" -msgstr "" - -msgid "" -"Git will than do a binary search between the commits, and run the commands " -"you provide it with to find the failing commit." -msgstr "" - -msgid "" -"Instead of being afraid of doing a bisect, you should instead leverage it, " -"and make Git help you dig through the history of the repository to find the " -"bad code." -msgstr "" - -msgid "date: 2020-11-12 2" -msgstr "" - -msgid "eu_categories: git" -msgstr "" - -#~ msgid "date: 2020-11-12" -#~ msgstr "" |