diff options
author | EuAndreh <eu@euandre.org> | 2024-11-17 20:15:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-17 20:18:21 -0300 |
commit | cfd0246b241cb6e58153e68f7e30ed56b9bf054b (patch) | |
tree | 206deba2cec12187e835c64b8a7172277be1a2cf /po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po | |
parent | rm tests/assert-frontmatter.sh (diff) | |
download | euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.gz euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.xz |
Remove jekyll infrastructure setup
Diffstat (limited to 'po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po')
-rw-r--r-- | po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po b/po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po deleted file mode 100644 index baa0d1f..0000000 --- a/po/pt/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po +++ /dev/null @@ -1,63 +0,0 @@ -# -msgid "" -msgstr "" - -msgid "" -"This is [yet][git-til-1] [another][git-til-2] [\"search in Git\"][git-til-3]" -" TIL entry. You could say that Git has a unintuitive CLI, or that is it very" -" powerful." -msgstr "" - -msgid "" -"I wanted to search for an old file that I new that was in the history of the" -" repository, but was deleted some time ago. So I didn't really remember the " -"name, only bits of it." -msgstr "" - -msgid "" -"I immediately went to the list of TILs I had written on searching in Git, " -"but it wasn't readily obvious how to do it, so here it goes:" -msgstr "" - -msgid "" -"You could add globs before the pattern to match things on any directory, and" -" add our `-p` friend to promptly see the diffs:" -msgstr "" - -msgid "" -"[git-til-1]: {% link _tils/2020-08-14-browse-a-git-repository-at-a-specific-" -"commit.md %} [git-til-2]: {% link _tils/2020-08-16-search-in-git.md %} [git-" -"til-3]: {% link _tils/2020-08-28-grep-online-repositories.md %}" -msgstr "" - -msgid "git log -- *pattern*\n" -msgstr "" - -msgid "git log -p -- **/*pattern*\n" -msgstr "" - -msgid "title: Search changes to a filename pattern in Git history" -msgstr "" - -msgid "date: 2020-10-11" -msgstr "" - -msgid "layout: post" -msgstr "" - -msgid "lang: en" -msgstr "" - -msgid "ref: search-changes-to-a-filename-pattern-in-git-history" -msgstr "" - -msgid "eu_categories: git" -msgstr "" - -#~ msgid "" -#~ "title: Search changes to a filename pattern in Git history\n" -#~ "date: 2020-10-11\n" -#~ "layout: post\n" -#~ "lang: en\n" -#~ "ref: search-changes-to-a-filename-pattern-in-git-history" -#~ msgstr "" |