git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: "Marco Costalba" <mcostalba@gmail.com>
Cc: "Git Mailing List" <git@vger.kernel.org>
Subject: Re: [RFH] How to get git-gui.sh history
Date: Sat, 21 Apr 2007 02:17:21 -0700	[thread overview]
Message-ID: <7vtzvaulwe.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <e5bfff550704210204p1f231076p6a68cb9d6038f4e3@mail.gmail.com> (Marco Costalba's message of "Sat, 21 Apr 2007 11:04:40 +0200")

"Marco Costalba" <mcostalba@gmail.com> writes:

> From today git:
>
> $ git rev-list --all -- git-gui/git-gui.sh | wc
>      7       7     287
> $ git rev-list --all --full-history -- git-gui/git-gui.sh | wc
>      9       9     369
>
> So only the merges from git://repo.or.cz/git-gui are shown.

Remember, git does not have concept of "file identity".  Path
filtering feature of "git log" family of commands is just that:
filtering by path.

You are asking for commits that have difference in the specified
paths (in your case, "git-gui/git-gui.sh") from their parents.

Shawn's git-gui repository does not have such a path at all.  He
has git-gui.sh at the toplevel.

$ git rev-list -- git-gui.sh | wc -l
158

  reply	other threads:[~2007-04-21  9:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-21  9:04 [RFH] How to get git-gui.sh history Marco Costalba
2007-04-21  9:17 ` Junio C Hamano [this message]
2007-04-21  9:38   ` Marco Costalba
2007-04-21 14:54     ` Michael
2007-04-21 16:05       ` Julian Phillips
2007-04-21 17:19         ` Marco Costalba
2007-04-21 20:01         ` Michael

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=7vtzvaulwe.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=mcostalba@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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).