[RTEMS Project] #3238: Git push to Trac with more than one commit does not update tickets.
RTEMS trac
trac at rtems.org
Thu May 3 05:19:40 UTC 2018
#3238: Git push to Trac with more than one commit does not update tickets.
-------------------------+---------------------
Reporter: Chris Johns | Owner: (none)
Type: defect | Status: new
Priority: highest | Milestone: 5.1
Component: admin | Version:
Severity: blocker | Resolution:
Keywords: | Blocked By:
Blocking: |
-------------------------+---------------------
Comment (by Sebastian Huber):
I use the following workaround:
git log --format='%h' origin/master..HEAD | tac | sed 's%\(.*\)%git push
origin \1:master%' > tmp.sh
It creates a script to push each commit separately.
--
Ticket URL: <http://devel.rtems.org/ticket/3238#comment:3>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list