diff options
author | Alban Gruin <alban.gruin@gmail.com> | 2018-08-10 18:51:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-10 11:56:22 -0700 |
commit | 2c58483a5983d1313f674e2ba32b3bac24df6911 (patch) | |
tree | e0e3c8cf5baa90830e67db69b9d09593ab9e9fe5 /builtin/upload-pack.c | |
parent | sequencer: add a new function to silence a command, except if it fails (diff) | |
download | tgif-2c58483a5983d1313f674e2ba32b3bac24df6911.tar.xz |
rebase -i: rewrite setup_reflog_action() in C
This rewrites (the misnamed) setup_reflog_action() from shell to C. The
new version is called prepare_branch_to_be_rebased().
A new command is added to rebase--helper.c, “checkout-base”, as well as
a new flag, “verbose”, to avoid silencing the output of the checkout
operation called by checkout_base_commit().
The function `run_git_checkout()` will also be used in the next commit,
therefore its code is not part of `checkout_base_commit()`.
The shell version is then stripped in favour of a call to the helper.
As $GIT_REFLOG_ACTION is no longer set at the first call of
checkout_onto(), a call to comment_for_reflog() is added at the
beginning of this function.
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/upload-pack.c')
0 files changed, 0 insertions, 0 deletions