summaryrefslogtreecommitdiff
path: root/reset.c
AgeCommit message (Expand)Author
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-11rebase: use 'skip_cache_tree_update' optionVictoria Dye
2022-02-18Merge branch 'pw/use-in-process-checkout-in-rebase'Junio C Hamano
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood
2022-01-26rebase --apply: fix reflogPhillip Wood
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood
2022-01-26reset_head(): factor out ref updatesPhillip Wood
2022-01-26reset_head(): remove action parameterPhillip Wood
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood
2022-01-26rebase: do not remove untracked files on checkoutPhillip Wood
2022-01-26rebase: pass correct arguments to post-checkout hookPhillip Wood
2022-01-07hooks: convert non-worktree 'post-checkout' hook to hook libraryEmily Shaffer
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren
2021-09-27Remove ignored files by default when they are in the wayElijah Newren
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren
2021-07-26reset: clear_unpack_trees_porcelain to plug leakAndrzej Hunt
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-10reset: extract reset_head() from rebaseDenton Liu