Giter VIP home page Giter VIP logo

Comments (7)

natew avatar natew commented on May 19, 2024

Tried with git versions 2.6 and 2.7:

git rev-list --tags --max-count=1

usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]
  limiting output:
    --max-count=<n>
    --max-age=<epoch>
    --min-age=<epoch>
    --sparse
    --no-merges
    --min-parents=<n>
    --no-min-parents
    --max-parents=<n>
    --no-max-parents
    --remove-empty
    --all
    --branches
    --tags
    --remotes
    --stdin
    --quiet
  ordering output:
    --topo-order
    --date-order
    --reverse
  formatting output:
    --parents
    --children
    --objects | --objects-edge
    --unpacked
    --header | --pretty
    --abbrev=<n> | --no-abbrev
    --abbrev-commit
    --left-right
    --count
  special purpose:
    --bisect
    --bisect-vars
    --bisect-all

from lerna.

GabeMedrash avatar GabeMedrash commented on May 19, 2024

I'm having this same issue.

from lerna.

hzoo avatar hzoo commented on May 19, 2024

Seems to work for me? git 2.6.3 on osx

screen shot 2016-01-16 at 10 54 44 pm

from lerna.

jamiebuilds avatar jamiebuilds commented on May 19, 2024

It fails if the repo does not have any existing tags

➜  lerna-test git:(master) git rev-list --tags
usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]
  limiting output:
    --max-count=<n>
    --max-age=<epoch>
    --min-age=<epoch>
    ...
➜  lerna-test git:(master) git tag foo
➜  lerna-test git:(master) git rev-list --tags
9cc664aed644dfad93847d2a43e4a737e3107151

from lerna.

sebmck avatar sebmck commented on May 19, 2024

Anyone wanna submit a patch?

from lerna.

jamiebuilds avatar jamiebuilds commented on May 19, 2024

Done #19

from lerna.

lock avatar lock commented on May 19, 2024

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from lerna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.