You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2012/06/30 01:26:44 UTC

[jira] [Created] (COMPRESS-190) Git settings for commons-compress

Jukka Zitting created COMPRESS-190:
--------------------------------------

             Summary: Git settings for commons-compress
                 Key: COMPRESS-190
                 URL: https://issues.apache.org/jira/browse/COMPRESS-190
             Project: Commons Compress
          Issue Type: Improvement
            Reporter: Jukka Zitting
            Priority: Trivial


For people using the commons-compress.git mirror it would be useful to have basic {{.gitignore}} and {{.gitattributes}} files present at the root of the Commons Compress checkout.

The following settings work fine for me on a Windows/Eclipse environment:

{code:none}
$ cat .gitignore
target
.project
.classpath
.settings
$ cat .gitattributes
src/test/resources/longfile_gnu.ar      eol=lf
src/test/resources/longfile_bsd.ar      eol=lf
src/test/resources/longpath/minotaur.ar eol=lf
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (COMPRESS-190) Git settings for commons-compress

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated COMPRESS-190:
-----------------------------------

    Attachment: 0001-COMPRESS-190-Git-settings-for-commons-compress.patch

Patch attached.
                
> Git settings for commons-compress
> ---------------------------------
>
>                 Key: COMPRESS-190
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-190
>             Project: Commons Compress
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Priority: Trivial
>              Labels: git
>         Attachments: 0001-COMPRESS-190-Git-settings-for-commons-compress.patch
>
>
> For people using the commons-compress.git mirror it would be useful to have basic {{.gitignore}} and {{.gitattributes}} files present at the root of the Commons Compress checkout.
> The following settings work fine for me on a Windows/Eclipse environment:
> {code:none}
> $ cat .gitignore
> target
> .project
> .classpath
> .settings
> $ cat .gitattributes
> src/test/resources/longfile_gnu.ar      eol=lf
> src/test/resources/longfile_bsd.ar      eol=lf
> src/test/resources/longpath/minotaur.ar eol=lf
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (COMPRESS-190) Git settings for commons-compress

Posted by "Stefan Bodewig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig resolved COMPRESS-190.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

added with svn revision 1358629

Any reason you didn't simply add those yourself?
                
> Git settings for commons-compress
> ---------------------------------
>
>                 Key: COMPRESS-190
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-190
>             Project: Commons Compress
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Priority: Trivial
>              Labels: git
>             Fix For: 1.5
>
>         Attachments: 0001-COMPRESS-190-Git-settings-for-commons-compress.patch
>
>
> For people using the commons-compress.git mirror it would be useful to have basic {{.gitignore}} and {{.gitattributes}} files present at the root of the Commons Compress checkout.
> The following settings work fine for me on a Windows/Eclipse environment:
> {code:none}
> $ cat .gitignore
> target
> .project
> .classpath
> .settings
> $ cat .gitattributes
> src/test/resources/longfile_gnu.ar      eol=lf
> src/test/resources/longfile_bsd.ar      eol=lf
> src/test/resources/longpath/minotaur.ar eol=lf
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira