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
/
builtin
/
replay.c
Age
Commit message (
Expand
)
Author
13 days
replay: allow to specify a ref with option --ref
Toon Claes
13 days
replay: use stuck form in documentation and help message
Toon Claes
13 days
builtin/replay: mark options as not negatable
Toon Claes
2026-03-25
replay: add --revert mode to reverse commit changes
Siddharth Asthana
2026-01-13
builtin/replay: move core logic into "libgit.a"
Patrick Steinhardt
2026-01-13
builtin/replay: extract core logic to replay revisions
Patrick Steinhardt
2026-01-06
replay: die if we cannot parse object
Kristoffer Haugsbakk
2026-01-06
replay: improve code comment and die message
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
2026-01-06
replay: remove dead code and rearrange
Kristoffer Haugsbakk
2025-12-22
Merge branch 'rs/replay-wrong-onto-fix'
Junio C Hamano
2025-12-22
Merge branch 'kh/doc-replay-updates'
Junio C Hamano
2025-12-14
replay: improve --contained and add to doc
Kristoffer Haugsbakk
2025-12-12
replay: move onto NULL check before first use
René Scharfe
2025-12-09
Merge branch 'en/replay-doc-revision-range'
Junio C Hamano
2025-12-09
Merge branch 'pw/replay-exclude-gpgsig-fix'
Junio C Hamano
2025-11-28
Documentation/git-replay.adoc: fix errors around revision range
Elijah Newren
2025-11-26
replay: do not copy "gpgsign-sha256" header
Phillip Wood
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-11-05
replay: use die_for_incompatible_opt2() for option validation
Siddharth Asthana
2025-06-05
repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()
Lidong Yan
2025-05-14
replay: replace the_repository with repo parameter passed to cmd_replay ()
Elijah Newren
2025-02-06
parse-options: introduce die_for_incompatible_opt2()
Toon Claes
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-14
Merge branch 'ps/leakfixes-part-3'
Junio C Hamano
2024-08-01
builtin/replay: plug leaking `advance_name` variable
Patrick Steinhardt
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
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: remove progress and info output
Elijah Newren
2023-11-26
replay: add an important FIXME comment about gpg signing
Elijah Newren
2023-11-26
replay: change rev walking options
Elijah Newren
2023-11-26
replay: introduce pick_regular_commit()
Elijah Newren
2023-11-26
replay: die() instead of failing assert()
Elijah Newren
2023-11-26
replay: start using parse_options API
Elijah Newren
2023-11-26
replay: introduce new builtin
Elijah Newren