Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Timeline tags #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Timeline tags #7

wants to merge 2 commits into from

Conversation

scbash
Copy link
Contributor

@scbash scbash commented Oct 21, 2010

Here's the updated (and rebased, so you'll have to junk your branch I'm assuming) Timeline Tags branch. It now ignores lightweight tags.

Thanks,
Stephen

Adds the ITimlineEventProvider methods to GitConnector.  Currently
queries all Git repos for tags (could potentially limit to a subset
of repos).  Should handle varying timezones correctly (not tested).

Creates timeline entries like
  "TagName created in RepoName by User"
with the tag message on the next line.  The timeline entry should
be a link to the object pointed to by the Git tag.
Lightweight tags do not have a date or tagger associated with them.
So if the date string is empty, just continue to the next tag.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants