From: "Alexander Gladysh" <agladysh@gmail.com>
To: git@vger.kernel.org
Subject: Listing authors of each file in branch HEAD since given revision
Date: Thu, 29 May 2008 12:43:46 +0400 [thread overview]
Message-ID: <c6c947f60805290143r731b4a80v8d8297124899be22@mail.gmail.com> (raw)
Hi, list!
For each file in the head of my current branch I need to get a list of
all people who altered it since given revision. If file was not
changed, it should be not listed.
Something like:
my/file1.ext user1 user2 user3
my/file2.ext user1
I also need to be able to get closer view with commit names and
messages for along with author names:
my/file1.ext
<hash> user1 commit text1
<hash> user2 commit text2
<hash> user3 commit text2
my/file2.ext
<hash> user1 commit text1
I believe there should be such tool already, or it should be simple
enough to glue it from existing pieces. Please point me to the right
direction.
Thanks in advance,
Alexander.
next reply other threads:[~2008-05-29 8:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-29 8:43 Alexander Gladysh [this message]
2008-05-29 12:47 ` Listing authors of each file in branch HEAD since given revision Johannes Schindelin
2008-05-29 19:53 ` Petr Baudis
2008-05-29 22:57 ` Johannes Schindelin
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=c6c947f60805290143r731b4a80v8d8297124899be22@mail.gmail.com \
--to=agladysh@gmail.com \
--cc=git@vger.kernel.org \
/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).