]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: Comment out alias `git git`
authorOleg Broytman <phd@phdru.name>
Sun, 18 Aug 2019 16:54:26 +0000 (19:54 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 18 Aug 2019 16:54:26 +0000 (19:54 +0300)
It prevents `git help git`.

.gitconfig

index 9e3e776bd021a4cb8f02e55c5f0b5d00a7773d6e..b91ec8dc967666d20dc7d07680cec2248486e713 100644 (file)
        file = cat-file -t
        type = cat-file -t
        ff = merge --ff-only
-       git = !exec git
+       #git = !exec git
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        ld = log --decorate