X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.gitconfig;h=3d2f92d24fe9931f9b0e461e7b35a4a11467fa5a;hb=f180456adc30c4bde6c6ba78dbe0f2ddf051d6b9;hp=27f61cb05daa823ee62ab91a61ddb8e50402b096;hpb=454198a868b6fe5a6146376a9fdf063e1d0434cd;p=home.git diff --git a/.gitconfig b/.gitconfig index 27f61cb..3d2f92d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,11 +23,20 @@ [diff] renames = true +# Settings used by Chromium's `git cl`. The defaults are brain-dead. +[gerrit] + skip-ensure-authenticated = true + squash-uploads = false + #[pager] # diff = diff-highlight | less # log = diff-highlight | less # show = diff-highlight | less +[protocol] + # https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html + version = 2 + [push] default = current @@ -54,7 +63,8 @@ g = grep h = help l = log - m = merge + lf = log --format= --name-only + m = merge --log=50 rb = rebase rb-d = rebase --committer-date-is-author-date rb-a = rebase --abort