[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version
From: |
Assaf Gordon |
Subject: |
Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup |
Date: |
Mon, 15 Sep 2014 21:04:02 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 |
Hello Troye,
On 09/15/2014 08:37 PM, socketpro wrote:
Okay. I did "git format-patch -30" since I had 30 commits. I'm not that good
with git yet. The .xz patch is attached.
Thank you.
For reference, this is how one can import your additions:
## Start with a clean repository (if needed)
git clone git://git.sv.gnu.org/administration/savane.git
cd savane
## create a new branch (based on 'master' branch), to make the changes
easier to track
git checkout -b new1 master
## Import the patches from the included file
xzcat ~/savane-admin-2014-09-15.patch.xz | git am
This now allows other developers to use 'git log' to see the changes,
or 'gitk' or 'git serve' for a more visual exploration.
Regards,
- Assaf
- [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, (continued)
- [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup, socketpro, 2014/09/15
- Re: [Savannah-hackers-public] Porting savane from PHP to Perl on version 3.1-cleanup,
Assaf Gordon <=