Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix git head/merge ref

+1 -1
+1 -1
home/base/git.nix
··· 192 192 pretty.longline = "tformat:%C(yellow)%h %Cred%D %Creset%<(50,mtrunc)%s %Cblue(%cd, %al)"; 193 193 194 194 "remote \"origin\"" = { 195 - fetch = "+refs/pull/*/merge:refs/remotes/origin/pr/*"; 195 + fetch = "+refs/pull/*/head:refs/remotes/origin/pr/*"; 196 196 partialclonefilter = "blob:none"; 197 197 tagOpt = "--no-tags"; 198 198 promisor = true;