diff options
author | EuAndreh <eu@euandre.org> | 2022-11-29 20:09:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-29 20:09:55 -0300 |
commit | a074da04f0a5b021588316ff5cc282df39c530aa (patch) | |
tree | 611fafe09246942dcb7082a9b19bdd2df3420eb6 | |
parent | etc/guix/home.scm: Use patched "mailutils" package from fork (diff) | |
download | dotfiles-a074da04f0a5b021588316ff5cc282df39c530aa.tar.gz dotfiles-a074da04f0a5b021588316ff5cc282df39c530aa.tar.xz |
etc/git/config: Add config to use notes as timely comment
-rw-r--r-- | etc/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/git/config b/etc/git/config index 81fcd41..98acee1 100644 --- a/etc/git/config +++ b/etc/git/config @@ -20,3 +20,6 @@ fetch = +refs/notes/*:refs/notes/* [format] useAutoBase = whenAble + notes = true +[notes] + rewriteRef = refs/notes/commits |