Fetch and display git notes

master
Jordan Atwood 2 years ago
parent d3775228ce
commit 68413512e1
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 6
      src/.gitconfig

@ -57,6 +57,8 @@
textconv = astextplain
[fetch]
prune = true
[format]
notes = true
[help]
autocorrect = 20
[interactive]
@ -67,6 +69,8 @@
diffFilter = ((type diff-highlight >/dev/null 2>&1 && diff-highlight) || $(git config core.pager))
[log]
follow = true
[notes]
displayRef = refs/notes/*
[pager]
# Build or install `diff-highlight` to some $PATH present location for
# improved diff highlights. Falls back on plain `core.pager` if not present.
@ -78,6 +82,8 @@
default = current
[rebase]
autosquash = true
[remote.origin]
fetch = +refs/notes/*:refs/notes/*
[status]
submodulesummary = true
[submodule]

Loading…
Cancel
Save