]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/you-still-use-whatchanged-fix' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:40:52 +0000 (13:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:40:52 +0000 (13:40 -0700)
commitb4c2504f0c28756e6bab33f15d59dc42bfb8192c
tree27ba967926bf6bc5c9bb6507c750b4b2a101269f
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
parent54a60e5b38578dea9303c282589b3dac8a83ff75
Merge branch 'kh/you-still-use-whatchanged-fix' into maint-2.51

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