Hi, I'd like to use git to keep track of a documentation repository. This repo is mainly composed by text file and the documenation is generated by asciidoc. People who are using my repo and updating some docs which may include new images can't send their whole work through patches. For now they only send me the text updates through patch and attach new images with the patch email. Then I do: $ git am < text_only_patch $ git reset --soft HEAD^ $ git add <new images> $ git commit -a -C ORIG_HEAD Now my question: is it the best way to achieve this process ? thanks for you answers Francis ___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez sur http://fr.messenger.yahoo.com - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html