Hi,

The format-patch thing sounds nice. Could you tell more about how I 
should use it? I'm sorry for being a git noob - I am used to svn, and 
never really understood the whole fuss about the greatness of git :)

I naively tried to type the command you gave me at the root folder of my 
dosemu project, but it doesn't returned anything..

   mateusz@mateusz:~/git/dosemu> git format-patch
   mateusz@mateusz:~/git/dosemu>

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?

git status tells me this:

mateusz@mateusz:~/git/dosemu> git status
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       new file:   src/dosext/net/net/librouter/arp.c
#       new file:   src/dosext/net/net/librouter/arp.h
#       new file:   src/dosext/net/net/librouter/dhcp.c
#       new file:   src/dosext/net/net/librouter/dhcp.h
#       new file:   src/dosext/net/net/librouter/forgehdr.c
#       new file:   src/dosext/net/net/librouter/forgehdr.h
#       new file:   src/dosext/net/net/librouter/librouter.c
#       new file:   src/dosext/net/net/librouter/librouter.h
#       new file:   src/dosext/net/net/librouter/netparse.c
#       new file:   src/dosext/net/net/librouter/netparse.h
#       new file:   src/dosext/net/net/librouter/processpkt.c
#       new file:   src/dosext/net/net/librouter/processpkt.h
#       new file:   src/dosext/net/net/librouter/slirp.c
#       new file:   src/dosext/net/net/librouter/slirp.h
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working 
directory)
#
#       modified:   src/dosext/net/net/Makefile
#       modified:   src/dosext/net/net/libpacket.c
#       modified:   src/dosext/net/net/pktnew.c
#       modified:   src/emu.c
#       modified:   src/include/pktdrvr.h
#

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

cheers,
Mateusz





On 06/27/2013 03:22 PM, Stas Sergeev wrote:
> Hi, thanks for you work!
>
> Would be nice if you create a patch with
> git format-patch
> (or even a serie of patches)
> and attach them to the "patches" section of bts,
> so that it won't get forgotten.
>
> Thanks again.


------------------------------------------------------------------------------
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