From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15721 invoked by alias); 26 Jun 2012 17:13:39 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17163 Received: (qmail 7628 invoked from network); 26 Jun 2012 17:13:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=d2RafVqOPbSN9uGHIT6GRT0AaWxj2q5gcj6V02+0MD4=; b=oLYHuwGhdAvBdOhCLz3VzQeurms/LKMaBYyrmI87Q3u5SGhaHLRfaz3WIZmd79A10E GjFWOm5qQhIgIyELaPJ7asnNnIRb8xD4wvw6a+8q825dRAfowzA2TatxvwxOXb6UfPfP Zz4ZVnkVQWg2LlKUD08AnbQo9LgnD5lqK6HZGTO/WTeYkvUXNN1IrkSICE2iEtiC3lky /nAgy5xnPn3eciddZId5+ydGY4US8fAROG/WgqNU5pVPj5XUXkFbWKgZvmaWtRuTNvxT SFK3MHAVVEwN/tJMGzV6d6+78GNFRrM6ssEdhjGy++xLVbTXNyWmME1tCvHe45Fs8PCJ LXjw== Message-ID: <4FE9EDAE.50600@gmail.com> Date: Tue, 26 Jun 2012 13:13:18 -0400 From: Sonny Michaud User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: Zsh Users Subject: Soliciting oh-my-zsh users to review pull request Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Good Day, I am hoping to find a few oh-my-zsh users who would be willing to help me test out a pull request I have opened, "make git_prompt_info aware of detached HEAD and tags". The motivation behind this request is that, when compiling git repositories from source, I often found myself having a tag checked out - but git_prompt_info would report that I was not in a git repository when that was the case. Having this information seems to be very useful, and I can imagine, in the future, adding awareness for merge and rebase state, but this at least gives you an idea of where you are at any given time. You can take a look at the pull request here: https://github.com/robbyrussell/oh-my-zsh/pull/1063 I would really appreciate any help with this or even just comments. Thank you kindly for your time, Sonny