27.06.2013 17:41, Mateusz Viste пишет:
> I suppose it should detect somehow the files I changed, and perform a 
> diff on them, giving me a ready-to-use patch file.. But I am probably 
> missing some magic parameter that I should feed to it via the command 
> line, am I?
First, you need to do
git commit -a
to commit your changes.
It seems you already did
git add
to add the new files, now just commit things.

Then you can do
git format-patch HEAD~n
where n is a number of commits you did.

> BTW, what is 'bts' ? Is it this? http://sourceforge.net/p/dosemu/patches/
> I've noticed this place, but it looked quite abandoned, so I though it 
> is some ghost town from some past usage :P
Its for user-contributed patches, so not frequently used.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Dosemu-devel mailing list
Dosemu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dosemu-devel

Reply via email to