[
https://issues.apache.org/jira/browse/SOLR-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15114366#comment-15114366
]
Kevin Risden commented on SOLR-8519:
------------------------------------
I've been using git and creating patches previous to the git migration. I can
create PRs as well no problem. I'm migrating my local copy over to the new Git
currently.
Just for reference here is the flow I was using before the git migration with
git locally:
new work on JIRA
1. git checkout -b JIRA#
2. work work work
3. git add .
4. git commit -m "STUFF"
5. git format-patch --stdout -p --no-prefix trunk > ~/Downloads/$(git rev-parse
--abbrev-ref HEAD).patch
6. attach patch to JIRA
updating local work based on comments
1. git checkout JIRA#
2. work work work
3. git add .
4. git commit --amend
5. git format-patch --stdout -p --no-prefix trunk > ~/Downloads/$(git rev-parse
--abbrev-ref HEAD).patch
attach patch to JIRA
applying someones patch
1. git checkout -b JIRA#
2. git apply -p0 PATCH_FILE
3. git diff
> Implement ResultSetMetaDataImpl.getColumnCount()
> ------------------------------------------------
>
> Key: SOLR-8519
> URL: https://issues.apache.org/jira/browse/SOLR-8519
> Project: Solr
> Issue Type: Sub-task
> Components: SolrJ
> Affects Versions: Trunk
> Reporter: Kevin Risden
> Attachments: SOLR-8519.patch, SOLR-8519.patch
>
>
> DBVisualizer uses getColumnCount to determine how many columns to try to
> display from the result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]