summaryrefslogtreecommitdiff
path: root/reset.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-18Merge branch 'pw/use-in-process-checkout-in-rebase'Libravatar Junio C Hamano1-59/+90
2022-01-26rebase --apply: set ORIG_HEAD correctlyLibravatar Phillip Wood1-1/+3
2022-01-26rebase --apply: fix reflogLibravatar Phillip Wood1-2/+10
2022-01-26reset_head(): take struct rebase_head_optsLibravatar Phillip Wood1-20/+18
2022-01-26reset_head(): make default_reflog_action optionalLibravatar Phillip Wood1-4/+12
2022-01-26reset_head(): factor out ref updatesLibravatar Phillip Wood1-48/+62
2022-01-26reset_head(): remove action parameterLibravatar Phillip Wood1-2/+3
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorLibravatar Phillip Wood1-1/+1
2022-01-26rebase: do not remove untracked files on checkoutLibravatar Phillip Wood1-1/+1
2022-01-26rebase: pass correct arguments to post-checkout hookLibravatar Phillip Wood1-9/+9
2022-01-07hooks: convert non-worktree 'post-checkout' hook to hook libraryLibravatar Emily Shaffer1-1/+2
2021-09-27Change unpack_trees' 'reset' flag into an enumLibravatar Elijah Newren1-1/+1
2021-09-27Remove ignored files by default when they are in the wayLibravatar Elijah Newren1-2/+1
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsLibravatar Elijah Newren1-0/+2
2021-07-26reset: clear_unpack_trees_porcelain to plug leakLibravatar Andrzej Hunt1-2/+2
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-1/+1
2020-04-29Merge branch 'dl/merge-autostash'Libravatar Junio C Hamano1-0/+141
2020-04-10reset: extract reset_head() from rebaseLibravatar Denton Liu1-0/+140