Re: [git-users] The right process of generating and merging patches?

2014-01-13 Thread Valerio Pachera
The answer is 'git am'. I thought, reading the description, it was only for retrieving patched from a mailbox. git am --help git-am - Apply a series of patches from a mailbox But it also apply patched form file and creates a commit. git log commit c0951a06f8bdd4d659dc356cfef77574d9ead2f4 Aut

Re: [git-users] The right process of generating and merging patches?

2014-01-12 Thread Valerio Pachera
ip Oakley > - Original Message - > > *From:* Valerio Pachera > *To:* git-users@googlegroups.com > *Sent:* Sunday, January 12, 2014 5:48 PM > *Subject:* [git-users] The right process of generating and merging > patches? > > Hi all, this is my first topic in this grou

Re: [git-users] The right process of generating and merging patches?

2014-01-12 Thread Philip Oakley
- Original Message - From: Valerio Pachera To: git-users@googlegroups.com Sent: Sunday, January 12, 2014 5:48 PM Subject: [git-users] The right process of generating and merging patches? Hi all, this is my first topic in this group. I'm not professional programm

[git-users] The right process of generating and merging patches?

2014-01-12 Thread Valerio Pachera
Hi all, this is my first topic in this group. I'm not professional programmer, I mostly write scripts. I'm interested in git because I'm collaborating with an open source project writing documentation. So I wish to get familiar with git work-flow process to send patches. I'll probably use it also