diff --git a/.gitconfig b/.gitconfig index 4df0dcd..839b5df 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ autocrlf = input quotePath = false commitGraph = true + pager = less -r [alias] lol = log --graph --decorate --pretty=oneline --abbrev-commit --all hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short @@ -21,6 +22,7 @@ status = auto branch = auto diff = auto + ui = true [receive] advertisePushOptions = true [gc] diff --git a/.gitconfigsign b/.gitconfigsign index 3a122d0..2a348df 100644 --- a/.gitconfigsign +++ b/.gitconfigsign @@ -7,6 +7,7 @@ autocrlf = input quotepath = false commitGraph = true + pager = less -r [alias] lol = log --graph --decorate --pretty=oneline --abbrev-commit --all hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short @@ -26,6 +27,7 @@ status = auto branch = auto diff = auto + ui = true [receive] advertisePushOptions = true [gc]