Re: Remove old forgotten command: whatchanged
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:24
Matthieu Moy [off-list ref] writes:
Junio C Hamano [off-list ref] writes:quoted
+changes. You can emulate `git log` with a trivial script that pipesI'd say "You can emulate `git log` and `git log -p`" here, but I'm fine with your version too.
By `git log`, I meant "`git log` with its various options", as it felt unnecessary to single `-p` out. But will reword anyway.
quoted
-[NOTE] -Most likely, you are not directly using the core -Git Plumbing commands, but using Porcelain such as 'git add', `git-rm' -and `git-commit'.This removal sounds unrelated, but I don't understand what this note was doing here anyway, so it's good to remove it.
Yeah, the removal is part of "...and this document is not where the end users learn what `git log` command is about. Stop at briefly mentioning the possibility of combining rev-list with diff-tree to build your own log, and leave the end-user documentation of `log` to the new tutorial and the user manual". Thanks.