git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Getting a branch's time of creation
@ 2010-03-17 14:45 jateeq
  2010-03-17 16:32 ` Randal L. Schwartz
  2010-03-19 20:54 ` Jakub Narebski
  0 siblings, 2 replies; 4+ messages in thread
From: jateeq @ 2010-03-17 14:45 UTC (permalink / raw)
  To: git


Hello,

I am trying to find the time at which a remote branch was created, so that I
can use the '--since' option in git log to limit the commits to only ones
that were created for that branch (read below to see why I can't use 'git
log <branchnname>). So my question: does git remember the time at which a
branch was created, and how can it be listed?

NOTE: Once I clone a repository that contains Branch1 (which will have its
own commits as well as commits from the master branch), I create Branch2 in
the clone to track Branch1. Branch1 will have commits before the cloning,
and Branch2 will have its own commits after the cloning, but I want to list
both. The way I am thinking of doing it is to list all commits for Branch2,
and then limit the commits to only ones that were created after Branch1 was
created.

If anyone has suggestions on doing this alternatively, feel free to pitch
in. Thank you.
Jawad.

-- 
View this message in context: http://old.nabble.com/Getting-a-branch%27s-time-of-creation-tp27933166p27933166.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-19 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 14:45 Getting a branch's time of creation jateeq
2010-03-17 16:32 ` Randal L. Schwartz
2010-03-17 17:24   ` jateeq
2010-03-19 20:54 ` Jakub Narebski

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).