This script allows you to use git to backport a commit to a stable
branch while generating the exact same commit message (ignoring
whitespace) that you would get from using the merge.sh script with svn.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Cool!
utils/release/merge-git.sh | ||
---|---|---|
2 ↗ | (On Diff #149905) | "Test the ..." doesn't really apply, but I see we have it in the old script too :-/ |
62 ↗ | (On Diff #149905) | $proj doesn't seem to be used below. Is this assuming the monorepo? Or that the user is in the repository of the project they want to merge to/from? Maybe the comment on the top of the file could have a short info about the expectations, i.e. where the script expects to be run, how the git repository was set up, etc? |
67 ↗ | (On Diff #149905) | If this first invocation is only to rebuild the map, maybe don't store it into git_hash? |