summaryrefslogtreecommitdiff
path: root/Porting/p4genpatch
Commit message (Collapse)AuthorAgeFilesLines
* p4genpatchAndreas König2003-03-211-4/+6
| | | | | Message-ID: <m3hea4gabx.fsf@k242.linux.bogus> p4raw-id: //depot/perl@19044
* p4genpatch: produce unix-compatible patches on non-MacOS platforms;Gurusamy Sarathy2002-05-081-2/+12
| | | | | don't unlink /dev/null p4raw-id: //depot/perl@16492
* fix p4genpatch breakage (missing slash in patch headers)Gurusamy Sarathy2002-05-081-2/+2
| | | p4raw-id: //depot/perl@16489
* Integrate #16481 from macperl;Jarkko Hietaniemi2002-05-081-12/+33
| | | | | | | p4genpatch Mac OS fixes (paths, utime) p4raw-id: //depot/perl@16486 p4raw-integrated: from //depot/macperl@16485 'copy in' Porting/p4genpatch (@16475..)
* p4genpatch: avoid stderr noise during addsGurusamy Sarathy2002-05-061-5/+6
| | | p4raw-id: //depot/perl@16423
* a few more p4genpatch fixes:Gurusamy Sarathy2002-05-051-34/+22
| | | | | | | | | | | | | | don't assume previous revision exists, let p4 compute it from the one-less-change number instead the time part in timestamps were always 00:00:00; fix by fetching metadata via "p4 fsync" rather than "p4 filelog" quote all file names used in external commands to make them them work when there are spaces in those file names looks production worthy now :) p4raw-id: //depot/perl@16416
* p4genpatch diffs against depot files from //depot/perl when calledGurusamy Sarathy2002-05-051-1/+3
| | | | | with -b //depot/maint-5.6/perl p4raw-id: //depot/perl@16414
* p4genpatch: current directory may not be writable, so don'tGurusamy Sarathy2002-05-051-1/+1
| | | | | create temp files there p4raw-id: //depot/perl@16413
* p4genpatch now works on windowsGurusamy Sarathy2002-05-051-7/+14
| | | p4raw-id: //depot/perl@16412
* p4genpatch: tweak from Andreas to strip leading portion ofGurusamy Sarathy2002-05-051-14/+19
| | | | | path specified in -b (so patch can be applied with "patch -p1") p4raw-id: //depot/perl@16411
* Allow p4genpatch to use diff programs other than 'diff'.Jarkko Hietaniemi2002-05-041-3/+4
| | | p4raw-id: //depot/perl@16394
* Add p4genpatch from Andreas; obsoletes bothJarkko Hietaniemi2002-05-041-0/+145
p4d2p and p4desc. p4raw-id: //depot/perl@16393