]> git.maquefel.me Git - brevno/commitdiff
test test_hugo
authorNikita Shubin <nikita.shubin@maquefel.me>
Sun, 8 May 2022 10:36:17 +0000 (13:36 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Sun, 8 May 2022 10:36:17 +0000 (13:36 +0300)
git/git_notes.md

index 79e7df5d65e640d3f244fd828307cfe747a0e72d..78801be9434b0cd88d3e329b24780ee478aecc51 100644 (file)
@@ -7,8 +7,6 @@
 **git notes**, фактически это отдельные отдельные "ветки", расположенные в **.git/refs/notes**, они не отображаются командой **git branch**. Их можно сравнить с **orphan branches** - немного похоже,
 но коммиты в ```refs/notes/*```, содержат ссылки на деревья, которые в свою очередь содержат блобы с именами коммитов (любых - как из регулярных деревьев, так и из ```refs/notes/*```).
 
-Нужно разобрать https://stackoverflow.com/questions/18273879/git-get-the-commit-id-and-the-note-of-a-commit
-
 ```
 $ git init
 $ git config user.name "John Doe"