- Issue created by @urvashi_vora
- Status changed to Needs work
about 1 year ago 7:55am 1 November 2023 - ๐ฎ๐ณIndia Ashutosh Ahirwal India
Provided patch doesn't get apply throwing error.
git apply -v coding-standard-fixes_18.patch
coding-standard-fixes_18.patch:14: trailing whitespace.
A PAN card (short for Permanent Account Number card) is a personal
Checking patch README.md...
error: while searching for:## INTRODUCTION
A PAN card (short for Permanent Account Number card) is a personal identification document issued by the Indian Income Tax Department to individuals and organizations in India. It is a 10-digit alphanumeric identification number that is unique to each individual or organization and is used for various purposes, such as filing income tax returns and conducting financial transactions.
The PAN card is a laminated plastic card that contains the individual's or organization's name, date of birth (for individuals), and PAN number. It also contains a photograph of the individual (for individuals) and other identifying information. The PAN card is issued to individuals and organizations upon request and is valid for the lifetime of the holder.
In India, the PAN card is an important document that is widely used for various purposes, such as opening a bank account, applying for a credit card, purchasing a vehicle or property, and conducting other financial transactions. It is also used as a valid proof of identity and address for various purposes, such as obtaining a passport, driver's license, and other government-issued documents.
## CONFIGURATION
error: patch failed: README.md:7
error: README.md: patch does not apply - ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
rakesh.regar โ made their first commit to this issueโs fork.
- @rakeshregar opened merge request.
- Status changed to Needs review
about 1 year ago 12:25pm 1 November 2023 - ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
MR raised, moving to needs review.
- Status changed to Needs work
about 1 year ago 1:56am 6 November 2023 - ๐ต๐ญPhilippines clarkssquared
Hi rakesh,
I applied your MR !3 and it looks likes it fails to apply,
I used two methods in applying a patch, first I used patch -p1 and below is the result
โ pancard_number_widget git:(master) โ curl https://git.drupalcode.org/project/pancard_number_widget/-/merge_requests/3.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 100 1905 100 1905 0 0 3980 0 --:--:-- --:--:-- --:--:-- 40100 1905 100 1905 0 0 3977 0 --:--:-- --:--:-- --:--:-- 4036 patching file README.md No such line 32 in input file, ignoring 3 out of 3 hunks failed--saving rejects to README.md.rej
and second method is git apply -v, and please look at the result below
โ pancard_number_widget git:(master) โ curl https://git.drupalcode.org/project/pancard_number_widget/-/merge_requests/3.diff | git apply -v % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 100 1905 100 1905 0 0 3539 0 --:--:-- --:--:-- --:--:-- 35100 1905 100 1905 0 0 3537 0 --:--:-- --:--:-- --:--:-- 3587 Skipped patch 'README.md'.
hence moving this to needs work.
- ๐ฎ๐ณIndia mukhtarm
Hi @clarkssquared The patch from MR is applying fine for me. Please follow this instruction to apply the patch MR: https://drupal.stackexchange.com/questions/303436/how-do-i-apply-patches...
- Status changed to Needs review
about 1 year ago 7:00am 6 November 2023 - Status changed to RTBC
6 months ago 6:57am 13 June 2024 - ๐ฎ๐ณIndia dev16.addweb
Hello,
I have tested MR !3 and it's working as accepted. found no errors or warnings.