]> git.wh0rd.org - home.git/commitdiff
gitconfig: add some `git cl` settings
authorMike Frysinger <vapier@gentoo.org>
Thu, 10 Jan 2019 20:05:22 +0000 (15:05 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 10 Jan 2019 20:05:22 +0000 (15:05 -0500)
.gitconfig

index 27f61cb05daa823ee62ab91a61ddb8e50402b096..59a744845cb68c4a0c4ed6fb625deee4ce625060 100644 (file)
 [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