Files
git/builtin
Johannes Schindelin 6c0d9e5685 fixup! builtin rebase: call git am directly
In the scripted version, we call `move_to_original_branch`, which
updates `HEAD` to point to the original branch again, after updating
that branch to point at the current commit. This does not require any
worktree update.

In the built-in version, we tried to reuse the `reset_head()` function,
which however does try to update the worktree. Of course, as there are
no changes, no actual worktree updates are performed. However, with an
insanely large repository, even just looking whether we need to write
anything takes a noticeable time. So let's avoid that in the built-in
version, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-12-13 13:06:58 +01:00
..
2018-12-09 11:11:40 +01:00
2018-11-18 18:23:53 +09:00
2018-12-09 11:10:55 +01:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-10-19 13:34:02 +09:00
2018-12-09 11:06:37 +01:00
2018-10-26 14:22:13 +09:00
2018-08-20 15:31:40 -07:00
2018-10-19 13:34:02 +09:00
2018-12-09 11:06:37 +01:00
2018-11-13 22:37:27 +09:00
2018-08-29 11:32:49 -07:00
2018-08-27 14:33:43 -07:00
2018-12-09 11:44:52 +01:00