El lun, 22-10-2007 a las 14:34 -0700, Albert Astals Cid escribió: > autogen.sh | 7 ++++--- > glib/demo/Makefile.am | 1 + > 2 files changed, 5 insertions(+), 3 deletions(-) > > New commits: > commit 57331767ed5306eba1f9bf60e48fc88debdc2198 > Author: Albert Astals Cid <[EMAIL PROTECTED]> > Date: Mon Oct 22 23:33:59 2007 +0200 > > builddir != srcdir fixes by Christian Persch <chpe gnome org>
Another great thing in git is that it distinguishes between author and committer, so instead of messing up the log message with "patch by", "fixes by" and so on, we can just specify the real author of the changes when committing. $ git commit -a --author "name <mail>" It doesn't need to be a user in the repo. Look at this commit, for example: http://gitweb.freedesktop.org/?p=poppler/poppler.git;a=commit;h=3d0df46908379bce1d196b9dc41153b1adb5f725 As a free software researcher I love this feature even more ;-) -- Carlos Garcia Campos [EMAIL PROTECTED] [EMAIL PROTECTED] http://carlosgc.linups.org PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
