GithubHelp home page GithubHelp logo

Comments (4)

iDoka avatar iDoka commented on July 17, 2024 1

My workaround:

  1. Using %at
  2. Using %ad + --date=short
$ git log --pretty=format:fw_%h_%ad --date=short -n 1
fw_85424e3_2021-07-11

from candlelight_fw.

fenugrec avatar fenugrec commented on July 17, 2024

Whats is main goal of "%as+" ?

$ man git log
....
               %as
                   author date, short format (YYYY-MM-DD)

The '+' is then appended if the source tree is dirty (see cmake/gitversion.cmake)

What version of git are you using ?
What do you get if you run git log --pretty=format:fw_%h_%as -n 1 from the source dir ?
`

from candlelight_fw.

iDoka avatar iDoka commented on July 17, 2024

My system might be little bit mature:

$ cat /etc/redhat-release 
CentOS Linux release 7.9.2009 (Core)
$ git --version
git version 1.8.3.1

But till now I dont have any issues with git usage (but I'm not advanced git user).

$ git log --pretty=format:fw_%h_%as -n 1
fw_85424e3_%as

from candlelight_fw.

iDoka avatar iDoka commented on July 17, 2024

I did $ man git log
It seems I use obsolete git version that doesnt use %as:

           ·   %ad: author date (format respects --date= option)
           ·   %aD: author date, RFC2822 style
           ·   %ar: author date, relative
           ·   %at: author date, UNIX timestamp
           ·   %ai: author date, ISO 8601 format

from candlelight_fw.

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.