X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=53dd50c671636edfca307d1dfddf87a65250c307;hb=03ab1c6670d209c416eecb35625173b527f019bb;hp=f6d7f241e05cca04eba5c3a5dba2b4557ac6bccb;hpb=d04bd441a030e4e23c7a3e6d954a70e051bb28ec;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index f6d7f24..53dd50c 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -85,7 +85,7 @@ rs = reset rsh = reset --hard rsp = reset --patch - # Only clean ignored files. + rv = revert cl = clean -ndx clf = clean -fdx ## Branches. @@ -195,6 +195,8 @@ [log] # Display branches/tag names in log (same as log's --decorate option). decorate = short + # If a single file is given to `git log`, automatically use --follow. + follow = yes [merge] tool = vimdiff