Apply patch serial does not correctly add patches to list if >3 patches are selected
By Antoine.Campa... on April 03, 2012 15:26 (imported from Google Code)
What steps will reproduce the problem?
- Generate a list of git patches with many patches (with create patch serial or other means)
- In a git repository, right click, TortoiseGit, Apply Patch serial
- Click add and select all the patches and click Open
Depending on the length of the patches names and their paths,
What is the expected output? What do you see instead?
I expect all patches to be listed and for them to apply to the repository if I press Apply.
What I see is only 4 or 5 patches are added to the list. The last of which is not complete. The number of patches added depends on the length of the file and path names. And due to the incomplete file name of the last patch added, the patches do not apply properly.
Workaround :
When adding patches, select only 3 patches at a time.
What version of the product are you using? On what operating system?
TortoiseGit 1.7.7.0
git version 1.7.7.1.msysgit.0
Windows 7 SP1
Please provide any additional information below.
