diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2021-07-11 21:55:10 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-12 10:12:31 -0700 |
commit | d1c5ae78ce1260c94c9e626b83dc0901e6843178 (patch) | |
tree | 09b710baf7cf9708f1bb11124b7a5dd25de254d2 /merge-recursive.h | |
parent | The second batch (diff) | |
download | tgif-d1c5ae78ce1260c94c9e626b83dc0901e6843178.tar.xz |
rev-list: add option for --pretty=format without header
In general, we encourage users to use plumbing commands, like git
rev-list, over porcelain commands, like git log, when scripting.
However, git rev-list has one glaring problem that prevents it from
being used in certain cases: when --pretty is used with a custom format,
it always prints out a line containing "commit" and the object ID. This
makes it unsuitable for many scripting needs, and forces users to use
git log instead.
While we can't change this behavior for backwards compatibility, we can
add an option to suppress this behavior, so let's do so, and call it
"--no-commit-header". Additionally, add the corresponding positive
option to switch it back on.
Note that this option doesn't affect the built-in formats, only custom
formats. This is exactly the same behavior as users already have from
git log and is what most users will be used to.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-recursive.h')
0 files changed, 0 insertions, 0 deletions