Skip to content
Snippets Groups Projects
Commit 9c05b5d2 authored by Teo Camarasu's avatar Teo Camarasu
Browse files

Fix unpack-patch not adding new files to the index

parent ed5805b2
No related branches found
No related tags found
1 merge request!408Fix unpack-patch not adding new files to the index
Pipeline #109563 passed
Pipeline: head.hackage

#109564

    ......@@ -57,7 +57,8 @@ patch_pkg() {
    fi
    if [ -n "$patched" ]; then
    git -C $pkg_dir commit -q -a -m "head.hackage.org patch"
    git -C $pkg_dir add . # track changes or new files added by the patch
    git -C $pkg_dir commit -q -m "head.hackage.org patch"
    fi
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment