aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/examples/git-notes.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-18 11:19:39 -0700
committerJunio C Hamano <gitster@pobox.com>2010-04-18 11:19:39 -0700
commit636db2c036d0f26bd0b1139b7abe04bdecf3e036 (patch)
tree73e9349721f1868e628535d8d0030c0f94455d17 /contrib/examples/git-notes.sh
parent5b16360330822527eac1fa84131d185ff784c9fb (diff)
downloadgit-636db2c036d0f26bd0b1139b7abe04bdecf3e036.tar.gz
t3301: add tests to use --format="%N"
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/examples/git-notes.sh')
0 files changed, 0 insertions, 0 deletions
rdening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull hardening updates from Kees Cook: - Disable __counted_by in Clang < 19.1.3 (Jan Hendrik Farr) - string_helpers: Silence output truncation warning (Bartosz Golaszewski) - compiler.h: Avoid needing BUILD_BUG_ON_ZERO() (Philipp Reisner) - MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be} (Thorsten Blum) * tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: Compiler Attributes: disable __counted_by for clang < 19.1.3 compiler.h: Fix undefined BUILD_BUG_ON_ZERO() lib: string_helpers: silence snprintf() output truncation warning MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be}