summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2021-07-11 21:55:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-07-12 17:12:31 (GMT)
commitd1c5ae78ce1260c94c9e626b83dc0901e6843178 (patch)
tree09b710baf7cf9708f1bb11124b7a5dd25de254d2 /.cirrus.yml
parent670b81a890388c60b7032a4f5b879f2ece8c4558 (diff)
downloadgit-d1c5ae78ce1260c94c9e626b83dc0901e6843178.zip
git-d1c5ae78ce1260c94c9e626b83dc0901e6843178.tar.gz
git-d1c5ae78ce1260c94c9e626b83dc0901e6843178.tar.bz2
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 '.cirrus.yml')
0 files changed, 0 insertions, 0 deletions