Re: `git show --oneline commit` does not do what's intuitively expected

2017-02-22 Thread Linus Torvalds
On Thu, Feb 16, 2017 at 8:05 PM, Jeff King wrote: > On Fri, Feb 17, 2017 at 02:51:36AM +0100, Luna Kid wrote: > >> tl;dr; --> Please add --no-diff (or --msg-only) to git show. We'll >> love you for that. :) > > I think it is already spelled "--no-patch", or "-s" for short. I think

Re: `git show --oneline commit` does not do what's intuitively expected

2017-02-16 Thread Jeff King
On Fri, Feb 17, 2017 at 02:51:36AM +0100, Luna Kid wrote: > tl;dr; --> Please add --no-diff (or --msg-only) to git show. We'll > love you for that. :) I think it is already spelled "--no-patch", or "-s" for short. > Please note that "show" is such a profoundly generic command verb, > probably

`git show --oneline commit` does not do what's intuitively expected

2017-02-16 Thread Luna Kid
Hello, tl;dr; --> Please add --no-diff (or --msg-only) to git show. We'll love you for that. :) Expanded: (I've been a casual git user for 2-3 years; "casual" means using a small subset, nowadays daily, with some less trivial things at times, like per-commit patching for post-hoc