aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-25 14:07:35 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-25 14:07:35 -0700
commita5cc6a2bc526f5ffb427f8d8bb987af6e591c4e4 (patch)
treeedd79cbad2f7dd1e06ee106fae09137b9fa8c9e3 /Documentation/user-manual.adoc
parentf0135a9047ca37d4d117dcf21f7e3e89fad85d00 (diff)
parente836757e14bf4fd617828d834d29e679e1f527c0 (diff)
downloadgit-a5cc6a2bc526f5ffb427f8d8bb987af6e591c4e4.tar.gz
Merge branch 'jc/you-still-use-whatchanged'
"git whatchanged" that is longer to type than "git log --raw" which is its modern rough equivalent has outlived its usefulness more than 10 years ago. Plan to deprecate and remove it. * jc/you-still-use-whatchanged: whatschanged: list it in BreakingChanges document whatchanged: remove when built with WITH_BREAKING_CHANGES whatchanged: require --i-still-use-this tests: prepare for a world without whatchanged doc: prepare for a world without whatchanged you-still-use-that??: help deprecating commands for removal
Diffstat (limited to 'Documentation/user-manual.adoc')
-rw-r--r--Documentation/user-manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.adoc b/Documentation/user-manual.adoc
index d2b478ad23..7124345966 100644
--- a/Documentation/user-manual.adoc
+++ b/Documentation/user-manual.adoc
@@ -4240,7 +4240,7 @@ command `git`. The source side of a builtin is
- an entry in `BUILTIN_OBJECTS` in the `Makefile`.
Sometimes, more than one builtin is contained in one source file. For
-example, `cmd_whatchanged()` and `cmd_log()` both reside in `builtin/log.c`,
+example, `cmd_show()` and `cmd_log()` both reside in `builtin/log.c`,
since they share quite a bit of code. In that case, the commands which are
_not_ named like the `.c` file in which they live have to be listed in
`BUILT_INS` in the `Makefile`.