summaryrefslogtreecommitdiff
path: root/reset.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-03reset: allow the caller to specify the current HEAD objectPatrick Steinhardt1-0/+5
2026-07-03reset: introduce ability to skip updating HEADPatrick Steinhardt1-3/+6
2026-07-01reset: introduce dry-run modePatrick Steinhardt1-0/+6
2026-07-01reset: modernize flags passed to `reset_working_tree()`Patrick Steinhardt1-12/+19
2026-07-01reset: rename `reset_head()`Patrick Steinhardt1-2/+2
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood1-0/+4
2022-01-26rebase --apply: fix reflogPhillip Wood1-0/+4
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood1-4/+36
2022-01-26reset_head(): remove action parameterPhillip Wood1-1/+1
2020-04-10reset: extract reset_head() from rebaseDenton Liu1-0/+20