mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
Ports: Place tags at important points in the commit history
This helps with easier rebasing and for easier comparing or returning to the state at which the last actual on-disk patches were.
This commit is contained in:
parent
1b9fb7041d
commit
f6005764d7
Notes:
sideshowbarker
2024-07-17 06:52:38 +09:00
Author: https://github.com/timschumi
Commit: f6005764d7
Pull-request: https://github.com/SerenityOS/serenity/pull/15268
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/gmta
1 changed files with 4 additions and 0 deletions
|
@ -718,6 +718,7 @@ do_dev() {
|
||||||
git config core.autocrlf false
|
git config core.autocrlf false
|
||||||
git add --all --force
|
git add --all --force
|
||||||
git commit -a -m 'Initial import'
|
git commit -a -m 'Initial import'
|
||||||
|
git tag import
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Import patches as commits, or ask the user to commit them
|
# Import patches as commits, or ask the user to commit them
|
||||||
|
@ -792,6 +793,9 @@ do_dev() {
|
||||||
}
|
}
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git tag original
|
||||||
|
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue