Opened 7 years ago
Closed 7 years ago
#9767 closed enhancement (fixed)
jasper-2.0.14
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
follow-up: 4 comment:3 by , 7 years ago
It means a pull request was merged. Pull requests are github prefered workflow for getting patches into some repository. You fork the repo using the github interface, clone it locally, make changes, commit patches to your fork, issue a pull request to the repo you want to merge your work. Your work, as well as "Merge branch ..." will be available in upstream repo.
RANT: I never liked that workflow and have no intention of ever contributing to any github-hosted project. Not to mention it's hard to figure out from git log what actually happened between two releases.
comment:4 by , 7 years ago
Replying to Krejzi:
Not to mention it's hard to figure out from git log what actually happened between two releases.
My point exactly.
BTW, my question in comment 2 was sarcasm.
Only changelog is from git commits. Difficult to tell what changed. What does "Merge branch..." mean ?