aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2023-07-10 22:55:54 +0000
committerSeongJae Park <sj@kernel.org>2023-07-10 22:55:54 +0000
commit69afd4b9378a29fc65a6e78667f59245fba1340c (patch)
treec2b0e16e4ed39fe2453a685e7d112198cdceadae
parentafa6d27e38791b99aa622e051138de32bc4182d4 (diff)
downloaddamon-hack-69afd4b9378a29fc65a6e78667f59245fba1340c.tar.gz
rebase_damon_next_on_mm_unstable: Use damon/next.old as the old tip of damon/next
Signed-off-by: SeongJae Park <sj@kernel.org>
-rwxr-xr-xrebase_damon_next_on_mm_unstable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebase_damon_next_on_mm_unstable.sh b/rebase_damon_next_on_mm_unstable.sh
index 17db21f..13a0ead 100755
--- a/rebase_damon_next_on_mm_unstable.sh
+++ b/rebase_damon_next_on_mm_unstable.sh
@@ -48,7 +48,7 @@ merged_commits=$(./unmerged_commits.sh --merged --human_readable \
git branch -M damon/next damon/next.old
git checkout akpm.korg.mm/mm-unstable -b damon/next.new
-commits_to_pick=$(./unmerged_commits.sh "$old_mm_unstable..damon/next" \
+commits_to_pick=$(./unmerged_commits.sh "$old_mm_unstable..damon/next.old" \
"$mainline_base..$new_mm_unstable")
if ! git cherry-pick --allow-empty $commits_to_pick
then