]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/log-exclude-decoration-config'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:08 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:08 +0000 (15:50 -0700)
commitd3fc8dc53a7ef9f33a5d9604b382e24408a9b7be
tree5f3a7e6ad3336d850083af8b24e38a2fffe089c9
parent93d1f196a9b84f449ed405fe9c9c96320b6dffb0
parenta6be5e6764aabd4b418f7f365254518ec44c38d8
Merge branch 'ds/log-exclude-decoration-config'

The "--decorate-refs" and "--decorate-refs-exclude" options "git
log" takes have learned a companion configuration variable
log.excludeDecoration that sits at the lowest priority in the
family.

* ds/log-exclude-decoration-config:
  log: add log.excludeDecoration config option
  log-tree: make ref_filter_match() a helper method
Documentation/git-log.txt
builtin/log.c
log-tree.c
refs.c