diff options
author | EuAndreh <eu@euandre.org> | 2023-03-30 19:04:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-30 19:04:00 -0300 |
commit | 015f28ec5a4c5dacdb25f717b7d1abbbf393b139 (patch) | |
tree | 5fe4060a6ed96ffa98e548cc0099b1d0f20cbf88 | |
parent | bin/vcs: Handle new files added via "git add -N FILE" (diff) | |
download | dotfiles-015f28ec5a4c5dacdb25f717b7d1abbbf393b139.tar.gz dotfiles-015f28ec5a4c5dacdb25f717b7d1abbbf393b139.tar.xz |
etc/git/config: Disable detached HEAD notification
-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 0c248a9..4e9c366 100644 --- a/etc/git/config +++ b/etc/git/config @@ -27,3 +27,5 @@ enabled = true [core] quotepath = off +[advice] + detachedHead = false |