Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Miscellaneous
»
Other
»
Making a patch
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
дорвеи
by
StufankaFlate
[
Today
at 05:49:17 am]
схемы заработка
by
StufankaFlate
[
Today
at 05:28:27 am]
Variables as indexes of a...
by
dsiders
[
Today
at 03:37:52 am]
[Solved] Can a thumbnail ...
by
jamie
[
Today
at 02:47:30 am]
Random crashes on Mac Stu...
by
jamie
[
Today
at 02:18:19 am]
How to access and set pro...
by
KodeZwerg
[
Today
at 01:55:40 am]
OpenSSL 3.0 vs Indy's 1.0...
by
Remy Lebeau
[
Today
at 01:26:36 am]
CompareText improvement
by
BeniBela
[
Today
at 12:31:51 am]
Fullscreen event?
by
KodeZwerg
[
Today
at 12:17:27 am]
fpc 3.3.1 or lazarus 2.3 ...
by
Martin_fr
[March 30, 2023, 11:29:01 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Making a patch (Read 4610 times)
Drewski
Jr. Member
Posts: 55
Making a patch
«
on:
March 18, 2004, 02:02:37 am »
What is the proper way to make a patch
Do you use diff?
Please give an example.
Thanks in advance,
Andrew
Perhaps an example could be put on the Mailinglist page of how to make a patch
Logged
Vincent Snijders
Administrator
Hero Member
Posts: 2661
Making a patch
«
Reply #1 on:
March 18, 2004, 08:47:19 am »
See this FAQ:
http://www.lazarus.freepascal.org/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=2#41
But I prefer reading the diff -u output and like to inspect the patch file before sending. So I do it a bit dfferent.'
cvs -z3 diff -u > diff.txt
Then I open the diff.txt in an editor and remove all non-relevant information, for example line starting with ? or other files I changed but don't want to send (yet). Then I gzip the patch:
cat diff.txt | gzip > mypatch.gz
Looking forward to your patches.
Logged
Drewski
Jr. Member
Posts: 55
Making a patch
«
Reply #2 on:
March 18, 2004, 03:17:45 pm »
Okay thanks exactly what I was looking for!
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Miscellaneous
»
Other
»
Making a patch
TinyPortal
© 2005-2018