git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Kai Blin <kai.blin@gmail.com>, git@vger.kernel.org
Subject: Re: gitweb filter for patches by a specific person in a specific timeframe
Date: Mon, 28 Aug 2006 15:13:43 +0200	[thread overview]
Message-ID: <44f2ebff.71ddc839.5a4e.79a6@mx.gmail.com> (raw)
In-Reply-To: 200608281459.26643.kai.blin@gmail.com

Kai Blin wrote:

> I have just completed my Google Summer of Code[1] project[2] working for the 
> Wine project. Now, as I was submitting patches to a git repository, I don't 
> have a branch solely containing my patches or something like that. Google 
> seems to want something like this, so I figured maybe I could get gitweb to 
> filter for my patches during the SoC period. Is that possible?
> If not, does it sound like something feasible to add?

It is possible. Simply enter "author:Kai Blin" (without space between ':' 
and your name as it appears in author field) in the searchbox, and you 
would get an URL similar to the URL below:

  http://www.kernel.org/git/?p=git%2Fgit.git&a=search&h=HEAD&s=author%3AJonas+Fonseca

Of course you should first go to proper branch.  If you are giving the link,
you can write it in more human-friendly form, e.g.

  http://www.kernel.org/git/?p=git/git.git;a=search;h=HEAD;s=author:Jonas+Fonseca


Or you can just search for your name, which gives URL like this one

  http://www.kernel.org/git/?p=git/git.git;a=search;h=HEAD;s=Jonas+Fonseca

which will find all commits in the lineage of given branch (HEAD is 
the current branch) which have specified phrase in commit log (which 
includes signoff lines)

> PS: Please CC me, as I'm not on the list.

You can always read the list using one of the many archives 
of git@vger.kernel.org list, or using Usenet (news) client via NNTP
gateway at GMane (nntp://news.gmane.org/gmane.comp.version-control.git).

See http://git.or.cz/gitwiki/GitCommunity

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

  reply	other threads:[~2006-08-28 13:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28 12:59 gitweb filter for patches by a specific person in a specific timeframe Kai Blin
2006-08-28 13:13 ` Jakub Narebski [this message]
2006-08-28 18:16 ` Jeff King
2006-08-28 19:04   ` Linus Torvalds
2006-08-31 22:57     ` [PATCH] Support author and commiter based revision list limiting Jonas Fonseca
2006-09-01  0:07       ` Junio C Hamano
2006-09-18  0:40     ` git log --author='Jeff King' Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44f2ebff.71ddc839.5a4e.79a6@mx.gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kai.blin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).