index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t3650-replay-basics.sh
Age
Commit message (
Expand
)
Author
6 days
Merge branch 'tc/replay-ref'
Junio C Hamano
8 days
Merge branch 'tc/replay-down-to-root'
Junio C Hamano
13 days
replay: allow to specify a ref with option --ref
Toon Claes
2026-03-25
replay: add --revert mode to reverse commit changes
Siddharth Asthana
2026-03-24
replay: support replaying down from root commit
Toon Claes
2026-01-13
replay: drop commits that become empty
Phillip Wood
2026-01-13
replay: support updating detached HEAD
Patrick Steinhardt
2026-01-06
t3650: add more regression tests for failure conditions
Kristoffer Haugsbakk
2026-01-06
replay: die descriptively when invalid commit-ish is given
Kristoffer Haugsbakk
2026-01-06
replay: find *onto only after testing for ref name
Kristoffer Haugsbakk
2025-11-05
replay: add replay.refAction config option
Siddharth Asthana
2025-11-05
replay: make atomic ref updates the default behavior
Siddharth Asthana
2025-03-18
merge-ort: fix merge.directoryRenames=false
Elijah Newren
2025-03-18
t3650: document bug when directory renames are turned off
Johannes Schindelin
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-08-01
builtin/replay: plug leaking `advance_name` variable
Patrick Steinhardt
2023-11-26
replay: stop assuming replayed branches do not diverge
Elijah Newren
2023-11-26
replay: add --contained to rebase contained branches
Elijah Newren
2023-11-26
replay: add --advance or 'cherry-pick' mode
Elijah Newren
2023-11-26
replay: use standard revision ranges
Elijah Newren
2023-11-26
replay: make it a minimal server side command
Elijah Newren
2023-11-26
replay: remove HEAD related sanity check
Elijah Newren
2023-11-26
replay: introduce new builtin
Elijah Newren