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

Added --full flag to "git-count" #1105

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Added --full flag to "git-count" #1105

wants to merge 13 commits into from

Commits on Nov 7, 2023

  1. Update git-count

    Add --full flag to return all possible local repo commits count.
    havocesp committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a2cab56 View commit details
    Browse the repository at this point in the history
  2. Update git-count

    Removed echo after git command execution.
    havocesp committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0c20c40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from havocesp/git_count_mod

    Added --full flag to "git count"
    havocesp committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1acf8d9 View commit details
    Browse the repository at this point in the history
  4. Upadte bash completion with --full flag for git count.

    Havocesp authored and havocesp committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a3c3d1b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    54150fb View commit details
    Browse the repository at this point in the history
  2. Minor updates to git-count.

    Added short flags "-a" for "--all" and "-f" for "--full" to git-count.
    
    Updated zsh and fish completion files with new flags added.
    havocesp committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4752c50 View commit details
    Browse the repository at this point in the history
  3. Update bash_completion.sh

    havocesp committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9e68dd9 View commit details
    Browse the repository at this point in the history
  4. Update git-count.md

    Added --full flag as possible argument and a short  example.
    havocesp committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6f5356b View commit details
    Browse the repository at this point in the history
  5. Update git-count.html

    Added --full flag and a short example at git-count.html file.
    havocesp committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    12ae847 View commit details
    Browse the repository at this point in the history
  6. Update git-count.1

    Added --full flag and a short example at git-count.1 man page file.
    havocesp committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    53ed453 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Update bin/git-count

    Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
    havocesp and spacewander committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    bc384be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from havocesp/man_git_count

    Man git count
    havocesp committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c52e709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b99d826 View commit details
    Browse the repository at this point in the history