[
https://issues.apache.org/jira/browse/THRIFT-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867065#comment-15867065
]
James E. King, III commented on THRIFT-3369:
--------------------------------------------
In the future you can use "git rebase -i HEAD~n" where n is the number of
commits to squash.
Change "pull" to "fixme" on all of YOUR commits except the first one. Don't do
other commits.
This squashes all your commits, as long as you didn't rebase to master.
After doing this you need to force push to github. I keep all my github pull
requests as single commits this way.
Here's another page about squash and force push:
https://github.com/ginatrapani/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit
> Implement SSL/TLS support on C with c_glib
> ------------------------------------------
>
> Key: THRIFT-3369
> URL: https://issues.apache.org/jira/browse/THRIFT-3369
> Project: Thrift
> Issue Type: Improvement
> Components: C glib - Library
> Affects Versions: 0.9.1, 0.9.2, 0.9.3, 1.0
> Reporter: Gonzalo Aguilar
> Assignee: James E. King, III
> Labels: features, patch
> Fix For: 0.11.0
>
>
> Implement SSL/TLS based on plain openssl instead of going through the way
> defined in THRIFT-1016.
> This help us to maintain a reference implementation and later switch over GIO
> or whatever is defined. But also does not add any other dependencies to the
> project. So bare minimum installation for supporting SSL/TLS is there and
> aligned with CPP counterpart.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)