Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I’m not sure I do. I wouldn’t want to read all that just to find the item that broke. Might be faster to read the code.

      • fmstrat@lemmy.nowsci.com
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I use alias gl='git log --graph --abbrev-commit --no-decorate --date=format:'\''%Y-%m-%d %H:%M:%S'\'' --format=format:'\''%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s'\'' --all' It will change your world.