[koha-commits] main Koha release repository branch new/bug_7552 created. v3.06.00-620-g5f2e1ba

Git repo owner gitmaster at git.koha-community.org
Tue Feb 21 17:37:42 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7552 has been created
        at  5f2e1ba7b14b226cbe23438116d77be710dd88b0 (commit)

- Log -----------------------------------------------------------------
commit 5f2e1ba7b14b226cbe23438116d77be710dd88b0
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Fri Feb 17 15:03:52 2012 +0100

    Bug 7552 - Remove wrong line endings in NORMARC record.abs
    
    Line endings contain erroneous \r 's.
    
    Also remove a useless comment at the top of the file.
    
    This patch was produced by doing the following operations:
    
    git config --global core.autocrlf true
    git rm --cached -r etc/zebradb/marc_defs/normarc/biblios/record.abs
    git diff --cached --name-only -z | xargs -0 git add
    
    as recommended here:
    http://help.github.com/line-endings/
    
    First version of this file resulted in whitespaceerrors. Trying to fix that now.
    
    To test:
    
    - Open etc/zebradb/marc_defs/normarc/biblios/record.abs in a file editor
      that will let you search for \r - gedit seems to work nicely for this.
      Check that there are occurences of \r in the file
    - Apply the patch
    - Open etc/zebradb/marc_defs/normarc/biblios/record.abs in the editor and
      check that it can not find any \r
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Still a few \r
    
    But only on comments, safe to push
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list