From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Jaeger Subject: Re: [ANNOUNCE] Git User's Survey 2008 Date: Wed, 03 Sep 2008 14:20:25 +0200 Message-ID: <48BE8109.9030701@jaeger.mine.nu> References: <200808312329.17312.jnareb@gmail.com> <48BB9742.3000109@gmail.com> <200809011034.48342.jnareb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Sep 03 14:21:48 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KarMp-0005US-Um for gcvg-git-2@gmane.org; Wed, 03 Sep 2008 14:21:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751751AbYICMU3 (ORCPT ); Wed, 3 Sep 2008 08:20:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751691AbYICMU3 (ORCPT ); Wed, 3 Sep 2008 08:20:29 -0400 Received: from ethlife-a.ethz.ch ([129.132.49.178]:35719 "HELO ethlife.ethz.ch" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751751AbYICMU2 (ORCPT ); Wed, 3 Sep 2008 08:20:28 -0400 Received: (qmail 17222 invoked from network); 3 Sep 2008 12:20:25 -0000 Received: from unknown (HELO elvis-jaeger.mine.nu) (127.0.0.1) by localhost with SMTP; 3 Sep 2008 12:20:25 -0000 Received: (qmail 28944 invoked from network); 3 Sep 2008 12:20:25 -0000 Received: from unknown (HELO ?127.0.0.1?) (10.0.5.1) by elvis-jaeger.mine.nu with SMTP; 3 Sep 2008 12:20:25 -0000 User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) In-Reply-To: <200809011034.48342.jnareb@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jakub Narebski wrote: > Last, if you are accessing the survey from the same computer, and you > have cookies enabled, you can always return and finish/correct survey > later. Perhaps that should be stated upfront, and not only at the end > 9after submitting survey)... Hm, I've got cookies disabled usually; the survey had a link at the bottom which was a javascript link, and it lead me to a screen asking me for my email and a button "inform about news" or some such (kind of 'spammy' purpose only I guess). So I'm not sure whether my entries got saved at all? I've found the many questions interesting as it showed me quite a number of interesting commands I didn't know about yet (so I said "never" to all of them, but that doesn't mean they aren't useful to me, just that I didn't know about them!): git add -u / -A git log --graph git relink git request-pull (git show-branch) (git stash --keep-index) (git whatchanged) Christian.