Am 13.11.2010 um 11:43 schrieb [email protected]:

I will keep "R-ing the F-ing M's" to try and figure out what "git am < 00xxx.patch" means.

It's a command to be typed in the command line. Replace the "xxx" with the corresponding name of the actual patch file, of course.

To apply all patches without getting thick fingers, here's a small script, also to be typed in a terminal/bash shell:

for F in 00*.patch; do
git am < "$F"
done

Before doing so, you have to download all of them, of course.


Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. (FH) Markus Hitter
http://www.jump-ing.de/







_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to