diff options
author | EuAndreh <eu@euandre.org> | 2022-10-18 23:43:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-18 23:43:50 -0300 |
commit | 50f28b6958cb65e368cd9138b170cc2f0ce18ab2 (patch) | |
tree | e77585c6467ccf1e8b2fcdd737ffd9fc888d07da | |
parent | etc/guix/home.scm: Add hunspell-iconv and dictionaries (diff) | |
download | dotfiles-50f28b6958cb65e368cd9138b170cc2f0ce18ab2.tar.gz dotfiles-50f28b6958cb65e368cd9138b170cc2f0ce18ab2.tar.xz |
etc/git/config: Incluse base commit when possible
-rw-r--r-- | etc/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/git/config b/etc/git/config index 27486cf..ade021a 100644 --- a/etc/git/config +++ b/etc/git/config @@ -19,5 +19,7 @@ confirm = never [remote "origin"] fetch = +refs/notes/*:refs/notes/* +[format] + useAutoBase = whenAble [include] path = config-extra |