2009/6/13 Federico Bruni <brunol...@gmx.com>:
> 1) GIT
> I did the following changes: run "make ISOLANG=it new-lang" in Documentation
> and added a line in Python/langdefs.py
>
> Is this commands sufficient to commit the changes?
> git commit -a
> git format-patch origin
>
> Or maybe I've committed only the file modified (langdefs.py) and not the new
> files also (Documentation/it/)?

New files you have not told git about are not affected, see git commit
--help. You must to "git add" them first.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to