pseudo initial empty commit and tag for git-log and git-describe?

4 messages, 3 authors, 2016-06-15 · open the first message on its own page

pseudo initial empty commit and tag for git-log and git-describe?

From: Nguyễn Thái Ngọc Duy <hidden>
Date: 2016-06-15 22:42:41

I'm still uncomfortable with git-log -p unable to show the first
commit (git-whatchanged too). Also git-describe refuses to work
without any tag. I'm thinking about adding a pseudo empty commit
together with a tag so that these commands work. The commit and tag
will be created at runtime. They do not actually exist in the object
database. I haven't thought about how to implement it yet.
Any other ideas?
-- 
Duy

Re: pseudo initial empty commit and tag for git-log and git-describe?

From: Matthias Kestenholz <hidden>
Date: 2016-06-15 22:42:41

hello

On Wed, 2006-09-20 at 20:58 +0700, Nguyễn Thái Ngọc Duy wrote:
I'm still uncomfortable with git-log -p unable to show the first
commit (git-whatchanged too). Also git-describe refuses to work
without any tag. I'm thinking about adding a pseudo empty commit
together with a tag so that these commands work. The commit and tag
will be created at runtime. They do not actually exist in the object
database. I haven't thought about how to implement it yet.
Any other ideas?
you can use git log -p --root  to also display the root commit.

	Matthias

Re: pseudo initial empty commit and tag for git-log and git-describe?

From: Linus Torvalds <torvalds@osdl.org>
Date: 2016-06-15 22:42:41


On Wed, 20 Sep 2006, Nguyá»n Thái Ngá»c Duy wrote:
I'm still uncomfortable with git-log -p unable to show the first
commit (git-whatchanged too).
Both of those work fine with "--root". That option tells git: "I'm 
interested in the root patch too".

It might make sense to have "--root" be the default, but the problem is 
that for projects like the Linux kernel where the first commit is a big 
import, showing it as a patch simply doesn't make sense.

So it would have to be a per-repository decision, depending on whether the 
repo considers the first commit to be an import or not. Maybe a git-config 
option?
Also git-describe refuses to work without any tag.
Now, that's arguably a real bug. You should be able to describe any 
commit, and if there's no tag that is reachable from it, the "description" 
should probably just be the SHA1 of the commit.

(Side issue: we should probably also accept the output of "git describe" 
as a revision name, since it's a bit silly that you can ask git to 
"describe" a revision, but then git can't actually use the description 
itself ;)

			Linus

Re: pseudo initial empty commit and tag for git-log and git-describe?

From: Nguyễn Thái Ngọc Duy <hidden>
Date: 2016-06-15 22:42:41

On 9/20/06, Matthias Kestenholz [off-list ref] wrote:
hello
you can use git log -p --root  to also display the root commit.
Thanks. I didn't know about --root.
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help