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
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19027 Build 19027: arc lint + arc unit
Event Timeline
Cool!
utils/release/merge-git.sh | ||
---|---|---|
3 | "Test the ..." doesn't really apply, but I see we have it in the old script too :-/ | |
63 | $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? | |
68 | If this first invocation is only to rebuild the map, maybe don't store it into git_hash? |
"Test the ..." doesn't really apply, but I see we have it in the old script too :-/