Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record date in git sources #258

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Record date in git sources #258

wants to merge 3 commits into from

Commits on Aug 3, 2020

  1. Don't use git ls-remote

    Instead we initialize a local repository. This is a bit slowly (about 1s
    slower) but allows us to gain more information about the repo.
    nmattia committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    94f2ba0 View commit details
    Browse the repository at this point in the history
  2. Record date field

    The `sources.json` now has a `date` field for `git` repositories.
    nmattia committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    239b771 View commit details
    Browse the repository at this point in the history
  3. Skip git checkout

    nmattia committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f2f4649 View commit details
    Browse the repository at this point in the history