[LU-13936] Contrib: script to automate commit message updates for porting Created: 31/Aug/20 Updated: 31/Aug/20 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Amir Shehata (Inactive) | Assignee: | Amir Shehata (Inactive) |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
gitport.py is intended to be used instead of the git editor 1. Cherry-pick all the patches you want to port over into 2. Modify PATH (or use another method) to make gitport.py 3.
[core]
editor = gitport.py
4. git log --pretty=oneline > lustre-log.out 5. export GITLOG=/path/to/lustre-log.out 6. git rebase -i HEAD~<num of patches which need commit messages updated> NOTE: this script is not intended for normal editing. It'll modify |
| Comments |
| Comment by Gerrit Updater [ 31/Aug/20 ] |
|
Amir Shehata (ashehata@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/39778 |