]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: allow create_autostash to run silently
authorHarald Nordgren <haraldnordgren@gmail.com>
Tue, 28 Apr 2026 18:39:09 +0000 (18:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2026 12:46:02 +0000 (21:46 +0900)
commit93177db652ce15533494033b1379b4e434cff364
tree7708770d24058d155e2070e700aa141878e01908
parent13817db2746d48b6d3cfe68e3bf10a1be67865a9
sequencer: allow create_autostash to run silently

Add a silent parameter to create_autostash_internal and introduce
create_autostash_ref_silent so that callers can create an autostash
without printing the "Created autostash" message.

Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge.c
sequencer.c
sequencer.h