[Phpmyadmin-devel] Introducing myself for GSoC
Michal Čihař
michal at cihar.com
Mon Mar 29 16:20:50 CEST 2010
Hi
Dne Sun, 28 Mar 2010 23:08:07 +0200
Silvan Troxler <silvan.troxler at gmail.com> napsal(a):
> Thanks for the guidance. I wasn't sure whether this is also for GSoC
> code proposals.
> I'm new to Git and have a little problem with "git format-patch". It
> just doesn't generate any output or file although "git status" shows
> modified (and also ready to commit) files in my working copy. "git
> diff --cached" shows all my changes, though. What can be the problem
> here?
The problem is that you did not commit your changes. All commits are
local to your repository and git format-patch generates patch from the
commits.
Alternatively you can also publish your repository
(see
http://wiki.phpmyadmin.net/pma/Devel:Git#Publishing_changes_for_merge)
and provide link to it in patch tracker.
> Should I also include the Smarty library into the patch or just refer
> to it in the description?
Create full patch which will work, so you need to include any needed
libraries.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20100329/dfe2bcda/attachment.sig>
More information about the Developers
mailing list