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

Man git count #1107

Closed
wants to merge 11 commits into from
Closed

Man git count #1107

wants to merge 11 commits into from

Commits on Nov 7, 2023

  1. Update git-count

    Add --full flag to return all possible local repo commits count.
    havocesp authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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. Configuration menu
    Copy the full SHA
    da67c23 View commit details
    Browse the repository at this point in the history