summaryrefslogtreecommitdiffstats
path: root/reset.c
AgeCommit message (Expand)AuthorLines
2022-11-10rebase: use 'skip_cache_tree_update' optionVictoria Dye-0/+1
2022-02-18Merge branch 'pw/use-in-process-checkout-in-rebase'Junio C Hamano-59/+90
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood-1/+3
2022-01-26rebase --apply: fix reflogPhillip Wood-2/+10
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood-20/+18
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood-4/+12
2022-01-26reset_head(): factor out ref updatesPhillip Wood-48/+62
2022-01-26reset_head(): remove action parameterPhillip Wood-2/+3
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood-1/+1
2022-01-26rebase: do not remove untracked files on checkoutPhillip Wood-1/+1
2022-01-26rebase: pass correct arguments to post-checkout hookPhillip Wood-9/+9
2022-01-07hooks: convert non-worktree 'post-checkout' hook to hook libraryEmily Shaffer-1/+2
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren-1/+1
2021-09-27Remove ignored files by default when they are in the wayElijah Newren-2/+1
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren-0/+2
2021-07-26reset: clear_unpack_trees_porcelain to plug leakAndrzej Hunt-2/+2
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson-1/+1
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano-0/+141
2020-04-10reset: extract reset_head() from rebaseDenton Liu-0/+140