The linux-input mailing list has been moved

2012-07-08 Thread Martin Mares
The linux-input mailing list has been moved to vger.kernel.org. See http://vger.kernel.org/vger-lists.html for information on the new list server (or consult your local oracle). Yours virtually, Martin Mares -- To unsubscribe from this list

Re: SHA1 hash safety

2005-04-16 Thread Martin Mares
Hi! > We've already computed the chances of a random pure hash collision > with SHA1 - it's something like an average of 1 collision every > 10 billion years if we have 10,000 coders generating 1 new file > version every minute, non-stop, 24 hours a day, 365 days a year. GIT is safe even for the

Storing permissions

2005-04-16 Thread Martin Mares
Hi Linus et al., I'm trying to use git, but I frequenty run into problems with file permissions -- some archives (including the master git archive) contain group-writable files, but when I check them out, the permissions get trimmed by my umask (quite sensibly) and update-cache complains that they

Re: [PATCH] Get commits from remote repositories by HTTP

2005-04-16 Thread Martin Mares
Hello! > This adds a program to download a commit, the trees, and the blobs in them > from a remote repository using HTTP. It skips anything you already have. Is it really necessary to write your own HTTP downloader? If so, is it necessary to forget basic stuff like the "Host:" header? ;-) If yo