|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[ANNOUNCE] xeyes 1.0.991-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 In addition to a number of janitorial cleanups, the major addtion towards xeyes 1.1.0 is Dylan Simon’s work as described in the shortlog below. The new -distance flag enables an alternative algorithm for placing the pupils within the sclera. (Given the short interval between the two beta releases, and given that the announcement for the first beta was unsent, the shortlog is since the 1.0.1 release rather than since the 1.0.99 beta release.) Alan Coopersmith (1): Add README with pointers to mailing lists, bugzilla, & git Dylan Simon (4): Add xrender support Fix excessive redraw bug Cleanup and simplify calculation and drawing New -distance mapping option James Cloos (6): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Bump version for beta release. Bump version for second beta release. Jeremy Huddleston (1): AM_CFLAGS instead of xeyes_CFLAGS to shut automake up Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. Peter Hutterer (2): Remove unused NUM_EYES define. Split drawing code into multiple functions. git tag: xeyes-1.0.991 http://xorg.freedesktop.org/archive/individual/app/xeyes-1.0.991.tar.bz2 MD5: ba1b886bd6104018fe78ab431d83ce4d xeyes-1.0.991.tar.bz2 SHA1: 8b30da0ca87aa10fefa9791bb636fdffa2049a0a xeyes-1.0.991.tar.bz2 http://xorg.freedesktop.org/archive/individual/app/xeyes-1.0.991.tar.gz MD5: 32700d6b6c409fedf59eb61a7e1f8b9e xeyes-1.0.991.tar.gz SHA1: ad33534db36ef22f26b91b20f621c94a8df4a49a xeyes-1.0.991.tar.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkrLnigACgkQmXqfF+19rqaMmACgggf2b3NOR2Mt/p/4eoPCFxeI jW8AnAi8nC7gF94+t29NXaMWVRmDhCIW =x7x5 -----END PGP SIGNATURE----- _______________________________________________ xorg mailing list xorg@... http://lists.freedesktop.org/mailman/listinfo/xorg |
|
|
local junk and .gitignore (was: [ANNOUNCE] xeyes 1.0.991)Hi,
On Tue, Oct 06, 2009 at 03:45:45PM -0400, James Cloos wrote: > Add *~ to .gitignore to skip patch/emacs droppings As such things are inherently local and specific to your own workflow, IMHO they shouldn't go in the .gitignore in the repository. Luckily -- unlike CVS -- Git offers another way to ignore stuff locally: you can specify extra gitignore files in the configuration. You can even do this globally for all your repositories. For that, add to your ~/.gitconfig: [core] excludesfile = /home/<login>/.site.gitignore and then create ~/.site.gitignore (or whatever name you prefer) with *~ and other local stuff you tend to have in your working trees. -antrik- _______________________________________________ xorg mailing list xorg@... http://lists.freedesktop.org/mailman/listinfo/xorg |
|
|
Re: local junk and .gitignore>>>>> "|" == <olafBuddenhagen@...> writes:
JimC> Add *~ to .gitignore to skip patch/emacs droppings |> As such things are inherently local and specific to your own workflow, |> IMHO they shouldn't go in the .gitignore in the repository. They were being added to the all of the Xorg repos; I just aided in completing that trend. (As I recall, I didn't touch the active drivers with any of those wide, janitorial commits.) Patch(1) and various emacsen are widely enough used by the devs that it still feels more appropriate to have them in the .gitignore files. At least until someone can show an example of a file we would legitimately want in one or more of the repos which has a filename ending in a tilde. And finally, I'm not sure the ~/.gitconfig support for excludesfile even existed at the time of those commits. -JimC -- James Cloos <cloos@...> OpenPGP: 1024D/ED7DAEA6 _______________________________________________ xorg mailing list xorg@... http://lists.freedesktop.org/mailman/listinfo/xorg |
| Free embeddable forum powered by Nabble | Forum Help |