@cd $(SRCDIR)&&for patch in $(PATCHDIR)/*.patch;do\
@cd $(SRCDIR)&&for patch in `find $(PATCHDIR) -name \*.patch`;do\
patch --verbose -Np0 -i $$patch;\
done
@cd $(SRCDIR);\
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.