]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/you-still-use-whatchanged-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
commit7ae9eaf806b00b6e46acc7609a8a1b9771b2012a
tree91c041ac53b334b5b5426da3017ed28b58c2f19f
parent2f49ec7991d4c6f4c7b011d8f8b0c054c7b52402
parent54a60e5b38578dea9303c282589b3dac8a83ff75
Merge branch 'kh/you-still-use-whatchanged-fix'

The "do you still use it?" message given by a command that is
deeply deprecated and allow us to suggest alternatives has been
updated.

* kh/you-still-use-whatchanged-fix:
  BreakingChanges: remove claim about whatchanged reports
  whatchanged: remove not-even-shorter clause
  whatchanged: hint about git-log(1) and aliasing
  you-still-use-that??: help the user help themselves
  t0014: test shadowing of aliases for a sample of builtins
  git: allow alias-shadowing deprecated builtins
  git: move seen-alias bookkeeping into handle_alias(...)
  git: add `deprecated` category to --list-cmds
  Makefile: don’t add whatchanged after it has been removed
Documentation/BreakingChanges.adoc
Documentation/config/alias.adoc
Documentation/git.adoc
Makefile
builtin/log.c
git.c
usage.c