diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-29 19:52:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-29 19:52:30 +0300 |
commit | 5fb165a9ed516f462f757a18834f3d99eeeddf9e (patch) | |
tree | ce1d58a17e3e154c1bcefda35c10036478e3b362 /%HOME% | |
parent | .gitconfig: mergetool.keepBackup = false w/ KDiff3 (diff) | |
download | linux-home-5fb165a9ed516f462f757a18834f3d99eeeddf9e.tar.gz linux-home-5fb165a9ed516f462f757a18834f3d99eeeddf9e.zip |
.gitconfig: log.follow = true
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index d68efc8..dfce19a 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -30,3 +30,5 @@ xx = update-index --add --chmod=+x [fetch] prune = true +[log] + follow = true |